Uses of Class
atg.svc.repository.service.exception.PersistenceException

Packages that use PersistenceException
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of PersistenceException in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods that throw PersistenceException
 void FieldDefinitionMethods.setDefaultValues(java.util.List pValues, atg.svc.repository.beans.FieldDefinition pFieldDefinition)
          Sets the default value on a Field Definition.
 

Uses of PersistenceException in atg.svc.repository.service
 

Methods in atg.svc.repository.service that throw PersistenceException
 boolean SolutionStatusService.addStatusForTaskElementId(java.lang.String pWorkflowName, java.lang.String pTaskElementId, SolutionStatus pSolutionStatus)
          Adds a solution status task definition for workflow name and task element id.
 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 ProfileService.clearProfile()
          Clears all Service-related profile attributes including problems, knowledge sessions and all favorite queries.
 void ProfileService.clearProfile(java.lang.String pProfile)
          Clears all Service-related profile attributes including problems, knowledge sessions and all favorite queries.
 void UIService.copySite(java.lang.String pApplicationId, atg.multisite.Site pSourceSite, atg.multisite.Site pTargetSite)
          Copies all of the framework objects belonging to the target site to equivalent objects in the destination site.
 void SolutionMetadataService.createDefaultFieldValue(atg.svc.repository.beans.FieldDefinition pFieldDefinition, int pDisplayOrder, java.lang.Object pValue)
          Creates a single default value on a FieldDefinition and commits it to the repository.
 void RepositoryService.delete(java.lang.Object pRepositoryObject)
          Deletes a repository item represented by the given repository object.
 void QOAAService.delete(java.lang.String pSolutionId)
          Deletes a QOAA object to the repository.
 void RepositoryService.deleteCollection(java.util.Collection pObjects)
          Deletes a collection of repository items represented by the given bean impls.
 void FavoritesService.deleteFavorite(java.lang.String pFavoritesId)
          Delete the specified favorites from repository.
 void FavoriteQueryService.deleteFavoriteQuery(java.lang.String pFavoriteQueryId)
           
 void SolutionMetadataService.deleteFieldDefinition(java.lang.String pFieldDefinitionId)
          Deletes the given FieldDefinition from the repository.
 void OrganizationValueService.deleteOrganizationValues(java.lang.String pOrgId)
          Deletes all organization values that wrap the given organization id.
 void RecentTicketsService.deleteRecentTicket(java.lang.String pRecentTicketsId)
          Deleted the specified recent tickets from repository.
 void RecommendedAnswerService.deleteRecommendedAnswer(java.lang.String pRecommendedAnswerId)
          Deletes a RecommendedAnswer.
 void RecommendedReadingService.deleteRecommendedReading(java.lang.String pRecommendedReadingId)
          Deleted the specified recommended reading from repository.
 void UIService.deleteSite(java.lang.String pApplicationId, atg.multisite.Site pSite)
          Deletes all of the framework objects belonging to the specified site.
 void SolutionMetadataService.deleteSolutionClass(java.lang.String pSolutionClassId)
          Deletes a SolutionClass and its associated SolutionClassFieldDefinition items.
 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
 atg.svc.userprofiling.logicalorganization.SolutionInternalAudience LogicalOrganizationService.getSolutionInternalAudienceByOrganization(java.lang.String pOrgId, java.lang.String pOrgName)
          Finds a SolutionInternalAudience given the organization id.
 atg.svc.userprofiling.logicalorganization.SolutionOwningGroup LogicalOrganizationService.getSolutionOwningGroupByOrganization(java.lang.String pOrgId, java.lang.String pOrgName)
          Finds a SolutionOwningGroup given the organization id.
 void RepositoryService.removeRepositoryCollection(java.util.Collection pObjects)
          Removes a collection of repository items from the repository.
 void LogicalOrganizationService.removeSolutionInternalAudience(java.lang.String pId)
          Removes a SolutionInternalAudience given the repository id.
 void LogicalOrganizationService.removeSolutionLogicalOrganizationsByOrganizationId(java.lang.String pOrganizationId)
          Removes all SolutionLogicalOrganizations with the given physical organization id.
 void LogicalOrganizationService.removeSolutionOwningGroup(java.lang.String pId)
          Removes a SolutionOwningGroup given the repository id.
 void SolutionStatusService.removeSolutionStatusTaskDefn(java.lang.String pWorkflowName, java.lang.String pTaskElementId)
          Finds a solution status task object by workflow name and task element id.
 void UIService.restoreAllPanelStackDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite)
          Restores all panel stack item for the given to default values.
 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)
          Restores default values for all framework objects in the application with default values specified
 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)
          Restores specified item to default values.
 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 FavoriteQueryService.saveFavoriteQuery(atg.svc.repository.beans.FavoriteQuery pFavoriteQuery)
          Adds a query to a user's list of favorite searches.
 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 SolutionMetadataService.saveSolutionClassFieldDefinition(atg.svc.repository.beans.SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Writes the given SolutionClassFieldDefinition object to the repository if it has been modified.
 void LogicalOrganizationService.saveSolutionInternalAudience(atg.svc.userprofiling.logicalorganization.SolutionInternalAudience pSolutionInternalAudience)
          Saves the SolutionInternalAudience to the repository.
 void LogicalOrganizationService.saveSolutionOwningGroup(atg.svc.userprofiling.logicalorganization.SolutionOwningGroup pSolutionOwningGroup)
          Saves the SolutionOwningGroup to the repository.
 void SolutionService.saveSolutionStatus(SolutionStatus pSolutionStatus)
          Saves a solution status to the repository.
 void SolutionStatusService.saveSolutionStatusTaskDefn(SolutionStatusTaskDefn pSolutionStatusTaskDefn)
          Saves the SolutionStatusTaskDefn.
 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 TransactionalFragmentService.saveTransactionalFragmentFieldValue(TransactionalFragmentFieldValue pTransactionalFragmentFieldValue)
          Commits the given TransactionalFragmentFieldValue to the repository.
 void TransactionalFragmentService.saveTransactionalFragmentParameter(TransactionalFragmentParameter pParameter)
          Saves a TransactionalFragmentParameter and any list values associated with it through the parameter property.
 void StateHolderService.saveWindowAttribute(java.lang.Object pWindowAttribute)
          Deprecated. After ATG 9.1. Please use StateHolderService.setWindowAttribute(String, Object)
 void SolutionMetadataService.setDefaultValues(java.util.List pValues, atg.svc.repository.beans.FieldDefinition pFieldDefinition)
          Sets 1..n default values on a FieldDefinition.
 void RepositoryService.writeRepositoryCollection(java.util.Collection pObjects)
          Writes a collection of repository items to the repository.