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.
 atg.repository.RepositoryItem SessionService.addWebEscalationActivity(java.lang.String pTicketId, java.lang.String pKnowledgeSessionId, atg.userprofiling.Profile pProfile)
          Creates and saves a new webEscalationActivity repository item and adds the activity to the ticket.
 void RecentTicketsService.checkMaximumRecordLimit(atg.userprofiling.Profile pProfile)
          This method check for the maximum record limit for Recent Tickets for a particular user.
 void RecommendedReadingService.checkMaximumRecordLimit(java.lang.String pProfileId)
          This method check for the maximum record limit for recommend reading for a particular user.
 void RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, java.util.List 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)
          Deletes all window attributes when the specified HTTP session times out.
 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.copySegment(java.lang.String pApplicationId, java.lang.String pSourceSegmentName, java.lang.String pTargetSegmentName)
          Copies all of the framework objects belonging to the target segment to equivalent objects in the destination segment.
 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 SegmentedOptionService.createOptionsSegment(java.lang.String pApplicationId, java.lang.String pSrcSegmentName, java.lang.String pDstSegmentName)
          Creates a new options segment, copies the set of SegmentedOption from the source segment to the new one and sets the new segment priority to the beginning of the list.
 int AsyncSolutionScoringService.decrementHotUseCount(java.lang.String pSolutionId)
          Decrements the hot use count for the solution and saves it.
 int SolutionScoringService.decrementHotUseCount(java.lang.String pSolutionId)
          Decrements the hot use count for the solution and saves it.
 int AsyncSolutionScoringService.decrementUseCount(java.lang.String pSolutionId)
          Decrements the Use count for the solution and saves it.
 int SolutionScoringService.decrementUseCount(java.lang.String pSolutionId)
          Decrements the Use count for the solution and saves it.
 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.deleteSegment(java.lang.String pApplicationId, java.lang.String pSegmentName)
          Deletes all of the framework objects belonging to the specified segment.
 void SolutionService.deleteSolution(java.lang.String pSolutionId)
          Deletes a solution and all of its fields given the solution id.
 void SolutionMetadataService.deleteSolutionClass(java.lang.String pSolutionClassId)
          Deletes a SolutionClass and its associated SolutionClassFieldDefinition items.
 void SolutionRedirectService.deleteSolutionRedirect(java.lang.String pSolutionRedirectPrimaryKey)
          Deletes a SolutionRedirect repository item.
 void SolutionService.deleteSolutionStatus(java.lang.String pSolutionStatusId)
          Deletes a solution status given it's solution status id.
 SpellingDictionary SpellingDictionaryService.edit(java.lang.String pLanguage)
          Start editing a SpellingDictionary for a language
 atg.svc.repository.beans.Solution SolutionService.editSolution(java.lang.String pSolutionId)
          Gets an editable Solution bean given its repository id.
 void SessionService.endCurrentKnowledgeSession()
          Ends the knowledge session without starting a new one.
 java.lang.String SessionService.getCurrentKnowledgeSessionId()
          Returns the KnowledgeSession id associated with the current window.
 SpellingDictionary SpellingDictionaryService.getDictionary(java.lang.String pLanguage)
          Gets the current SpellingDictionary item for that language, or creates a new one if necessary
 atg.svc.repository.beans.OrganizationValue OrganizationValueService.getOrganizationValueFromOrganization(atg.svc.repository.beans.OrganizationValueType pType, java.lang.String pOrgId, java.lang.String pOrgName)
          Gets an organization value given the type and organization id.
 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.
 SolutionRelevance SolutionScoringService.getSolutionRelevance(java.lang.String pSolutionId)
          Gets a SolutionRelevance object for the given solution id.
 SolutionRelevance AsyncSolutionScoringService.getSolutionRelevance(java.lang.String pSolutionId, java.lang.String pSolutionClassId)
          Gets a SolutionRelevance object for the given solution id.
 int AsyncSolutionScoringService.incrementHotUseCount(java.lang.String pSolutionId)
          Increments the hot use count for the solution and saves it.
 int SolutionScoringService.incrementHotUseCount(java.lang.String pSolutionId)
          Increments the hot use count for the solution and saves it.
 int AsyncSolutionScoringService.incrementUseCount(java.lang.String pSolutionId)
          Overrides the synchronous implementation in SolutionScoringService.incrementUseCount(String).
 int SolutionScoringService.incrementUseCount(java.lang.String pSolutionId)
          Increments the Use count for the solution and saves it.
 int AsyncSolutionScoringService.incrementViewCount(java.lang.String pSolutionId)
          Increments the view count for the solution and saves it.
 int SolutionScoringService.incrementViewCount(java.lang.String pSolutionId)
          Increments the view count for the solution and saves it.
 void SolutionService.mergeTicketHistory(java.lang.String pSourceSolutionId, java.lang.String pTargetSolutionId)
          Merge ticket history for duplicate solutions, removing the history from the "source" solution into the "target" solution.
 java.lang.String SessionService.newKnowledgeSession()
          Starts a new knowledge session.
 void SegmentedOptionService.removeOptionsSegment(java.lang.String pApplicationId, java.lang.String pId)
          Removes all options associated with the given segment and the option segment as well.
 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.restoreCellDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pCellId)
          Restores specified item to default values.
 void UIService.restoreContentDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pContentId)
          Restores specified item to default values.
 void UserOptionsService.restoreDefaultOptionForCurrentUser(java.lang.String pOptionName)
          Restores a single user option to its default given the name of the user option.
 void UserOptionsService.restoreDefaultOptionsForCurrentUser()
          Restores all default options for the current user.
 void UserOptionsService.restoreDefaultOptionsForCurrentUser(java.lang.String[] pOptionNames)
          Restores the default options for the given set of user option names.
 void SegmentedOptionService.restoreDefaultValues(java.lang.String pSegmentName, java.lang.String[] pOptionNames)
          Restores the given options to their default value.
 void UIService.restoreFrameworkDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pFrameworkId)
          Restores specified item to default values.
