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.taglib.options   
atg.svc.ui.formhandlers   
 

Uses of ObjectNotFoundException in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that throw ObjectNotFoundException
 void Solution.addTopic(java.lang.String topicId)
          Adds a topic to the solution given the topic id
 Solution SolutionHome.findPublishedSolutionById(java.lang.String solutionId)
          finds a published solution by its id
 void Solution.setInternalAudience(java.lang.String[] orgValIds)
          Sets the internal audience on the Solution given a list of OrganizationValue repository ids.
 void Solution.setOwningGroup(java.lang.String orgValId)
          Sets the owning group on the Solution given an OrganizationValue repository id.
 void Solution.setSolutionClass(java.lang.String solutionClassId)
          Sets the SolutionClass on the Solution given the SolutionClass repository id.
 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.
 Solution SolutionHomeMethods.findPublishedSolutionById(java.lang.String pSolutionId, SolutionHome pSolutionHome)
           
 int SolutionClassFieldDefinitionMethods.getOrder(atg.svc.repository.beans.SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Gets the order of this SolutionClassFieldDefinition in the solution class.
 atg.svc.repository.beans.SolutionClass SolutionClassFieldDefinitionMethods.getSolutionClass(atg.svc.repository.beans.SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Gets the SolutionClass for this SolutionClassFieldDefinition by using the SolutionClass id.
 void SolutionClassFieldDefinitionMethods.setFieldDefinition(java.lang.String pId, atg.svc.repository.beans.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, 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 RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, java.util.List<atg.svc.repository.beans.RecentTickets> pRecentTickets)
          This method check for the maximum record limit for Recent Tickets for a particular user.
 void RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, atg.svc.repository.beans.RecentTickets pRecentTickets)
          This method check for the maximum record limit for Recent Tickets for a particular user and of ticket type.
 void StateHolderService.clearAttributes()
          Clears all window attributes with current window ID.
 void StateHolderService.clearAttributes(javax.servlet.http.HttpSession pSession)
          Clears all window attributes with given window ID.
 void StateHolderService.clearAttributesOnTimeout(java.lang.String pSessionId)
          Deprecated. After ATG 9.1. Window Attributes are no longer persisted to the repository
 void 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)
          Computes the hot use count - the number of times solution was linked in last N days
 void UIService.copySite(java.lang.String pApplicationId, atg.multisite.Site pSourceSite, atg.multisite.Site pTargetSite)
          Deprecated.  
 Solution SolutionService.copySolutionAsNew(java.lang.String pTemplateSolutionId)
          Creates a new solution bean based on the template solution provided
 atg.svc.repository.beans.QOAA QOAAService.create(java.lang.String pSolutionId)
          Creates a new QOAA bean for the specified solution.
 SolutionRelevance SolutionScoringService.create(java.lang.String pSolutionId)
          Creates a new solution relevance bean for the specified solution.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createBooleanPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.lang.Boolean pValue)
          Creates a predicate r2j bean for a boolean field.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createDatePredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.Date pValue)
          Creates a predicate r2j bean for a timestamp field.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createDateRangePredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.Date pMaxDate, java.util.Date pMinDate)
          Creates a range predicate r2j bean for a timestamp field.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createEnumListPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.List<java.lang.String> pEnumListIds)
          Creates a predicate r2j bean for a list of enumerated list field valuess.
 atg.svc.repository.beans.FavoriteQuery FavoriteQueryService.createFavoriteQuery(java.lang.String pQueryId)
          Creates a new transient FavoriteQuery repository bean.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createKeywordPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.lang.String pKeywordString)
          Creates a predicate r2j bean for a keyword expression.
 java.util.List<atg.svc.repository.beans.KnowledgeQueryPredicate> 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.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createNumberPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.lang.Float pValue)
          Creates a predicate r2j bean for a numeric field.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createNumberRangePredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, float pUpperValue, float pLowerValue)
          Creates a range predicate r2j bean for a numeric field.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createOrganizationPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.List<java.lang.String> pOrganizationIds)
          Creates a predicate r2j bean for a list of organizations.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createSegmentPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.List<java.lang.String> 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, SolutionHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given SolutionHomes.
 Solution SolutionService.createSolutionBean(java.lang.String pSolutionClassId)
          Creates a Solution in-memory bean that is not connected to the repository.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createTextMatchPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, boolean pMatchCase, java.util.List<java.lang.String> pTextValues)
          Creates a predicate r2j bean for a list of text values.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createTextMatchPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, boolean pMatchCase, java.lang.String pTextValue)
          Creates a predicate r2j bean for a list of text values.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createTopicPredicate(atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.List<java.lang.String> pTopicIds)
          Creates a predicate r2j bean for a list of topics.
 atg.svc.repository.beans.KnowledgeQueryPredicate QueryService.createUserPredicate(java.lang.String pFieldName, atg.svc.repository.beans.KnowledgeQueryPredicatePredicateType pPredType, atg.svc.repository.beans.KnowledgeQueryPredicateOperator pOperator, java.util.List<java.lang.String> pUserIds)
          Creates a predicate r2j bean for a list of users.
 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.deleteSite(java.lang.String pApplicationId, atg.multisite.Site pSite)
          Deletes all of the framework objects belonging to the specified site.
 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 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.
 atg.svc.repository.beans.FavoriteQuery FavoriteQueryService.edit(java.lang.String pFavoriteQueryId)
          Gets an editable version of a favorite query given the repository id of the favorite query.
 atg.svc.repository.beans.Favorites FavoritesService.edit(java.lang.String pFavoritesId)
          Gets an editable version of a favorite given the repository id of the favorite .
 atg.svc.repository.beans.QOAA QOAAService.edit(java.lang.String pSolutionId)
          Gets an editable version of a QOAA given the solution's id.
 atg.svc.repository.beans.RecommendedReading RecommendedReadingService.edit(java.lang.String pRecommendedReadingId)
          Gets an editable version of a recommended reading given the repository id of the recommendedReading .
 atg.svc.repository.beans.RecentTickets RecentTicketsService.edit(java.lang.String pRecentTicketsId)
          Gets an editable version of a recent tickets given the repository id of the recentTickets .
 SpellingDictionary SpellingDictionaryService.edit(java.lang.String pLanguage)
          Start editing a SpellingDictionary for a language
 atg.svc.repository.beans.RecommendedAnswer RecommendedAnswerService.editRecommendedAnswer(java.lang.String pRecommendedAnswerId)
          Gets an editable version of a RecommendedAnswer given the id.
