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

Packages that use ObjectNotFoundException
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
atg.svc.repository.service.exception   
atg.svc.ui.formhandlers   
 

Uses of ObjectNotFoundException in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that throw ObjectNotFoundException
 void _Solution_Impl.addTopic(java.lang.String topicId)
           
 void Solution.addTopic(java.lang.String topicId)
          Adds a topic to the solution given the topic id
 CellDefinition CellDefinitionHome.findByUserSegmentAndCellId(java.lang.String appId, java.lang.String cellId)
           
 ContentDefinition ContentDefinitionHome.findByUserSegmentAndContentId(java.lang.String appId, java.lang.String contentId)
           
 PanelDefinition PanelDefinitionHome.findByUserSegmentAndPanelId(java.lang.String appId, java.lang.String panelId)
           
 PanelStackDefinition PanelStackDefinitionHome.findByUserSegmentAndPanelStackId(java.lang.String appId, java.lang.String panelStackId)
           
 SkinDefinition SkinDefinitionHome.findByUserSegmentAndSkinId(java.lang.String appId, java.lang.String skinId)
           
 TabDefinition TabDefinitionHome.findByUserSegmentAndTabId(java.lang.String appId, java.lang.String tabId)
           
 TemplateDefinition TemplateDefinitionHome.findByUserSegmentAndTemplateId(java.lang.String appId, java.lang.String templateId)
           
 Solution SolutionHome.findPublishedSolutionById(java.lang.String solutionId)
          finds a published solution by its id
 java.util.Map _PanelDefinition_Impl.getContents()
           
 java.util.Map _PanelStackDefinition_Impl.getContents()
           
 java.util.Map _CellDefinition_Impl.getContents()
           
 java.util.Map _TabDefinition_Impl.getContents()
           
 java.util.Map _SkinDefinition_Impl.getContents()
           
 java.util.Map _FrameworkDefinition_Impl.getContents()
           
 java.util.Map _TemplateDefinition_Impl.getContents()
           
 java.util.Map _ContentDefinition_Impl.getContents()
           
 java.util.Map _FrameworkObject_Impl.getContents()
           
 java.util.Map FrameworkObject.getContents()
           
 java.util.Map _PanelDefinition_Impl.getOptions()
           
 java.util.Map _PanelStackDefinition_Impl.getOptions()
           
 java.util.Map _CellDefinition_Impl.getOptions()
           
 java.util.Map _TabDefinition_Impl.getOptions()
           
 java.util.Map _SkinDefinition_Impl.getOptions()
           
 java.util.Map _FrameworkDefinition_Impl.getOptions()
           
 java.util.Map _TemplateDefinition_Impl.getOptions()
           
 java.util.Map _ContentDefinition_Impl.getOptions()
           
 java.util.Map _FrameworkObject_Impl.getOptions()
           
 java.util.Map FrameworkObject.getOptions()
           
 int _SolutionClassFieldDefinition_Impl.getOrder()
           
 int SolutionClassFieldDefinition.getOrder()
          Get the order for this solution class defn in its solution class
 java.util.List _PanelStackDefinition_Impl.getPanels()
           
 java.util.List PanelStackDefinition.getPanels()
           
 java.util.List _FrameworkDefinition_Impl.getSkins()
           
 java.util.List FrameworkDefinition.getSkins()
           
 SolutionClass _SolutionClassFieldDefinition_Impl.getSolutionClass()
           
 SolutionClass SolutionClassFieldDefinition.getSolutionClass()
          Get the SolutionClass for this solution class defn.
 SolutionField _SolutionFieldValue_Impl.getSolutionField()
           
 SolutionField SolutionFieldValue.getSolutionField()
          Gets the SolutionField parent of this SolutionFieldValue.
 java.util.List _FrameworkDefinition_Impl.getTabs()
           
 java.util.List FrameworkDefinition.getTabs()
           
 java.util.Map _PanelDefinition_Impl.getTemplates()
           
 java.util.Map _PanelStackDefinition_Impl.getTemplates()
           
 java.util.Map _CellDefinition_Impl.getTemplates()
           
 java.util.Map _TabDefinition_Impl.getTemplates()
           
 java.util.Map _SkinDefinition_Impl.getTemplates()
           
 java.util.Map _FrameworkDefinition_Impl.getTemplates()
           
 java.util.Map _TemplateDefinition_Impl.getTemplates()
           
 java.util.Map _ContentDefinition_Impl.getTemplates()
           
 java.util.Map _FrameworkObject_Impl.getTemplates()
           
 java.util.Map FrameworkObject.getTemplates()
           
 void _SolutionClassFieldDefinition_Impl.setFieldDefinition(java.lang.String fieldDefinitionId)
           
 void SolutionClassFieldDefinition.setFieldDefinition(java.lang.String fieldDefinitionId)
          Set the FieldDefinition by the repository id.
 void _Solution_Impl.setInternalAudience(java.lang.String[] orgValIds)
           
 void Solution.setInternalAudience(java.lang.String[] orgValIds)
          Sets the internal audience on the Solution given a list of OrganizationValue repository ids.
 void _Solution_Impl.setOwningGroup(java.lang.String orgValId)
           
 void Solution.setOwningGroup(java.lang.String orgValId)
          Sets the owning group on the Solution given an OrganizationValue repository id.
 void _Solution_Impl.setSolutionClass(java.lang.String solutionClassId)
           
 void Solution.setSolutionClass(java.lang.String solutionClassId)
          Sets the SolutionClass on the Solution given the SolutionClass repository id.
 void _Solution_Impl.updateTopicIds(java.util.Set topicIds)
           
 void Solution.updateTopicIds(java.util.Set topicIds)
          Adds/Removes topics to/from the solution given a new set of topic ids.
 

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

