|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceException | |
|---|---|
| atg.svc.repository.service | |
| Uses of PersistenceException in atg.svc.repository.service |
|---|
| Methods in atg.svc.repository.service that throw PersistenceException | |
|---|---|
void |
StateHolderService.clearAttributes()
Clears all window attributes with current window ID. |
void |
StateHolderService.clearAttributes(javax.servlet.http.HttpSession pSession)
Clears all window attributes with given window ID. |
void |
StateHolderService.clearAttributesOnTimeout(java.lang.String pSessionId)
Deprecated. After ATG 9.1. Window Attributes are no longer persisted to the repository |
void |
UIService.copySite(java.lang.String pApplicationId,
atg.multisite.Site pSourceSite,
atg.multisite.Site pTargetSite)
Deprecated. |
void |
RepositoryService.delete(java.lang.Object pRepositoryObject)
Deletes a repository item represented by the given repository object. |
void |
RepositoryService.deleteCollection(java.util.Collection pObjects)
Deletes a collection of repository items represented by the given bean impls. |
void |
RecentTicketsService.deleteRecentTicket(java.lang.String pRecentTicketsId)
Deleted the specified recent tickets from repository. |
void |
UIService.deleteSite(java.lang.String pApplicationId,
atg.multisite.Site pSite)
Deletes all of the framework objects belonging to the specified site. |
SpellingDictionary |
SpellingDictionaryService.edit(java.lang.String pLanguage)
Start editing a SpellingDictionary for a language |
SpellingDictionary |
SpellingDictionaryService.getDictionary(java.lang.String pLanguage)
Gets the current SpellingDictionary item for that language, or creates a new one if necessary |
void |
RepositoryService.removeRepositoryCollection(java.util.Collection pObjects)
Removes a collection of repository items from the repository. |
void |
UIService.restoreAllPanelStackDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite)
Deprecated. |
void |
UIService.restoreCellDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pCellId)
Restores specified item to default values. |
void |
UIService.restoreContentDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pContentId)
Restores specified item to default values. |
void |
UIService.restoreFrameworkDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pFrameworkId)
Restores specified item to default values. |
protected void |
UIService.restoreItemDefault(java.lang.String pApplicationId,
atg.multisite.Site pSite,
int pItemType,
java.lang.String pItemId)
Deprecated. |
void |
UIService.restorePanelDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pPanelId)
Restores specified item to default values. |
void |
UIService.restorePanelStackDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pPanelStackId)
Deprecated. |
void |
UIService.restoreSkinDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pSkinId)
Restores specified item to default values. |
void |
UIService.restoreTabDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pTabId)
Restores specified item to default values. |
void |
UIService.restoreTemplateDefaultBySite(java.lang.String pApplicationId,
atg.multisite.Site pSite,
java.lang.String pTemplateId)
Restores specified item to default values. |
void |
RepositoryService.save(java.lang.Object pBeanObject)
Saves the given bean object to the repository. |
void |
UIService.saveCellConfigFromInstance(atg.svc.framework.repository.beans.CellInstance pCellInstance)
Saves cell configuration based on the state of a cell instance. |
void |
RepositoryService.saveCollection(java.util.Collection pObjects)
Saves a collection of bean objects to the repository. |
protected void |
UIService.saveConfigFromInstance(int pItemType,
javax.ejb.EJBLocalObject beanInstance)
Saves bean configuration. |
void |
UIService.saveContentConfigFromInstance(atg.svc.framework.repository.beans.ContentInstance pContentInstance)
Saves content configuration based on the state of a content instance. |
void |
SpellingDictionaryService.saveDictionary(SpellingDictionary pDictionary)
Saves the spelling dictionary |
void |
UIService.saveFrameworkConfigFromInstance(atg.svc.framework.repository.beans.FrameworkInstance pFrameworkInstance)
Saves framework configuration based on the state of a framework instance. |
void |
UIService.savePanelConfigFromInstance(atg.svc.framework.repository.beans.PanelInstance pPanelInstance)
Saves panel configuration based on the state of a panel instance. |
void |
UIService.savePanelStackConfigFromInstance(atg.svc.framework.repository.beans.PanelStackInstance pPanelStackInstance)
Saves panel stack configuration based on the state of a panel stack instance. |
void |
UIService.saveSkinConfigFromInstance(atg.svc.framework.repository.beans.SkinInstance pSkinInstance)
Saves skin configuration based on the state of a skin instance. |
void |
UIService.saveTabConfigFromInstance(atg.svc.framework.repository.beans.TabInstance pTabInstance)
Saves tab configuration based on the state of a tab instance. |
void |
UIService.saveTemplateConfigFromInstance(atg.svc.framework.repository.beans.TemplateInstance pTemplateInstance)
Saves template configuration based on the state of a template instance. |
void |
StateHolderService.saveWindowAttribute(java.lang.Object pWindowAttribute)
Deprecated. After ATG 9.1. Please use StateHolderService.setWindowAttribute(String, Object) |
void |
RepositoryService.writeRepositoryCollection(java.util.Collection pObjects)
Writes a collection of repository items to the repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||