protected  void UIService.restoreItemDefault(java.lang.String pApplicationId, java.lang.String pSegmentName, int pItemType, java.lang.String pItemId)
          Restores default values for all framework objects in the application with default values specified
 void UIService.restorePanelDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pPanelId)
          Restores specified item to default values.
 void UIService.restorePanelStackDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pPanelStackId)
          Restores specified item to default values.
 void UIService.restoreSkinDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pSkinId)
          Restores specified item to default values.
 void UIService.restoreTabDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, java.lang.String pTabId)
          Restores specified item to default values.
 void UIService.restoreTemplateDefaultBySegment(java.lang.String pApplicationId, java.lang.String pSegmentName, 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 SolutionScoringService.save(SolutionRelevance pSolutionRelevance)
          Saves a solution relevance object to the repository.
 void SessionService.saveAnswer(ViewedAnswer pAnswer)
          Adds a viewed answer to the current knowledge session and saves both the answer and the session.
 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 FavoritesService.saveFavorites(atg.svc.repository.beans.Favorites pFavorites)
          If the user already has saved the maximum number of favorites, removes oldest favorites.
 void SolutionMetadataService.saveFieldDefinition(atg.svc.repository.beans.FieldDefinition pFieldDefinition)
          Writes the given FieldDefinition object to the repository and any list values that have changed underneath the FieldDefinition object.
 void UIService.saveFrameworkConfigFromInstance(atg.svc.framework.repository.beans.FrameworkInstance pFrameworkInstance)
          Saves framework configuration based on the state of a framework instance.
 void SiteService.saveOptions(java.util.Collection pSiteOptions)
          Saves a Collection of user options.
 void SegmentedOptionService.saveOptions(java.util.Map pSegmentedOptions)
          Saves a Map of segmented options to the repository.
 void SiteService.saveOptions(java.util.Map pSiteOptions)
          Saves a Map of user options.
 void UserOptionsService.saveOptions(java.util.Map pUserOptions)
          Saves a collection of user options.
 void SegmentedOptionService.saveOptionSegment(atg.svc.repository.beans.OptionSegment pOptionSegment)
          Commits changes in the given OptionSegment to the repository.
 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 pRecentTickets, java.lang.String profileId)
          Adds a list of recent ticketss .
 void RecentTicketsService.saveRecentTickets(atg.svc.repository.beans.RecentTickets pRecentTickets)
          Adds a recent tickets .
 java.lang.String RecommendedAnswerService.saveRecommendedAnswer(atg.svc.repository.beans.RecommendedAnswer pRecommendedAnswer, boolean pRecordSession)
          Persists a recommended answer
 void RecommendedReadingService.saveRecommendedReading(atg.svc.repository.beans.RecommendedReading pRecommendedReading)
          Adds a recommended reading .
 void SessionService.saveSearchQuery(atg.svc.search.KnowledgeQueryContext pContext)
          Creates a new query, adds the query to the problem session and saves both the query and the session.
 void UIService.saveSkinConfigFromInstance(atg.svc.framework.repository.beans.SkinInstance pSkinInstance)
          Saves skin configuration based on the state of a skin instance.
 void SolutionService.saveSolution(atg.svc.repository.beans.Solution pSolution)
          Saves the solution.
 void SolutionMetadataService.saveSolutionClass(atg.svc.repository.beans.SolutionClass pSolutionClass)
          Writes a SolutionClass object to the repository.
 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(WindowAttribute pWindowAttribute)
          Saves a window attribute.
 void SolutionMetadataService.setDefaultValues(java.util.List pValues, atg.svc.repository.beans.FieldDefinition pFieldDefinition)
          Sets 1..n default values on a FieldDefinition.
 int AsyncSolutionScoringService.setHotUseCount(java.lang.String pSolutionId, int pHotUseCount)
          Sets the hot use count for the solution and saves it.
 int SolutionScoringService.setHotUseCount(java.lang.String pSolutionId, int pHotUseCount)
          Sets the hot use count for the solution and saves it.
 void SegmentedOptionService.swapOptionSegmentPriorities(java.lang.String pId1, java.lang.String pId2)
          Swaps the priority of the two given OptionSegment objects given their ids and commits the changed to the repository.
 void SolutionService.switchSolutionClass(java.lang.String pSolutionClassId, atg.svc.repository.beans.Solution pSolution)
          Changes the solution class on a solution.
 int SolutionScoringService.updateHotUseCount(SolutionRelevance pSolutionRelevance)
          Updates the hot use count and recomputes the score for the solution and saves the updated SolutionRelevance repository item.
 int SolutionScoringService.updateHotUseCount(java.lang.String pSolutionId)
          Updates the hot use count and recomputes the score for the solution and saves the updated SolutionRelevance repository item.
 int AsyncSolutionScoringService.updateHotUseCount(java.lang.String pSolutionId, java.lang.String pSolutionClassId)
          Increments the hot use count for the solution and saves it.
 void SolutionMetadataService.validateFieldDefinitionIsUnique(atg.svc.repository.beans.FieldDefinition pFieldDefinition)
          Looks for another checked-in field definition with the same name.
 void SegmentedOptionService.validateOptionSegmentIsUnique(atg.svc.repository.beans.OptionSegment pOptionSegment)
          Looks for another checked-in OptionSegment with the same segment name.
 void OrganizationValueService.validateOrganizationValueIsUnique(atg.svc.repository.beans.OrganizationValueType pType, java.lang.String pOrgId, java.lang.String pOrgName)
          This is overridden in Service.admin.
 void SegmentedOptionService.validateSegmentedOptionIsUnique(atg.svc.repository.beans.SegmentedOption pSegmentedOption)
          Looks for another checked-in SegmentedOption with the same segment name and option name.
 void SolutionMetadataService.validateSolutionClassIsUnique(atg.svc.repository.beans.SolutionClass pSolutionClass)
          Looks for another checked-in solution class with the same name.
 void RepositoryService.writeRepositoryCollection(java.util.Collection pObjects)
          Writes a collection of repository items to the repository.