Methods in atg.svc.repository.beans.methods that throw ObjectNotFoundException
 void SolutionMethods.addTopic(java.lang.String pTopicId, Solution pSolution)
          Adds a topic to a solution given the id of a topic.
 CellDefinition CellDefinitionHomeMethods.findByUserSegmentAndCellId(java.lang.String appId, java.lang.String cellId, CellDefinitionHome pCellHome)
          Gets a definition based on the segment of the current user.
 ContentDefinition ContentDefinitionHomeMethods.findByUserSegmentAndContentId(java.lang.String appId, java.lang.String contentId, ContentDefinitionHome pContentHome)
          Gets a definition based on the segment of the current user.
 PanelDefinition PanelDefinitionHomeMethods.findByUserSegmentAndPanelId(java.lang.String appId, java.lang.String panelId, PanelDefinitionHome pPanelHome)
          Gets a definition based on the segment of the current user.
 PanelStackDefinition PanelStackDefinitionHomeMethods.findByUserSegmentAndPanelStackId(java.lang.String appId, java.lang.String panelStackId, PanelStackDefinitionHome pPanelStackHome)
          Gets a definition based on the segment of the current user.
 SkinDefinition SkinDefinitionHomeMethods.findByUserSegmentAndSkinId(java.lang.String appId, java.lang.String skinId, SkinDefinitionHome pSkinHome)
          Gets a definition based on the segment of the current user.
 TabDefinition TabDefinitionHomeMethods.findByUserSegmentAndTabId(java.lang.String appId, java.lang.String tabId, TabDefinitionHome pTabHome)
          Gets a definition based on the segment of the current user.
 TemplateDefinition TemplateDefinitionHomeMethods.findByUserSegmentAndTemplateId(java.lang.String appId, java.lang.String templateId, TemplateDefinitionHome pTemplateHome)
          Gets a definition based on the segment of the current user.
 Solution SolutionHomeMethods.findPublishedSolutionById(java.lang.String pSolutionId, SolutionHome pSolutionHome)
           
 java.util.Map FrameworkObjectMethods.getContents(FrameworkObject pObject)
          Gets the map of object contents by segment.
 java.util.List FrameworkDefinitionMethods.getFrameworkDefinitions(int pItemType, FrameworkDefinition pDefinition)
          Gets the map of framework object by segment.
 java.util.Map FrameworkObjectMethods.getFrameworkObjects(int pItemType, FrameworkObject pObject)
          Gets the map of framework objects by segment.
 java.util.Map FrameworkObjectMethods.getOptions(FrameworkObject pObject)
          Gets the map of object options by segment.
 int SolutionClassFieldDefinitionMethods.getOrder(SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Gets the order of this SolutionClassFieldDefinition in the solution class.
 java.util.List PanelStackDefinitionMethods.getPanels(PanelStackDefinition pDefinition)
          Gets the list of panel definitions by segment.
 java.util.List PanelStackDefinitionMethods.getPanelStackDefinitions(int pItemType, PanelStackDefinition pDefinition)
          Gets the map of framework object by segment.
 java.util.List FrameworkDefinitionMethods.getSkins(FrameworkDefinition pDefinition)
          Gets the list of definition skins by segment.
 SolutionClass SolutionClassFieldDefinitionMethods.getSolutionClass(SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Gets the SolutionClass for this SolutionClassFieldDefinition by using the SolutionClass id.
 java.util.List FrameworkDefinitionMethods.getTabs(FrameworkDefinition pDefinition)
          Gets the list of definition tabs by segment.
 java.util.Map FrameworkObjectMethods.getTemplates(FrameworkObject pObject)
          Gets the map of object templates by segment.
 void SolutionClassFieldDefinitionMethods.setFieldDefinition(java.lang.String pId, SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Sets the FieldDefinition for this SolutionClassFieldDefinition by using the FieldDefinition id.
 void SolutionMethods.setInternalAudience(java.lang.String[] pOrgValueIds, Solution pSolution)
          Sets the value of the solution internal audience property given an array or OrganizationValue repository ids.
 void SolutionMethods.setOwningGroup(java.lang.String pOrgValueId, Solution pSolution)
          Sets the Owning Group on the solution given the id of the Organization.
 void SolutionMethods.setSolutionClass(java.lang.String pSolutionClassId, Solution pSolution)
          Sets the solution class on the solution given the id of the solution class.
 void SolutionMethods.updateTopicIds(java.util.Set pTopicIds, Solution pSolution)
          Adds/Removes topics to/from a solution given an array of topic ids.
 

Uses of ObjectNotFoundException in atg.svc.repository.service
 

Methods in atg.svc.repository.service that throw ObjectNotFoundException
 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.
 int SolutionScoringService.computeHotUseCount(java.lang.String pSolutionId)
           
 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.
 SolutionRelevance SolutionScoringService.create(java.lang.String pSolutionId)
          Creates a new solution relevance bean for the specified solution.
 QOAA QOAAService.create(java.lang.String pSolutionId)
          Creates a new QOAA bean for the specified solution.
 KnowledgeQueryPredicate QueryService.createBooleanPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.lang.Boolean pValue)
          Creates a predicate r2j bean for a boolean field.
 KnowledgeQueryPredicate QueryService.createDatePredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.util.Date pValue)
          Creates a predicate r2j bean for a timestamp field.
 KnowledgeQueryPredicate QueryService.createDateRangePredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.util.Date pMaxDate, java.util.Date pMinDate)
          Creates a range predicate r2j bean for a timestamp field.
 KnowledgeQueryPredicate QueryService.createEnumListPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.util.List pEnumListIds)
          Creates a predicate r2j bean for a list of enumerated list field valuess.
 FavoriteQuery FavoriteQueryService.createFavoriteQuery(java.lang.String pQueryId)
          Creates a new transient FavoriteQuery repository bean.
 KnowledgeQueryPredicate QueryService.createKeywordPredicate(java.lang.String pFieldName, KnowledgeQueryPredicateOperator pOperator, java.lang.String pKeywordString)
          Creates a predicate r2j bean for a keyword expression.
 java.util.List QueryService.createKeywordPredicates(java.lang.String pAnyOfKeywords, java.lang.String pAllOfKeywords, java.lang.String pNoneOfKeywords)
          Creates up to 3 keyword predicates - one each of type anyOf, allOf and/or noneOf.
 KnowledgeQueryPredicate QueryService.createNumberPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.lang.Float pValue)
          Creates a predicate r2j bean for a numeric field.
 KnowledgeQueryPredicate QueryService.createNumberRangePredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, float pUpperValue, float pLowerValue)
          Creates a range predicate r2j bean for a numeric field.
 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.
 KnowledgeQueryPredicate QueryService.createOrganizationPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.util.List pOrganizationIds)
          Creates a predicate r2j bean for a list of organizations.
 KnowledgeQueryPredicate QueryService.createSegmentPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.util.List pSegmentIds)
          Creates a predicate r2j bean for a list of segments.
 Solution SolutionService.createSolution(java.lang.String pSolutionClassId)
          Creates a new solution repository bean object from the given solution class id.
 Solution SolutionService.createSolution(java.lang.String pSolutionClassId, ServiceHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given ServiceHomes.
 Solution SolutionService.createSolutionBean(java.lang.String pSolutionClassId)
          Creates a Solution in-memory bean that is not connected to the repository.
 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
 KnowledgeQueryPredicate QueryService.createTextMatchPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, boolean pMatchCase, java.util.List pTextValues)
          Creates a predicate r2j bean for a list of text values.
 KnowledgeQueryPredicate QueryService.createTextMatchPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, boolean pMatchCase, java.lang.String pTextValue)
          Creates a predicate r2j bean for a list of text values.
 KnowledgeQueryPredicate QueryService.createTopicPredicate(KnowledgeQueryPredicateOperator pOperator, java.util.List pTopicIds)
          Creates a predicate r2j bean for a list of topics.
 KnowledgeQueryPredicate QueryService.createUserPredicate(java.lang.String pFieldName, KnowledgeQueryPredicatePredicateType pPredType, KnowledgeQueryPredicateOperator pOperator, java.util.List pUserIds)
          Creates a predicate r2j bean for a list of users.
 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 SolutionMetadataService.deleteSolutionClassFieldDefinition(java.lang.String pSolutionClassFieldDefinitionId)
          Deletes a SolutionClassFieldDefinition given the id of the SolutionClassFieldDefinition.
 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
 RecommendedReading RecommendedReadingService.edit(java.lang.String pRecommendedReadingId)
          Gets an editable version of a recommended reading given the repository id of the recommendedReading .
 RecentTickets RecentTicketsService.edit(java.lang.String pRecentTicketsId)
          Gets an editable version of a recent tickets given the repository id of the recentTickets .
 QOAA QOAAService.edit(java.lang.String pSolutionId)
          Gets an editable version of a QOAA given the solution's id.
 Favorites FavoritesService.edit(java.lang.String pFavoritesId)
          Gets an editable version of a favorite given the repository id of the favorite .
 FavoriteQuery FavoriteQueryService.edit(java.lang.String pFavoriteQueryId)
          Gets an editable version of a favorite query given the repository id of the favorite query.
 RecommendedAnswer RecommendedAnswerService.editRecommendedAnswer(java.lang.String pRecommendedAnswerId)
          Gets an editable version of a RecommendedAnswer given the id.
