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
 atg.svc.repository.beans.Solution SolutionHome.findPublishedSolutionById(java.lang.String solutionId)
          finds a published solution by its id
 atg.svc.repository.beans.Solution SolutionField.getSolution()
          Gets the parent Solution of this SolutionField.
 SolutionField SolutionFieldValue.getSolutionField()
          Gets the SolutionField parent of this SolutionFieldValue.
 

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, atg.svc.repository.beans.Solution pSolution)
          Adds a topic to a solution given the id of a topic.
 atg.svc.repository.beans.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.Solution SolutionFieldMethods.getSolution(SolutionField pField)
          Gets the parent Solution of the SolutionField.
 atg.svc.repository.beans.SolutionClass SolutionClassFieldDefinitionMethods.getSolutionClass(atg.svc.repository.beans.SolutionClassFieldDefinition pSolutionClassFieldDefinition)
          Gets the SolutionClass for this SolutionClassFieldDefinition by using the SolutionClass id.
 SolutionField SolutionFieldValueMethods.getSolutionField(SolutionFieldValue pFieldValue)
          Gets the parent SolutionField of the SolutionFieldValue.
 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, atg.svc.repository.beans.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, atg.svc.repository.beans.Solution pSolution)
          Sets the Owning Group on the solution given the id of the Organization.
 void SolutionMethods.setSolutionClass(java.lang.String pSolutionClassId, atg.svc.repository.beans.Solution pSolution)
          Sets the solution class on the solution given the id of the solution class.
 void SolutionMethods.updateTopicIds(java.util.Set pTopicIds, atg.svc.repository.beans.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 RecommendedReadingService.checkMaximumRecordLimit(java.lang.String pProfileId)
          This method check for the maximum record limit for recommend reading for a particular user.
 void RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, java.util.List pRecentTickets)
          This method check for the maximum record limit for Recent Tickets for a particular user.
 void RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, atg.svc.repository.beans.RecentTickets pRecentTickets)
          This method check for the maximum record limit for Recent Tickets for a particular user and of ticket type.
 void StateHolderService.clearAttributes()
          Clears all window attributes with current window ID.
 void StateHolderService.clearAttributes(javax.servlet.http.HttpSession pSession)
          Clears all window attributes with given window ID.
 void StateHolderService.clearAttributesOnTimeout(java.lang.String pSessionId)
          Deletes all window attributes when the specified HTTP session times out.
 void ProfileService.clearProfile()
          Clears all Service-related profile attributes including problems, knowledge sessions and all favorite queries.
 void ProfileService.clearProfile(java.lang.String pProfile)
          Clears all Service-related profile attributes including problems, knowledge sessions and all favorite queries.
 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.
 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 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 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.
 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.
 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 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 pSegmentIds)
          Creates a predicate r2j bean for a list of segments.
 atg.svc.repository.beans.Solution SolutionService.createSolution(java.lang.String pSolutionClassId)
          Creates a new solution repository bean object from the given solution class id.
 atg.svc.repository.beans.Solution SolutionService.createSolution(java.lang.String pSolutionClassId, SolutionHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given SolutionHomes.
 atg.svc.repository.beans.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 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 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 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.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 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.RecentTickets RecentTicketsService.edit(java.lang.String pRecentTicketsId)
          Gets an editable version of a recent tickets given the repository id of the recentTickets .
 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 .
 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)
           
 atg.svc.repository.beans.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.