protected  atg.svc.repository.beans.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.
 SolutionRelevance SolutionScoringService.findByPrimaryKey(java.lang.String pSolutionRelevanceId)
          Finds a solution relevance object by the SolutionRelevance repository id.
 atg.svc.repository.beans.SolutionClass SolutionMetadataService.findBySolutionClassFieldDefn(java.lang.String pId)
          Finds the SolutionClass that contains the given SolutionClassFieldDefinition.
 atg.svc.repository.beans.OrganizationValue OrganizationValueService.findOrganizationValue(atg.svc.repository.beans.OrganizationValueType pType, java.lang.String pOrgId)
          Finds an OrganizationValue given its type and organization id.
 atg.svc.repository.beans.KnowledgeQuery QueryService.findQueryByPrimaryKey(java.lang.String pQueryId)
          Returns the repository object for the given KnowledgeQuery object.
 atg.svc.repository.beans.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.
 atg.svc.repository.beans.RecommendedAnswer RecommendedAnswerService.findRecommendedAnswerByTicketAndDocument(java.lang.String pTicketId, java.lang.String pDocUrl)
          Returns the RecommendedAnswer associated with the given docId and ticket id
 atg.svc.repository.beans.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.
 atg.svc.repository.beans.KnowledgeSession SessionService.findSessionByPrimaryKey(java.lang.String pSessionId)
          Finds a problem session by it's repository id.
 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.
 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.List<atg.svc.repository.beans.FieldDefinition> SolutionMetadataService.getAllCustomFieldDefinitionsByName()
          Returns all custom field definitions sorted by display name.
 java.util.Collection SolutionMetadataService.getAllSolutionClasses()
          Retrieves all solution classes
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getBooleanFieldMetadata()
          Gets metadata about the Boolean field type.
 atg.svc.framework.repository.beans.CellConfig UIService.getCellConfig(java.lang.String pCellId)
          Gets the cell configuration for the specified user.
protected  javax.ejb.EJBLocalObject UIService.getConfig(int pItemType, java.lang.String pItemId)
          Get configuration for bean.
 atg.svc.framework.repository.beans.ContentConfig UIService.getContentConfig(java.lang.String pContentId)
          Gets the content configuration for the specified user.
 java.lang.String SessionService.getCurrentKnowledgeSessionId()
          Returns the KnowledgeSession id associated with the current window.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getDateFieldMetadata()
          Gets metadata about the Date field type.
 atg.svc.repository.beans.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
 atg.svc.repository.beans.EnumeratedListValue SolutionMetadataService.getEnumeratedListValueByDisplayName(java.lang.String pDisplayName)
          Gets a EnumeratedListValue by its display name.
 atg.svc.repository.beans.EnumeratedListValue SolutionMetadataService.getEnumeratedListValueById(java.lang.String pId)
          Gets an EnumeratedListValue by repository id.
 atg.svc.repository.beans.EnumeratedListValue SolutionMetadataService.getEnumeratedListValueByName(java.lang.String pName)
          Gets a EnumeratedListValue by its logical name.
 atg.repository.RepositoryItem FrameworkProfileService.getExternalUserById(java.lang.String pUserId)
          Gets an external user of the given type with the given id.
 atg.svc.repository.beans.FavoriteQuery FavoriteQueryService.getFavoriteQueryById(java.lang.String pFavoriteQueryId)
          Finds a FavoriteQuery by it's repository id.
 atg.svc.repository.beans.Favorites FavoritesService.getFavoritesById(java.lang.String pFavoritesId)
          Finds a Favorites by it's repository id.
 atg.svc.repository.beans.FieldDefinition SolutionMetadataService.getFieldDefinitionByDisplayName(java.lang.String pDisplayName)
          Gets a FieldDefinition by its display name.
 atg.svc.repository.beans.FieldDefinition SolutionMetadataService.getFieldDefinitionById(java.lang.String pFieldDefinitionId)
          Gets a FieldDefinition by its repository id.
 atg.svc.repository.beans.FieldDefinition SolutionMetadataService.getFieldDefinitionByName(java.lang.String pName)
          Gets a FieldDefinition by its logical name.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getFieldDefinitionMetadataByType(atg.svc.repository.beans.FieldDefinitionType pType)
          Finds a FieldDefinitionTypeMetadata object given the FieldDefinition type.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getFieldDefinitionMetadataByType(java.lang.String pName)
          Finds a FieldDefinitionTypeMetadata object given the FieldDefinition type name.
 atg.svc.framework.repository.beans.FrameworkConfig UIService.getFrameworkConfig(java.lang.String pFrameworkId)
          Gets the framework configuration for the user.
 java.util.List<java.lang.String> SolutionScoringService.getHotSolutionClasses()
          get the HotSolutionClasses as configured in the options.
 java.util.Collection<Solution> 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<Solution> SolutionScoringService.getHotSolutions(java.lang.String pSolutionClassId)
          Gets the Hot Solutions list
 java.util.List<Solution> SolutionScoringService.getHotSolutionsAsSolutions(int pMaxSolutions, java.util.Collection<java.lang.String> pTopicIds, java.util.Collection<java.lang.String> pSolutionClassIds)
          Gets the Hot Solutions list filtered by constraints and sorted by their hot score.
 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.
 java.lang.String[] SolutionService.getInternalAndExternalSegmentsByValueMatch(java.lang.String pSolutionId, java.lang.String pFieldName, java.lang.Object pFieldValue)
          Gets the internal and external segments for a given property name and value.
 java.util.List LogicalOrganizationService.getInternalAudienceListById(java.lang.String[] pIds)
          Gets a set of internal audience objects given an array of repository ids.
 atg.svc.repository.beans.ListFieldDefinition SolutionMetadataService.getListFieldDefintionByListValueId(java.lang.String pListValueId)
          Gets a ListFieldDefinition that contains the given list field value.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getListFieldMetadata()
          Gets metadata about the List field type.
 atg.svc.framework.repository.beans.CellInstance UIService.getNewCellInstance(java.lang.String pCellId)
          Creates a cell instance bean and fills in the default values.
 atg.svc.framework.repository.beans.CellInstance UIService.getNewCellInstance(java.lang.String pCellId, atg.svc.framework.repository.beans.CellDefinition pCellDefinition)
           
