|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceException | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.beans.methods | |
atg.svc.repository.service |
Uses of PersistenceException in atg.svc.repository.beans |
---|
Methods in atg.svc.repository.beans that throw PersistenceException | |
---|---|
void |
_TransactionalFragmentFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_OrganizationFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_UserFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_ListFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_BooleanFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_DecimalFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_NumberFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_DateFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_TextFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_StatementFieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
_FieldDefinition_Impl.setDefaultValues(java.util.List value)
|
void |
FieldDefinition.setDefaultValues(java.util.List value)
|
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,
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)
Creates and saves a new webEscalationActivity repository item and adds the activity to the ticket. |
SolutionSolutionStatus |
SolutionStatusService.changeSolutionVersion(atg.versionmanager.VersionManagerURI pSolutionURI,
atg.versionmanager.VersionManagerURI pTargetURI,
boolean pForceDeleteOld,
boolean pMigrateOldValues)
|
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,
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(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. |
SolutionSolutionStatus |
SolutionStatusService.createSolutionStatus(java.lang.String pSolutionId,
int pVersion,
SolutionStatus pSolutionStatus)
Creates solution's status |
SolutionSolutionStatus |
SolutionStatusService.createSolutionStatus(java.lang.String pSolutionId,
int pVersion,
SolutionStatus pSolutionStatus,
boolean pDeployed)
Creates solution's status |
int |
SolutionScoringService.decrementHotUseCount(java.lang.String pSolutionId)
Decrements the hot use count for the solution and saves it. |
int |
AsyncSolutionScoringService.decrementHotUseCount(java.lang.String pSolutionId)
Decrements the hot 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. |
int |
AsyncSolutionScoringService.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 |
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 |
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 |
OrganizationValue |
OrganizationValueService.getOrganizationValueFromOrganization(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 |
SolutionScoringService.incrementHotUseCount(java.lang.String pSolutionId)
Increments the hot use count for the solution and saves it. |
int |
AsyncSolutionScoringService.incrementHotUseCount(java.lang.String pSolutionId)
Increments the hot use count for the solution and saves it. |
int |
SolutionScoringService.incrementUseCount(java.lang.String pSolutionId)
Increments the Use count for the solution and saves it. |
int |
AsyncSolutionScoringService.incrementUseCount(java.lang.String pSolutionId)
Overrides the synchronous implementation in SolutionScoringService.incrementUseCount . |
int |
SolutionScoringService.incrementViewCount(java.lang.String pSolutionId)
Increments the view count for the solution and saves it. |
int |
AsyncSolutionScoringService.incrementViewCount(java.lang.String pSolutionId)
Increments the view count for the solution and saves it. |
SolutionSolutionStatus |
SolutionStatusService.markSolutionStatusAsDeployed(java.lang.String pSolutionId,
int pVersion)
Marks the solution as deployed for the version specified if not already deployed. |
void |
SolutionStatusService.markSolutionStatusAsUndeployed(java.lang.String pSolutionId)
Finds the deployed solution status (if the solution is currently deployed) and marks that status as undeployed. |
SolutionSolutionStatus |
SolutionStatusService.markSolutionStatusAsUnDeployed(java.lang.String pSolutionId,
int pVersion)
Marks the solution as undeployed for the version specified. |
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 |
SiteService.restoreDefaultValues(java.lang.String[] pOptionNames)
Restores the default options for the given set of site option names. |
void |
SecuredSiteService.restoreDefaultValues(java.lang.String[] pOptionNames)
Restores the default options for the given set of site 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 |
QOAAService.save(QOAA pQOAA)
Saves a QOAA 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(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(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(FavoriteQuery pFavoriteQuery)
Adds a query to a user's list of favorite searches. |
void |
FavoritesService.saveFavorites(Favorites pFavorites)
If the user already has saved the maximum number of favorites, removes oldest favorites. |
void |
SolutionMetadataService.saveFieldDefinition(FieldDefinition pFieldDefinition)
Writes the given FieldDefinition object to the repository and any list values that have changed underneath the FieldDefinition object. |
void |
UIService.saveFrameworkConfigFromInstance(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 |
SecuredSiteService.saveOptions(java.util.Collection pSiteOptions)
Saves a Collection of user options. |
void |
UserOptionsService.saveOptions(java.util.Map pUserOptions)
Saves a collection of user options. |
void |
SiteService.saveOptions(java.util.Map pSiteOptions)
Saves a Map of user options. |
void |
SegmentedOptionService.saveOptions(java.util.Map pSegmentedOptions)
Saves a Map of segmented options to the repository. |
void |
SegmentedOptionService.saveOptionSegment(OptionSegment pOptionSegment)
Commits changes in the given OptionSegment to the repository. |
void |
UIService.savePanelConfigFromInstance(PanelInstance pPanelInstance)
Saves panel configuration based on the state of a panel instance. |
void |
UIService.savePanelStackConfigFromInstance(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(RecentTickets pRecentTickets)
Adds a recent tickets . |
java.lang.String |
RecommendedAnswerService.saveRecommendedAnswer(RecommendedAnswer pRecommendedAnswer,
boolean pRecordSession)
Persists a recommended answer |
void |
RecommendedReadingService.saveRecommendedReading(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(SkinInstance pSkinInstance)
Saves skin configuration based on the state of a skin instance. |
void |
SolutionService.saveSolution(Solution pSolution)
Saves the solution. |
void |
SolutionMetadataService.saveSolutionClass(SolutionClass pSolutionClass)
Writes a SolutionClass object to the repository. |
void |
SolutionMetadataService.saveSolutionClassFieldDefinition(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 |
SolutionStatusService.saveSolutionStatus(SolutionSolutionStatus pSolutionSolutionStatus)
Saves the SolutionSolutionStatus. |
void |
SolutionService.saveSolutionStatus(SolutionStatus pSolutionStatus)
Saves a solution status to the repository. |
void |
SolutionStatusService.saveSolutionStatusTaskDefn(SolutionStatusTaskDefn pSolutionStatusTaskDefn)
Saves the SolutionStatusTaskDefn. |
void |
UIService.saveTabConfigFromInstance(TabInstance pTabInstance)
Saves tab configuration based on the state of a tab instance. |
void |
UIService.saveTemplateConfigFromInstance(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,
FieldDefinition pFieldDefinition)
Sets 1..n default values on a FieldDefinition. |
int |
SolutionScoringService.setHotUseCount(java.lang.String pSolutionId,
int pHotUseCount)
Sets the hot use count for the solution and saves it. |
int |
AsyncSolutionScoringService.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,
Solution pSolution)
Changes the solution class on a solution. |
int |
SolutionScoringService.updateHotUseCount(java.lang.String pSolutionId)
Increments the hot use count for the solution and saves it. |
int |
AsyncSolutionScoringService.updateHotUseCount(java.lang.String pSolutionId,
java.lang.String pSolutionClassId)
Increments the hot use count for the solution and saves it. |
SolutionSolutionStatus |
SolutionStatusService.updateSolutionStatus(java.lang.String pSolutionId,
int pVersion,
SolutionStatus pSolutionStatus,
boolean pDeployed)
Updates a solution's status |
void |
RepositoryService.writeRepositoryCollection(java.util.Collection pObjects)
Writes a collection of repository items to the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |