|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infoglue.cms.webservices.RemoteInfoGlueService
public class RemoteInfoGlueService
This class is responsible for letting an external application call InfoGlue API:s remotely. It handles api:s to manage contents and associated entities.
| Constructor Summary | |
|---|---|
RemoteInfoGlueService()
|
|
| Method Summary | |
|---|---|
protected static org.exolab.castor.jdo.Database |
beginTransaction()
Creates a new database and starts a transaction |
protected static void |
beginTransaction(org.exolab.castor.jdo.Database db)
Begins a transaction on the named database |
java.lang.String |
cleanAttributeValue(java.lang.String attributeValue,
boolean allowHTML,
boolean allowExternalLinks)
|
protected static void |
closeDatabase(org.exolab.castor.jdo.Database db)
Rollbacks a transaction on the named database |
protected static void |
commitTransaction(org.exolab.castor.jdo.Database db)
Ends a transaction on the named database |
protected javax.servlet.http.HttpServletRequest |
getRequest()
|
protected static void |
rollbackTransaction(org.exolab.castor.jdo.Database db)
Rollbacks a transaction on the named database |
void |
updateCaches()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteInfoGlueService()
| Method Detail |
|---|
public void updateCaches()
protected javax.servlet.http.HttpServletRequest getRequest()
public java.lang.String cleanAttributeValue(java.lang.String attributeValue,
boolean allowHTML,
boolean allowExternalLinks)
protected static org.exolab.castor.jdo.Database beginTransaction()
throws SystemException
SystemException - if a database error occurs.
protected static void beginTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
protected static void commitTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
protected static void rollbackTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
protected static void closeDatabase(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||