protected  KnowledgeSession SessionService.editSession(java.lang.String pSessionId)
           
 Solution SolutionService.editSolution(java.lang.String pSolutionId)
          Gets an editable Solution bean given its repository id.
 SolutionStatus SolutionService.editSolutionStatus(java.lang.String pSolutionStatusId)
          Gets an editable version of a solution status given the solution status' id.
 void SessionService.endCurrentKnowledgeSession()
          Ends the knowledge session without starting a new one.
protected  java.util.List SolutionScoringService.filterSolutionRelevanceWithSolutionListUtils(java.util.Collection pIn, java.util.Collection pTopicIds, java.util.Collection pSolutionClassIds, boolean pRetSolns, int pBatchSize)
          Deprecated. Use the new #filterSolutionRelevanceWithChainedFilter(Collection, Collection, Collection)
protected  java.util.List SolutionScoringService.filterSolutions(java.util.Collection pIn, java.util.Collection pTopicIds, java.util.Collection pSolutionClassIds, boolean pRetSolns, int pBatchSize)
          Filter relevant solutions by topic and/or solution class and viewability
 SolutionRelevance SolutionScoringService.findByPrimaryKey(java.lang.String pSolutionRelevanceId)
          Finds a solution relevance object by the SolutionRelevance repository id.
