|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectNotFoundException | |
|---|---|
| atg.svc.repository.service | |
| atg.svc.taglib.options | |
| Uses of ObjectNotFoundException in atg.svc.repository.service |
|---|
| Methods in atg.svc.repository.service that throw ObjectNotFoundException | |
|---|---|
void |
RecentTicketsService.checkMaximumRecordLimit(atg.userprofiling.Profile pProfile)
This method check for the maximum record limit for Recent Tickets for a particular user. |
void |
RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId,
java.util.List<atg.svc.repository.beans.RecentTickets> pRecentTickets)
This method check for the maximum record limit for Recent Tickets for a particular user. |
void |
RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId,
atg.svc.repository.beans.RecentTickets pRecentTickets)
This method check for the maximum record limit for Recent Tickets for a particular user and of ticket type. |
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. |
atg.svc.repository.beans.RecentTickets |
RecentTicketsService.edit(java.lang.String pRecentTicketsId)
Gets an editable version of a recent tickets given the repository id of the recentTickets . |
SpellingDictionary |
SpellingDictionaryService.edit(java.lang.String pLanguage)
Start editing a SpellingDictionary for a language |
atg.svc.framework.repository.beans.CellConfig |
UIService.getCellConfig(java.lang.String pCellId)
Gets the cell configuration for the specified user. |
protected javax.ejb.EJBLocalObject |
UIService.getConfig(int pItemType,
java.lang.String pItemId)
Get configuration for bean. |
atg.svc.framework.repository.beans.ContentConfig |
UIService.getContentConfig(java.lang.String pContentId)
Gets the content configuration for the specified user. |
SpellingDictionary |
SpellingDictionaryService.getDictionary(java.lang.String pLanguage)
Gets the current SpellingDictionary item for that language, or creates a new one if necessary |
atg.repository.RepositoryItem |
FrameworkProfileService.getExternalUserById(java.lang.String pUserId)
Gets an external user of the given type with the given id. |
atg.svc.framework.repository.beans.FrameworkConfig |
UIService.getFrameworkConfig(java.lang.String pFrameworkId)
Gets the framework configuration for the user. |
atg.svc.framework.repository.beans.CellInstance |
UIService.getNewCellInstance(java.lang.String pCellId)
Creates a cell instance bean and fills in the default values. |
atg.svc.framework.repository.beans.CellInstance |
UIService.getNewCellInstance(java.lang.String pCellId,
atg.svc.framework.repository.beans.CellDefinition pCellDefinition)
|
protected javax.ejb.EJBLocalObject |
UIService.getNewConfig(int pItemType,
java.lang.String pUserId,
java.lang.String pItemId)
Creates a new configuration bean. |
atg.svc.framework.repository.beans.ContentInstance |
UIService.getNewContentInstance(java.lang.String pContentId)
Creates a content instance bean and fills in the default values. |
atg.svc.framework.repository.beans.PanelInstance |
UIService.getNewPanelInstance(java.lang.String pPanelId)
Creates a panel instance bean and fills in the default values. |
atg.svc.framework.repository.beans.PanelInstance |
UIService.getNewPanelInstance(java.lang.String pPanelId,
atg.svc.framework.repository.beans.PanelDefinition pPanelDefinition)
|
atg.svc.framework.repository.beans.PanelStackInstance |
UIService.getNewPanelStackInstance(java.lang.String pPanelStackId)
Creates a panel stack instance bean and fills in the default values. |
atg.svc.framework.repository.beans.PanelStackInstance |
UIService.getNewPanelStackInstance(java.lang.String pPanelStackId,
atg.svc.framework.repository.beans.PanelStackDefinition pPanelStackDefinition)
|
atg.svc.framework.repository.beans.PanelTargetElement |
UIService.getNewPanelTargetElementInstance(java.lang.String pPanelId)
|
atg.svc.framework.repository.beans.PanelTargetElement |
UIService.getNewPanelTargetElementInstance(java.lang.String pPanelStackId,
java.lang.String pPanelId)
|
atg.svc.framework.repository.beans.PanelTargetElement |
UIService.getNewPanelTargetElementInstance(java.lang.String pPanelStackId,
java.lang.String pPanelId,
int pCount)
Creates a panel target element bean and fills in the default values. |
atg.svc.framework.repository.beans.SkinInstance |
UIService.getNewSkinInstance(java.lang.String pSkinId)
Creates a skin instance bean and fills in the default values. |
atg.svc.framework.repository.beans.TabInstance |
UIService.getNewTabInstance(java.lang.String pTabId)
Creates a tab instance bean and fills in the default values. |
atg.svc.framework.repository.beans.TabInstance |
UIService.getNewTabInstance(java.lang.String pTabId,
atg.svc.framework.repository.beans.TabDefinition pTabDefinition)
|
atg.svc.framework.repository.beans.TemplateInstance |
UIService.getNewTemplateInstance(java.lang.String pTemplateId)
Creates a template instance bean and fills in the default values. |
atg.svc.framework.repository.beans.PanelConfig |
UIService.getPanelConfig(java.lang.String pPanelId)
Gets the panel configuration for the specified user. |
atg.svc.framework.repository.beans.PanelStackConfig |
UIService.getPanelStackConfig(java.lang.String pPanelStackId)
Gets the panel stack configuration for the specified user. |
atg.svc.repository.beans.RecentTickets |
RecentTicketsService.getRecentTicketById(java.lang.String pRecentTicketsId)
Finds a RecentTickets by it's repository id. |
atg.svc.framework.repository.beans.SkinConfig |
UIService.getSkinConfig(java.lang.String pSkinId)
Gets the skin configuration for the specified user. |
atg.svc.framework.repository.beans.TabConfig |
UIService.getTabConfig(java.lang.String pTabId)
Gets the tab configuration for the specified user. |
atg.svc.framework.repository.beans.TemplateConfig |
UIService.getTemplateConfig(java.lang.String pTemplateId)
Gets the template configuration for the specified user. |
atg.repository.RepositoryItem |
FrameworkProfileService.getUserById(java.lang.String pUserId)
Gets a user of the given type with the given id. |
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 |
RecentTicketsService.saveRecentTickets(java.util.List<atg.svc.repository.beans.RecentTickets> pRecentTickets,
java.lang.String profileId)
Adds a list of recent tickets . |
void |
RecentTicketsService.saveRecentTickets(atg.svc.repository.beans.RecentTickets pRecentTickets)
Adds a recent tickets . |
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) |
| Uses of ObjectNotFoundException in atg.svc.taglib.options |
|---|
| Methods in atg.svc.taglib.options that throw ObjectNotFoundException | |
|---|---|
protected java.lang.Object |
GetOptionAsArrayTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as an array of Strings. |
protected java.lang.Object |
GetOptionAsBooleanTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as a Boolean. |
protected java.lang.Object |
GetOptionAsIntegerTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as an Integer. |
protected java.lang.Object |
GetOptionAsStringTag.getOptionValue(java.lang.String pOptionName)
Gets the value of the option as a String. |
protected abstract java.lang.Object |
GetOptionTagSupport.getOptionValue(java.lang.String pOptionName)
Gets the value of the option given the name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||