protected  atg.svc.repository.beans.SiteOption SiteService.findOption(java.lang.String pName)
          Gets a site option by the site id and option name.
 atg.svc.repository.beans.SegmentedOption SegmentedOptionService.findOptionBySegmentAndName(java.lang.String pSegment, java.lang.String pOptionName)
          Finds a single SegmentedOption given the segment and option name.
 atg.svc.repository.beans.OptionSegment SegmentedOptionService.findOptionSegmentById(java.lang.String pId)
          Finds an OptionSegment object by the given id.
 atg.svc.repository.beans.OptionSegment SegmentedOptionService.findOptionSegmentByName(java.lang.String pSegment)
          Gets an option segment given the name of the segment.
 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.repository.beans.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.
 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 SolutionMetadataService.getAllCustomFieldDefinitionsByName()
          Returns all custom field definitions sorted by display name.
 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[] 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[] SiteService.getArrayValue(java.lang.String pName)
          Gets a Site option as a list of values.
 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[] 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[] 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.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[] 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)
           
 atg.svc.repository.beans.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 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 SiteService.getBooleanValue(java.lang.String pName)
          Gets a site option by name.
 boolean UserOptionsService.getBooleanValue(java.lang.String pName)
          Gets the value of the given option for the current user 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 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.getBooleanValue(java.lang.String pOptionName, java.lang.String pSegmentName)
          Gets the value of the given option for the current user 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.
 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
 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.
 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 ProfileService.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 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.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 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 SiteService.getIntegerValue(java.lang.String pName)
          Gets a site option by name.
 int UserOptionsService.getIntegerValue(java.lang.String pOptionName)
          Gets the value of the given option for the current user as an 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 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.getIntegerValue(java.lang.String pOptionName, java.lang.String pSegmentName)
          Gets the value of the given option for the given segment 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.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.
 boolean SiteService.getIsEmailSolutionLandingPageConfigured()
          Returns true if the document landing page option is not empty.
 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.FrameworkInstance UIService.getNewFrameworkInstance()
          Creates a framework instance bean and fills in the default values.
 atg.svc.framework.repository.beans.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)
           
 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.
 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.
 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 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.
 atg.svc.repository.beans.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.
 atg.svc.repository.beans.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.
 atg.svc.repository.beans.Site SiteService.getSite()
          Gets a site based on the id set in the siteId property.
 atg.svc.repository.beans.Site SiteService.getSiteById(java.lang.String pSiteId)
          Gets a site by id.
 atg.svc.repository.beans.Site SiteService.getSiteByName(java.lang.String pSiteId)
          This method just creates a new bean and return the site object with the site name.
 atg.svc.framework.repository.beans.SkinConfig UIService.getSkinConfig(java.lang.String pSkinId)
          Gets the skin configuration for the specified user.
 atg.svc.repository.beans.Solution SolutionService.getSolutionByDisplayId(java.lang.String pDisplayId)
          Finds a solution by it's display id.
 atg.svc.repository.beans.Solution SolutionService.getSolutionById(java.lang.String pId)
          Finds a solution by it's repository id or legacy id.
 atg.svc.repository.beans.Solution SolutionService.getSolutionByPrimaryKey(java.lang.String pId)
          Finds a solution by it's repository id only.
 atg.svc.repository.beans.Solution SolutionService.getSolutionBySolutionField(SolutionField pSolutionField)
          Gets the Solution that contains the given SolutionField.
 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.
 SolutionField SolutionService.getSolutionFieldByValue(SolutionFieldValue pSolutionFieldValue)
          Gets the SolutionField that contains the given SolutionFieldValue.
 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.
 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 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 SiteService.getStringValue(java.lang.String pName)
          Gets a site option by site and name.
 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 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 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.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 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.
 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 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(int pMaxSolutions, java.util.Collection pTopicIds, java.util.Collection 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 ProfileService.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.
 java.lang.String UIService.getUserTabId()
          Performs all the necessary user-related considerations and conversions to determine the initial user tab to render First, look at the user options.
 int AsyncSolutionScoringService.incrementHotUseCount(java.lang.String pSolutionId)
          Increments the hot use count for the solution and saves it.
 int SolutionScoringService.incrementHotUseCount(java.lang.String pSolutionId)
          Increments the hot use count for the solution and saves it.
 int AsyncSolutionScoringService.incrementUseCount(java.lang.String pSolutionId)
          Overrides the synchronous implementation in SolutionScoringService.incrementUseCount(String).
 int SolutionScoringService.incrementUseCount(java.lang.String pSolutionId)
          Increments the Use count for the solution and saves it.
 int AsyncSolutionScoringService.incrementViewCount(java.lang.String pSolutionId)
          Increments the view count for the solution and saves it.
 int SolutionScoringService.incrementViewCount(java.lang.String pSolutionId)
          Increments the view count for the solution and saves it.
 void SolutionService.mergeTicketHistory(java.lang.String pSourceSolutionId, java.lang.String pTargetSolutionId)
          Merge ticket history for duplicate solutions, removing the history from the "source" solution into the "target" solution.
 java.lang.String SessionService.newKnowledgeSession()
          Starts a new knowledge session.
 void SegmentedOptionService.removeOptionsSegment(java.lang.String pApplicationId, java.lang.String pId)
          Removes all options associated with the given segment and the option segment as well.
 void 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 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 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 SessionService.saveAnswer(ViewedAnswer pAnswer)
          Adds a viewed answer to the current knowledge session and saves both the answer and the session.
 void UIService.saveCellConfigFromInstance(atg.svc.framework.repository.beans.CellInstance pCellInstance)
          Saves cell configuration based on the state of a cell instance.
 void RepositoryService.saveCollection(java.util.Collection pObjects)
          Saves a collection of bean objects to the repository.
protected  void UIService.saveConfigFromInstance(int pItemType, javax.ejb.EJBLocalObject beanInstance)
          Saves bean configuration.
 void UIService.saveContentConfigFromInstance(atg.svc.framework.repository.beans.ContentInstance pContentInstance)
          Saves content configuration based on the state of a content instance.
 void SpellingDictionaryService.saveDictionary(SpellingDictionary pDictionary)
          Saves the spelling dictionary
 void FavoriteQueryService.saveFavoriteQuery(atg.svc.repository.beans.FavoriteQuery pFavoriteQuery)
          Adds a query to a user's list of favorite searches.
 void FavoritesService.saveFavorites(atg.svc.repository.beans.Favorites pFavorites)
          If the user already has saved the maximum number of favorites, removes oldest favorites.
 void UIService.saveFrameworkConfigFromInstance(atg.svc.framework.repository.beans.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(atg.svc.framework.repository.beans.PanelInstance pPanelInstance)
          Saves panel configuration based on the state of a panel instance.
 void UIService.savePanelStackConfigFromInstance(atg.svc.framework.repository.beans.PanelStackInstance pPanelStackInstance)
          Saves panel stack configuration based on the state of a panel stack instance.
 void RecentTicketsService.saveRecentTickets(java.util.List pRecentTickets, java.lang.String profileId)
          Adds a list of recent ticketss .
 void RecentTicketsService.saveRecentTickets(atg.svc.repository.beans.RecentTickets pRecentTickets)
          Adds a recent tickets .
 java.lang.String RecommendedAnswerService.saveRecommendedAnswer(atg.svc.repository.beans.RecommendedAnswer pRecommendedAnswer, boolean pRecordSession)
          Persists a recommended answer
 void RecommendedReadingService.saveRecommendedReading(atg.svc.repository.beans.RecommendedReading pRecommendedReading)
          Adds a recommended reading .
 void SessionService.saveSearchQuery(atg.svc.search.KnowledgeQueryContext pContext)
          Creates a new query, adds the query to the problem session and saves both the query and the session.
 void UIService.saveSkinConfigFromInstance(atg.svc.framework.repository.beans.SkinInstance pSkinInstance)
          Saves skin configuration based on the state of a skin instance.
 void 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(WindowAttribute pWindowAttribute)
          Saves a window attribute.
 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.setSolutionFieldValue(atg.svc.repository.beans.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, atg.svc.repository.beans.Solution pSolution)
          Changes the solution class on a solution.
 int SolutionScoringService.updateHotUseCount(SolutionRelevance pSolutionRelevance)
          Updates the hot use count and recomputes the score for the solution and saves the updated SolutionRelevance repository item.
 int SolutionScoringService.updateHotUseCount(java.lang.String pSolutionId)
          Updates the hot use count and recomputes the score for the solution and saves the updated SolutionRelevance repository item.
 int AsyncSolutionScoringService.updateHotUseCount(java.lang.String pSolutionId, java.lang.String pSolutionClassId)
          Increments the hot use count for the solution and saves it.
 

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 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  atg.svc.repository.beans.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.