protected  javax.ejb.EJBLocalObject UIService.getNewConfig(int pItemType, java.lang.String pUserId, java.lang.String pItemId)
          Creates a new configuration bean.
 atg.svc.framework.repository.beans.ContentInstance UIService.getNewContentInstance(java.lang.String pContentId)
          Creates a content instance bean and fills in the default values.
 atg.svc.framework.repository.beans.PanelInstance UIService.getNewPanelInstance(java.lang.String pPanelId)
          Creates a panel instance bean and fills in the default values.
 atg.svc.framework.repository.beans.PanelInstance UIService.getNewPanelInstance(java.lang.String pPanelId, atg.svc.framework.repository.beans.PanelDefinition pPanelDefinition)
           
 atg.svc.framework.repository.beans.PanelStackInstance UIService.getNewPanelStackInstance(java.lang.String pPanelStackId)
          Creates a panel stack instance bean and fills in the default values.
 atg.svc.framework.repository.beans.PanelStackInstance UIService.getNewPanelStackInstance(java.lang.String pPanelStackId, atg.svc.framework.repository.beans.PanelStackDefinition pPanelStackDefinition)
           
 atg.svc.framework.repository.beans.PanelTargetElement UIService.getNewPanelTargetElementInstance(java.lang.String pPanelId)
           
 atg.svc.framework.repository.beans.PanelTargetElement UIService.getNewPanelTargetElementInstance(java.lang.String pPanelStackId, java.lang.String pPanelId)
           
 atg.svc.framework.repository.beans.PanelTargetElement UIService.getNewPanelTargetElementInstance(java.lang.String pPanelStackId, java.lang.String pPanelId, int pCount)
          Creates a panel target element bean and fills in the default values.
 atg.svc.framework.repository.beans.SkinInstance UIService.getNewSkinInstance(java.lang.String pSkinId)
          Creates a skin instance bean and fills in the default values.
 atg.svc.framework.repository.beans.TabInstance UIService.getNewTabInstance(java.lang.String pTabId)
          Creates a tab instance bean and fills in the default values.
 atg.svc.framework.repository.beans.TabInstance UIService.getNewTabInstance(java.lang.String pTabId, atg.svc.framework.repository.beans.TabDefinition pTabDefinition)
           
 atg.svc.framework.repository.beans.TemplateInstance UIService.getNewTemplateInstance(java.lang.String pTemplateId)
          Creates a template instance bean and fills in the default values.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getNumberFieldMetadata()
          Gets metadata about the Number field type.
 atg.svc.repository.beans.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.
 atg.svc.repository.beans.OrganizationValue OrganizationValueService.getOrganizationValueById(java.lang.String pOrgValueId)
          Gets an OrgnizationValue given its repository id.
 java.util.List<atg.svc.repository.beans.OrganizationValue> OrganizationValueService.getOrganizationValueListById(java.lang.String[] pOrgValueIds)
          Gets a list of OrgnizationValue objects given a list of repository ids.
 atg.svc.framework.repository.beans.PanelConfig UIService.getPanelConfig(java.lang.String pPanelId)
          Gets the panel configuration for the specified user.
 atg.svc.framework.repository.beans.PanelStackConfig UIService.getPanelStackConfig(java.lang.String pPanelStackId)
          Gets the panel stack configuration for the specified user.
 Solution SolutionService.getPublishedSolutionById(java.lang.String pSolutionId)
          Finds the published solution by it's repository id.
 atg.svc.repository.beans.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
 atg.svc.repository.beans.RecommendedReading RecommendedReadingService.getRecommendedReadingById(java.lang.String pRecommendedReadingId)
          Finds a RecommendedReading by it's repository id.
 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.
 atg.svc.framework.repository.beans.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.
 atg.svc.repository.beans.SolutionClass SolutionMetadataService.getSolutionClassById(java.lang.String pSolutionClassId)
          Finds a solution class by it's repository id.
 atg.svc.repository.beans.SolutionClassFieldDefinition SolutionMetadataService.getSolutionClassFieldDefinitionById(java.lang.String pId)
          Finds a solution class property definition by it's repository id.
 SolutionFieldValue SolutionService.getSolutionFieldValueById(java.lang.String pId)
          Finds a SolutionFieldValue given its repository id.
 atg.svc.userprofiling.logicalorganization.SolutionInternalAudience LogicalOrganizationService.getSolutionInternalAudienceById(java.lang.String pId)
          Gets a SolutionInternalAudience given the repository id.
 SolutionRedirect SolutionRedirectService.getSolutionRedirectByDeletedSolutionDisplayId(java.lang.String pDeletedSolutionDisplayId)
          Retrieves a SolutionRedirect by the deleted solution display id
 SolutionRedirect SolutionRedirectService.getSolutionRedirectByDeletedSolutionId(java.lang.String pDeletedSolutionId)
          Retrieves a SolutionRedirect by the deleted solution id
 SolutionRedirect SolutionRedirectService.getSolutionRedirectByPrimaryKey(java.lang.String pSolutionRedirectPrimaryKey)
          Retrieves a SolutionDirect by the repository item id (primary key) of the SolutionRedirect
 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.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getStatementFieldMetadata()
          Gets metadata about the Statement field type.
 atg.svc.framework.repository.beans.TabConfig UIService.getTabConfig(java.lang.String pTabId)
          Gets the tab configuration for the specified user.
 atg.svc.framework.repository.beans.TemplateConfig UIService.getTemplateConfig(java.lang.String pTemplateId)
          Gets the template configuration for the specified user.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getTextFieldMetadata()
          Gets metadata about the Text field type.
 java.util.Collection<Solution> 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<Solution> SolutionScoringService.getTopSolutions(int pMaxSolutions, java.util.Collection<java.lang.String> pTopicIds, java.util.Collection<java.lang.String> pSolutionClassIds)
          Gets the Top Solutions list filtered by constraints and sorted by their top score.
 java.util.Collection<Solution> SolutionScoringService.getTopSolutions(java.lang.String pSolutionClassId)
          Gets the Top Solutions list
 java.util.Collection<Solution> SolutionScoringService.getTopSolutionsAsSolutions(int pMaxSolutions, java.util.Collection<java.lang.String> pTopicIds, java.util.Collection<java.lang.String> pSolutionClassIds)
          Gets the Top Solutions list filtered by constraints and sorted by their top score.
 atg.svc.repository.beans.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 FrameworkProfileService.getUserById(java.lang.String pUserId)
          Gets a user of the given type with the given id.
 atg.svc.repository.beans.FieldDefinitionTypeMetadata SolutionMetadataService.getUserFieldMetadata()
          Gets metadata about the User field type.
 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 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.restoreAllPanelStackDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite)
          Deprecated.  
 void UIService.restoreCellDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pCellId)
          Restores specified item to default values.
 void UIService.restoreContentDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pContentId)
          Restores specified item to default values.
 void UIService.restoreFrameworkDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pFrameworkId)
          Restores specified item to default values.
protected  void UIService.restoreItemDefault(java.lang.String pApplicationId, atg.multisite.Site pSite, int pItemType, java.lang.String pItemId)
          Deprecated.  
 void UIService.restorePanelDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pPanelId)
          Restores specified item to default values.
 void UIService.restorePanelStackDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pPanelStackId)
          Deprecated.  
 void UIService.restoreSkinDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pSkinId)
          Restores specified item to default values.
 void UIService.restoreTabDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pTabId)
          Restores specified item to default values.
 void UIService.restoreTemplateDefaultBySite(java.lang.String pApplicationId, atg.multisite.Site pSite, java.lang.String pTemplateId)
          Restores specified item to default values.
 void SessionService.resumeKnowledgeSession(java.lang.String pKnowledgeSessionId)
          Resumes an existing knowledge session.
 void SessionService.resumeKnowledgeSession(java.lang.String pKnowledgeSessionId, boolean pEndCurrentSession)
          Resumes an existing knowledge session.
 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 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 UIService.saveFrameworkConfigFromInstance(atg.svc.framework.repository.beans.FrameworkInstance pFrameworkInstance)
          Saves framework configuration based on the state of a framework instance.
 void UIService.savePanelConfigFromInstance(atg.svc.framework.repository.beans.PanelInstance pPanelInstance)
          Saves panel configuration based on the state of a panel instance.
 void UIService.savePanelStackConfigFromInstance(atg.svc.framework.repository.beans.PanelStackInstance pPanelStackInstance)
          Saves panel stack configuration based on the state of a panel stack instance.
 void RecentTicketsService.saveRecentTickets(java.util.List<atg.svc.repository.beans.RecentTickets> pRecentTickets, java.lang.String profileId)
          Adds a list of recent tickets .
 void RecentTicketsService.saveRecentTickets(atg.svc.repository.beans.RecentTickets pRecentTickets)
          Adds a recent tickets .
 java.lang.String RecommendedAnswerService.saveRecommendedAnswer(atg.svc.repository.beans.RecommendedAnswer pRecommendedAnswer, atg.svc.repository.beans.RecommendedAnswerState pOldState, boolean pRecordSession)
          Persists a recommended answer
 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 UIService.saveTabConfigFromInstance(atg.svc.framework.repository.beans.TabInstance pTabInstance)
          Saves tab configuration based on the state of a tab instance.
 void UIService.saveTemplateConfigFromInstance(atg.svc.framework.repository.beans.TemplateInstance pTemplateInstance)
          Saves template configuration based on the state of a template instance.
 void StateHolderService.saveWindowAttribute(java.lang.Object pWindowAttribute)
          Deprecated. After ATG 9.1. Please use StateHolderService.setWindowAttribute(String, Object)
 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 SolutionService.updateCustomFields(Solution pSolution, java.util.Map<java.lang.String,SolutionField> pFields)
          Takes the solution field map and stores it as encoded data on the Solution.encodedFieldData property of the 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.
 

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.taglib.options
 

Methods in atg.svc.taglib.options that throw ObjectNotFoundException
protected  java.lang.Object GetOptionAsArrayTag.getOptionValue(java.lang.String pOptionName)
          Gets the value of the option as an array of Strings.
protected  java.lang.Object GetOptionAsBooleanTag.getOptionValue(java.lang.String pOptionName)
          Gets the value of the option as a Boolean.
protected  java.lang.Object GetOptionAsIntegerTag.getOptionValue(java.lang.String pOptionName)
          Gets the value of the option as an Integer.
protected  java.lang.Object GetOptionAsStringTag.getOptionValue(java.lang.String pOptionName)
          Gets the value of the option as a String.
protected abstract  java.lang.Object GetOptionTagSupport.getOptionValue(java.lang.String pOptionName)
          Gets the value of the option given the name.
 

Uses of ObjectNotFoundException in atg.svc.ui.formhandlers
 

Methods in atg.svc.ui.formhandlers that throw ObjectNotFoundException
protected static atg.svc.repository.beans.KnowledgeQueryPredicate KnowledgeQueryPredicateBuilder.buildListPredicate(KnowledgeQuerySubtypeEnum pListType, java.lang.String pFieldName, atg.svc.repository.beans.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.
 atg.svc.repository.beans.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.