protected  SiteOption SiteService.findOption(java.lang.String pName)
          Gets a site option by the site id and option name.
 SegmentedOption SegmentedOptionService.findOptionBySegmentAndName(java.lang.String pSegment, java.lang.String pOptionName)
          Finds a single SegmentedOption given the segment and option name.
 OptionSegment SegmentedOptionService.findOptionSegmentById(java.lang.String pId)
          Finds an OptionSegment object by the given id.
 OptionSegment SegmentedOptionService.findOptionSegmentByName(java.lang.String pSegment)
          Gets an option segment given the name of the segment.
 OrganizationValue OrganizationValueService.findOrganizationValue(OrganizationValueType pType, java.lang.String pOrgId)
          Finds an OrganizationValue given its type and organization id.
 KnowledgeQuery QueryService.findQueryByPrimaryKey(java.lang.String pQueryId)
          Returns the repository object for the given KnowledgeQuery object.
 RecommendedAnswer RecommendedAnswerService.findRecommendedAnswerById(java.lang.String pRecommendedAnswerId)
          Finds a recommended answer by it's repository id.
 java.util.Collection RecommendedAnswerService.findRecommendedAnswerByTicket(java.lang.String pTicketId)
          Returns the collection of recommended answers associated with the given ticket id.
 RecommendedAnswer RecommendedAnswerService.findRecommendedAnswerByTicketAndDocument(java.lang.String pTicketId, java.lang.String pDocUrl)
          Returns the RecommendedAnswer associated with the given docId and ticket id
 RecommendedAnswer RecommendedAnswerService.findRecommendedAnswerByTicketAndSolution(java.lang.String pTicketId, java.lang.String pSolutionId)
          Returns the RecommendedAnswer associated with the given solution id and ticket id
 java.util.Collection RecommendedAnswerService.findRecommendedAnswersByDocument(java.lang.String pDocId)
          Returns the collection of recommended answers associated with the given docId Return collection is ordered by createDate from newest to oldest
 java.util.Collection RecommendedAnswerService.findRecommendedAnswersBySolution(java.lang.String pSolutionId)
          Returns the collection of recommended answers associated with the given solution id Return collection is ordered by modifyDate from newest to oldest
 java.util.Collection RecommendedAnswerService.findRecommendedAnswersBySolutionWithPaging(java.lang.String pSolutionId, int pStartIdx, int pCount)
          Returns one page of the recommended answers associated with the given solution id.
 KnowledgeSession SessionService.findSessionByPrimaryKey(java.lang.String pSessionId)
          Finds a problem session by it's repository id.
 SiteOption SiteService.findSiteOptionByName(java.lang.String pName)
          Finds a SiteOption by the given name.
 atg.svc.userprofiling.logicalorganization.SolutionInternalAudience LogicalOrganizationService.findSolutionInternalAudienceByOrganizationId(java.lang.String pOrganizationId)
          Finds a SolutionInternalAudience given the physical organization id.
 atg.svc.userprofiling.logicalorganization.SolutionOwningGroup LogicalOrganizationService.findSolutionOwningGroupById(java.lang.String pId)
          Finds a SolutionOwningGroup given the repository id.
 atg.svc.userprofiling.logicalorganization.SolutionOwningGroup LogicalOrganizationService.findSolutionOwningGroupByOrganizationId(java.lang.String pOrganizationId)
          Finds a SolutionOwningGroup given the physical organization id.
 SolutionSolutionStatus SolutionStatusService.findSolutionStatus(java.lang.String pSolutionId, int pVersion)
          Finds the solution's status
 SolutionStatusTaskDefn SolutionStatusService.findStatusForTaskElementId(java.lang.String pWorkflowName, java.lang.String pTaskElementId)
          Finds a solution status task object by workflow name and task element id.
 ViewedAnswer ViewedAnswerService.findViewedAnswerById(java.lang.String pViewedAnswerId)
          Finds a recommended answer by it's repository id.
 java.util.Collection ViewedAnswerService.findViewedAnswersBySolution(java.lang.String pSolutionId)
          Returns the collection of recommended answers associated with the given solution id Return collection is ordered by createDate from newest to oldest
 java.util.Collection SolutionMetadataService.getAllSolutionClasses()
          Retrieves all solution classes
 java.util.Collection SolutionScoringService.getAllSolutionRelevance()
           
 java.lang.String[] SegmentedOptionService.getArrayValue(atg.repository.RepositoryItem pProfile, java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the given user belongs to and returns its value as a String.
 java.lang.String[] UserOptionsService.getArrayValue(java.lang.String pOptionName)
          Gets the value of the given option for the current user as am array of String.
 java.lang.String[] SiteService.getArrayValue(java.lang.String pName)
          Gets a Site option as a list of values.
 java.lang.String[] SegmentedOptionService.getArrayValue(java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the current user belongs to and returns its value as a String.
 java.lang.String[] UserOptionsService.getArrayValue(java.lang.String pOptionName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as am array of Strings.
 java.lang.String[] UserOptionsService.getArrayValue(java.lang.String pOptionName, java.lang.String pSegmentName)
          Gets the value of the given option for the current user as am array of Strings.
 java.lang.String[] SegmentedOptionService.getArrayValue(java.lang.String pSegment, java.lang.String pOptionName)
          Gets a Segmented option by name and returns its value as an array of Strings.
 java.lang.String[] UserOptionsService.getArrayValueForUserOptionOnly(java.lang.String pOptionName)
          Gets the value of the given option for the current user as am array of String.
 java.lang.String[] UserOptionsService.getArrayValueForUserOptionOnly(java.lang.String pOptionName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as am array of Strings.
 java.util.Collection SolutionScoringService.getBatchSolutionRelevance(java.lang.String pLastSolutionRelevanceId, int pBatchSize)
           
 FieldDefinitionTypeMetadata SolutionMetadataService.getBooleanFieldMetadata()
          Gets metadata about the Boolean field type.
 boolean SegmentedOptionService.getBooleanValue(atg.repository.RepositoryItem pProfile, java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the given user belongs to and returns its value as a boolean.
 boolean UserOptionsService.getBooleanValue(java.lang.String pName)
          Gets the value of the given option for the current user as a boolean.
 boolean SiteService.getBooleanValue(java.lang.String pName)
          Gets a site option by name.
 boolean SegmentedOptionService.getBooleanValue(java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the current user belongs to and returns its value as a boolean.
 boolean UserOptionsService.getBooleanValue(java.lang.String pName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as a boolean.
 boolean UserOptionsService.getBooleanValue(java.lang.String pOptionName, java.lang.String pSegmentName)
          Gets the value of the given option for the current user as a boolean.
 boolean SegmentedOptionService.getBooleanValue(java.lang.String pSegment, java.lang.String pOptionName)
          Gets a Segmented option by name and returns its value as a boolean.
 boolean UserOptionsService.getBooleanValueForUserOptionOnly(java.lang.String pName)
          Gets the value of the given option for the current user as a boolean.
 boolean UserOptionsService.getBooleanValueForUserOptionOnly(java.lang.String pName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as a boolean.
 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.
 ContentConfig UIService.getContentConfig(java.lang.String pContentId)
          Gets the content configuration for the specified user.
 java.lang.String SessionService.getCurrentKnowledgeSessionId()
          Returns the KnowledgeSession id associated with the current window.
 FieldDefinitionTypeMetadata SolutionMetadataService.getDateFieldMetadata()
          Gets metadata about the Date field type.
 FieldDefinitionTypeMetadata SolutionMetadataService.getDecimalFieldMetadata()
          Gets metadata about the Decimal field type.
 SpellingDictionary SpellingDictionaryService.getDictionary(java.lang.String pLanguage)
          Gets the current SpellingDictionary item for that language, or creates a new one if necessary
 java.lang.String SiteService.getEmailSolutionLandingPageURL(java.util.Map pParams)
          Gets the fully qualified URL for the document landing page with the given parameters attached as query parameters.
 EnumeratedListValue SolutionMetadataService.getEnumeratedListValueById(java.lang.String pId)
          Gets an EnumeratedListValue by repository id.
 atg.repository.RepositoryItem ProfileService.getExternalUserById(java.lang.String pUserId)
          Gets an external user of the given type with the given id.
 FavoriteQuery FavoriteQueryService.getFavoriteQueryById(java.lang.String pFavoriteQueryId)
          Finds a FavoriteQuery by it's repository id.
 Favorites FavoritesService.getFavoritesById(java.lang.String pFavoritesId)
          Finds a Favorites by it's repository id.
 FieldDefinition SolutionMetadataService.getFieldDefinitionById(java.lang.String pFieldDefinitionId)
          Gets a FieldDefinition by its repository id.
 FieldDefinition SolutionMetadataService.getFieldDefinitionByName(java.lang.String pName)
          Gets a FieldDefinition by its logical name.
 FieldDefinitionTypeMetadata SolutionMetadataService.getFieldDefinitionMetadataByType(FieldDefinitionType pType)
          Finds a FieldDefinitionTypeMetadata object given the FieldDefinition type.
 FieldDefinitionTypeMetadata SolutionMetadataService.getFieldDefinitionMetadataByType(java.lang.String pName)
          Finds a FieldDefinitionTypeMetadata object given the FieldDefinition type name.
 FrameworkConfig UIService.getFrameworkConfig(java.lang.String pFrameworkId)
          Gets the framework configuration for the user.
 java.util.List SolutionScoringService.getHotSolutionClasses()
          get the HotSolutionClasses as configured in the options.
 java.util.Collection SolutionScoringService.getHotSolutions()
          Deprecated. This function is being retained for backward compatibility but you should use getHotSolutionsAsSolutions() instead. Most callers want a list of Solution rather than a list of SolutionRelevance and getHotSolutionsAsSolutions() is more efficient than getting the SolutionRelevance and then retrieving the Solution by id. getHotSolutionsAsSolutions() will also make sure that non-deployed solutions are not returned in self-service.
NOTE: If you want to get the SolutionRelevance, you can also get it from Solution.getSolutionRelevance().
 java.util.Collection SolutionScoringService.getHotSolutions(java.lang.String pSolutionClassId)
          Gets the Hot Solutions list
 java.util.Collection SolutionScoringService.getHotSolutionsAsSolutions()
          Gets the Hot Solutions list
 java.util.List SolutionScoringService.getHotSolutionsAsSolutions(int pMaxSolutions, java.util.Collection pTopicIds, java.util.Collection pSolutionClassIds)
          Gets the Hot Solutions list filtered by constraints and sorted by their hot score.
 java.util.List SolutionScoringService.getHotSolutionTopics()
          get the HotSolutionTopics as configured in the options.
 int SolutionScoringService.getHotUseCountDuration()
          Get the HotUseCountDuration to be used in the scoring formula as defined in the site options.
 int SolutionScoringService.getHotUseCountWeight()
          Get the HotUseCountWeight to be used in the scoring formula as defined in the site options.
 int SolutionScoringService.getHotViewCountWeight()
          Get the HotViewCountWeight to be used in the scoring formula as defined in the site options.
 int SegmentedOptionService.getIntegerValue(atg.repository.RepositoryItem pProfile, java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the given user belongs to and returns its value as a int.
 int UserOptionsService.getIntegerValue(java.lang.String pOptionName)
          Gets the value of the given option for the current user as an int.
 int SiteService.getIntegerValue(java.lang.String pName)
          Gets a site option by name.
 int SegmentedOptionService.getIntegerValue(java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the current user belongs to and returns its value as a int.
 int UserOptionsService.getIntegerValue(java.lang.String pOptionName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as an int.
 int UserOptionsService.getIntegerValue(java.lang.String pOptionName, java.lang.String pSegmentName)
          Gets the value of the given option for the given segment as an int.
 int SegmentedOptionService.getIntegerValue(java.lang.String pSegment, java.lang.String pOptionName)
          Gets a Segmented option by name and returns its value as an int.
 int UserOptionsService.getIntegerValueForUserOptionOnly(java.lang.String pOptionName)
          Gets the value of the given option for the current user as an int.
 int UserOptionsService.getIntegerValueForUserOptionOnly(java.lang.String pOptionName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as an int.
 java.util.List LogicalOrganizationService.getInternalAudienceListById(java.lang.String[] pIds)
          Gets a set of internal audience objects given an array of repository ids.
 boolean SiteService.getIsEmailSolutionLandingPageConfigured()
          Returns true if the document landing page option is not empty.
 FieldDefinitionTypeMetadata SolutionMetadataService.getListFieldMetadata()
          Gets metadata about the List field type.
 CellInstance UIService.getNewCellInstance(java.lang.String pCellId)
          Creates a cell instance bean and fills in the default values.
protected  javax.ejb.EJBLocalObject UIService.getNewConfig(int pItemType, java.lang.String pUserId, java.lang.String pItemId)
          Creates a new configuration bean.
 ContentInstance UIService.getNewContentInstance(java.lang.String pContentId)
          Creates a content instance bean and fills in the default values.
 FrameworkInstance UIService.getNewFrameworkInstance()
          Creates a framework instance bean and fills in the default values.
 FrameworkInstance UIService.getNewFrameworkInstance(java.lang.String pFrameworkId)
          Creates a framework instance bean and fills in the default values.
protected  javax.ejb.EJBLocalObject UIService.getNewInstance(int pItemType, java.lang.String pInstanceId)
          Creates a new bean instance.
 PanelInstance UIService.getNewPanelInstance(java.lang.String pPanelId)
          Creates a panel instance bean and fills in the default values.
 PanelStackInstance UIService.getNewPanelStackInstance(java.lang.String pPanelStackId)
          Creates a panel stack instance bean and fills in the default values.
 PanelTargetElement UIService.getNewPanelTargetElementInstance(java.lang.String pPanelId)
          Creates a panel target element bean and fills in the default values.
 SkinInstance UIService.getNewSkinInstance(java.lang.String pSkinId)
          Creates a skin instance bean and fills in the default values.
 TabInstance UIService.getNewTabInstance(java.lang.String pTabId)
          Creates a tab instance bean and fills in the default values.
 TemplateInstance UIService.getNewTemplateInstance(java.lang.String pTemplateId)
          Creates a template instance bean and fills in the default values.
 FieldDefinitionTypeMetadata SolutionMetadataService.getNumberFieldMetadata()
          Gets metadata about the Number field type.
 java.util.Map UserOptionsService.getOptions(java.lang.String pProfileId)
          Gets a map of all the options that can be edited by the given user.
 java.util.Map UserOptionsService.getOptionsForCurrentUser()
          Gets a map of all the options that can be edited by the current user.
 FieldDefinitionTypeMetadata SolutionMetadataService.getOrganizationFieldMetadata()
          Gets metadata about the Organization field type.
 java.lang.String ProfileService.getOrganizationNameById(java.lang.String pOrgId)
          Gets the name of an organization item from the current user's profile repository given the id.
 OrganizationValue OrganizationValueService.getOrganizationValueById(java.lang.String pOrgValueId)
          Gets an OrgnizationValue given its repository id.
 java.util.List OrganizationValueService.getOrganizationValueListById(java.lang.String[] pOrgValueIds)
          Gets a list of OrgnizationValue objects given a list of repository ids.
 PanelConfig UIService.getPanelConfig(java.lang.String pPanelId)
          Gets the panel configuration for the specified user.
 PanelStackConfig UIService.getPanelStackConfig(java.lang.String pPanelStackId)
          Gets the panel stack configuration for the specified user.
 Solution SolutionService.getPublishedSolutionById(java.lang.String pSolutionId)
          Finds the published solution by it's repository id.
 java.util.Collection SolutionScoringService.getQOAAList()
          Gets the Questions Others are Asking List
 java.util.Collection SolutionScoringService.getQOAAListWithSolutionListUtils()
          Gets the Questions Others are Asking List
 RecentTickets RecentTicketsService.getRecentTicketById(java.lang.String pRecentTicketsId)
          Finds a RecentTickets by it's repository id.
 int RecommendedAnswerService.getRecommendedAnswersCountBySolution(java.lang.String pSolutionId)
          Returns the number of recommended answers associated with the given solution id Return collection is ordered by modifyDate from newest to oldest
 RecommendedReading RecommendedReadingService.getRecommendedReadingById(java.lang.String pRecommendedReadingId)
          Finds a RecommendedReading by it's repository id.
 Segment SegmentService.getSegment(java.lang.String pSegmentName, boolean pIsInternal)
          Gets a segment by name and whether it's internal or external.
 java.lang.String[] SolutionService.getSegmentsByValueMatch(java.lang.String pSolutionId, java.lang.String pFieldName, java.lang.Object pFieldValue)
          Gets the segments for a given property name and value.
 Site SiteService.getSite()
          Gets a site based on the id set in the siteId property.
 Site SiteService.getSiteById(java.lang.String pSiteId)
          Gets a site by id.
 Site SiteService.getSiteByName(java.lang.String pSiteId)
          This method just creates a new bean and return the site object with the site name.
 SkinConfig UIService.getSkinConfig(java.lang.String pSkinId)
          Gets the skin configuration for the specified user.
 Solution SolutionService.getSolutionByDisplayId(java.lang.String pDisplayId)
          Finds a solution by it's display id.
 Solution SolutionService.getSolutionById(java.lang.String pId)
          Finds a solution by it's repository id or legacy id.
 Solution SolutionService.getSolutionByPrimaryKey(java.lang.String pId)
          Finds a solution by it's repository id only.
 SolutionClass SolutionMetadataService.getSolutionClassById(java.lang.String pSolutionClassId)
          Finds a solution class by it's repository id.
 SolutionClassFieldDefinition SolutionMetadataService.getSolutionClassFieldDefinitionById(java.lang.String pId)
          Finds a solution class property definition by it's repository id.
 atg.svc.userprofiling.logicalorganization.SolutionInternalAudience LogicalOrganizationService.getSolutionInternalAudienceById(java.lang.String pId)
          Gets a SolutionInternalAudience given the repository 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.
 SolutionStatus SolutionService.getSolutionStatusById(java.lang.String pSolutionStatusId)
          Finds a solution status by it's repository id.
 FieldDefinitionTypeMetadata SolutionMetadataService.getStatementFieldMetadata()
          Gets metadata about the Statement field type.
 java.lang.String SegmentedOptionService.getStringValue(atg.repository.RepositoryItem pProfile, java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the given user belongs to and returns its value as a String.
 java.lang.String UserOptionsService.getStringValue(java.lang.String pOptionName)
          Gets the value of the given option for the current user as a String.
 java.lang.String SiteService.getStringValue(java.lang.String pName)
          Gets a site option by site and name.
 java.lang.String SegmentedOptionService.getStringValue(java.lang.String pOptionName)
          Gets an option by name in the highest priority segment the current user belongs to and returns its value as a String.
 java.lang.String UserOptionsService.getStringValue(java.lang.String pOptionName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as a String.
 java.lang.String UserOptionsService.getStringValue(java.lang.String pOptionName, java.lang.String pSegmentName)
          Gets the value of the given option for the given user segment as a String.
 java.lang.String SegmentedOptionService.getStringValue(java.lang.String pSegment, java.lang.String pOptionName)
          Gets a Segmented option by name and returns its value as a String.
 java.lang.String UserOptionsService.getStringValueForUserOptionOnly(java.lang.String pOptionName)
          Gets the value of the given option for the current user as a String.
 java.lang.String UserOptionsService.getStringValueForUserOptionOnly(java.lang.String pOptionName, atg.repository.RepositoryItem pProfile)
          Gets the value of the given option for the given user as a String.
 TabConfig UIService.getTabConfig(java.lang.String pTabId)
          Gets the tab configuration for the specified user.
 TemplateConfig UIService.getTemplateConfig(java.lang.String pTemplateId)
          Gets the template configuration for the specified user.
 FieldDefinitionTypeMetadata SolutionMetadataService.getTextFieldMetadata()
          Gets metadata about the Text field type.
 java.util.Collection SolutionScoringService.getTopSolutions()
          Deprecated. This function is being retained for backward compatibility but you should use getTopSolutionsAsSolutions() instead. Most callers want a list of Solution rather than a list of SolutionRelevance and getTopSolutionsAsSolutions() is more efficient than getting the SolutionRelevance and then retrieving the Solution by id. getTopSolutionsAsSolutions() will also make sure that non-deployed solutions are not returned in self-service.
NOTE: If you want to get the SolutionRelevance, you can also get it from Solution.getSolutionRelevance().
 java.util.Collection SolutionScoringService.getTopSolutions(int pMaxSolutions, java.util.Collection pTopicIds, java.util.Collection pSolutionClassIds)
          Gets the Top Solutions list filtered by constraints and sorted by their top score.
 java.util.Collection SolutionScoringService.getTopSolutions(java.lang.String pSolutionClassId)
          Gets the Top Solutions list
 java.util.Collection SolutionScoringService.getTopSolutionsAsSolutions()
          Gets the Top Solutions list
 java.util.Collection SolutionScoringService.getTopSolutionsAsSolutions(int pMaxSolutions, java.util.Collection pTopicIds, java.util.Collection pSolutionClassIds)
          Gets the Top Solutions list filtered by constraints and sorted by their top score.
 FieldDefinitionTypeMetadata SolutionMetadataService.getTransactionalFragmentFieldMetadata()
          Gets metadata about the Transactional Fragment field type.
 TransactionalFragmentParameter TransactionalFragmentService.getTransactionalFragmentParameterByName(java.lang.String pParamName, java.lang.String pResourceBundle)
          Gets a TransactionalFragmentParameter given the unique parameter name.
 atg.repository.RepositoryItem ProfileService.getUserById(java.lang.String pUserId)
          Gets a user of the given type with the given id.
 FieldDefinitionTypeMetadata SolutionMetadataService.getUserFieldMetadata()
          Gets metadata about the User field type.
 java.lang.String UIService.getUserTabId()
          Performs all the necessary user-related considerations and converstions to determine the initial user tab to render First, look at the user options.
 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.
 SolutionSolutionStatus SolutionStatusService.markSolutionStatusAsUnDeployed(java.lang.String pSolutionId, int pVersion)
          Marks the solution as undeployed for the version specified.
 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 SegmentService.removeServiceSegment(java.lang.String pSegmentId)
          Removes a Segment object from the repository given the repository id.
 void LogicalOrganizationService.removeSolutionInternalAudience(java.lang.String pId)
          Removes a SolutionInternalAudience given the repository 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 UIService.saveFrameworkConfigFromInstance(FrameworkInstance pFrameworkInstance)
          Saves framework configuration based on the state of a framework instance.
 void UserOptionsService.saveOptions(java.util.Map pUserOptions)
          Saves a collection of user options.
 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 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 StateHolderService.saveWindowAttribute(WindowAttribute pWindowAttribute)
          Saves a window attribute.
 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 SolutionService.setSolutionFieldValue(Solution pSolution, java.lang.String pFieldName, java.lang.String[] pSolutionFieldValueIds)
          Given a set of SolutionFieldValue ids, copy the values from those SolutionFieldValue objects and set them as the new value on the given field.
 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
 

Uses of ObjectNotFoundException in atg.svc.repository.service.exception
 

Subclasses of ObjectNotFoundException in atg.svc.repository.service.exception
 class TopicNotFoundException
          A parent topic is not allowed to have two direct children with the same name.
 

Uses of ObjectNotFoundException in atg.svc.ui.formhandlers
 

Methods in atg.svc.ui.formhandlers that throw ObjectNotFoundException
protected static KnowledgeQueryPredicate KnowledgeQueryPredicateBuilder.buildListPredicate(KnowledgeQuerySubtypeEnum pListType, java.lang.String pFieldName, KnowledgeQueryPredicateOperator pOper, java.util.List pValues, QueryService pQService)
           
static java.util.Set KnowledgeQueryPredicateBuilder.buildPredicates(SolutionSearchFormHandler pForm)
          Returns a list of newly constructed query predicate beans.
static atg.svc.search.KnowledgeQueryContext KnowledgeQueryPredicateCollector.collectPredicates(atg.svc.search.SearchService searcher, SearchBaseFormHandler pForm)
          collects query Predicates and adds them to search context
protected static java.lang.Object KnowledgeQueryPredicateBuilder.createPredicate(QueryService queryService, KnowledgeQueryAttrDescription attr)
          Factory method.
 FieldDefinition SearchBaseFormHandler.getFieldDefinition(java.lang.String pFieldId)
          Returns field definition of Solution Class-Specific Constraints
protected  Solution ViewDocumentFormHandler.getSolution()
          Gets the solution using the formhandler properties.
protected  void SearchFormHandler.initializeKnowledgeQueryContext(boolean pReplacePredicates)
           
protected  void SearchBaseFormHandler.initializeKnowledgeQueryContext(boolean pReplacePredicates)
           
protected static java.util.List KnowledgeQueryPredicateBuilder.parseFieldValues(SearchBaseFormHandler pForm)
          Auxiliary method for parsing values of Solution Class-Specific Constraints.