Uses of Interface
atg.svc.repository.beans.Solution

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

Uses of Solution in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement Solution
 class _Solution_BeanImpl
           
 class _Solution_Impl
           
 class _Solution_ReposImpl
           
 

Methods in atg.svc.repository.beans that return Solution
 Solution _SolutionHome_BeanImpl.create()
           
 Solution _SolutionHome_ReposImpl.create()
           
 Solution SolutionHome.create()
          Returns a new instance.
 Solution _SolutionHome_BeanImpl.create(java.lang.String pId)
           
 Solution _SolutionHome_ReposImpl.create(java.lang.String pId)
           
 Solution SolutionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 Solution _SolutionHome_BeanImpl.findByLegacyId(java.lang.String legacyId)
           
 Solution _SolutionHome_ReposImpl.findByLegacyId(java.lang.String legacyId)
           
 Solution SolutionHome.findByLegacyId(java.lang.String legacyId)
          Finds a solution with the given legacyId property
 Solution _SolutionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 Solution _SolutionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 Solution SolutionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 Solution _SolutionHome_BeanImpl.findBySolutionField(java.lang.String solutionFieldId)
           
 Solution _SolutionHome_ReposImpl.findBySolutionField(java.lang.String solutionFieldId)
           
 Solution SolutionHome.findBySolutionField(java.lang.String solutionFieldId)
          Finds the Solution that has the given SolutionField.
 Solution SolutionHome.findPublishedSolutionById(java.lang.String solutionId)
          finds a published solution by its id
 Solution _QOAA_BeanImpl.getSolution()
           
 Solution _QOAA_ReposImpl.getSolution()
           
 Solution QOAA.getSolution()
          Getter for property solution
 Solution _SolutionField_Impl.getSolution()
           
 Solution SolutionField.getSolution()
          Gets the parent Solution of this SolutionField.
 Solution _SolutionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 Solution SolutionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type Solution
 void _Solution_Impl.copyTo(Solution destination)
           
 void Solution.copyTo(Solution destination)
          Copies the property values of this instance to another instance of the same data type.
 void _QOAA_BeanImpl.setSolution(Solution value)
           
 void _QOAA_ReposImpl.setSolution(Solution value)
           
 void QOAA.setSolution(Solution value)
          Setter for property solution .
 

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

Methods in atg.svc.repository.beans.methods that return Solution
 Solution SolutionHomeMethods.findPublishedSolutionById(java.lang.String pSolutionId, SolutionHome pSolutionHome)
           
 Solution SolutionFieldMethods.getSolution(SolutionField pField)
          Gets the parent Solution of the SolutionField.
 

Methods in atg.svc.repository.beans.methods with parameters of type Solution
 void SolutionMethods.addTopic(java.lang.String pTopicId, Solution pSolution)
          Adds a topic to a solution given the id of a topic.
 java.lang.String SolutionMethods.getDisplayId(Solution pSolution)
          Gets the display id of the solution.
 java.lang.String SolutionMethods.getDisplayTitle(Solution pSolution)
          Gets the title for the solution for display.
 java.util.List SolutionMethods.getExternallyVisiblePropertyFields(Solution pSolution)
          Gets the solution property fields that are visible to everyone external.
 java.util.List SolutionMethods.getExternallyVisibleStatementFields(Solution pSolution)
          Gets the solution statement fields that are visible to everyone external.
 java.lang.Object SolutionMethods.getFieldValue(java.lang.String pPropertyName, Solution pSolution)
          Gets the value of a Solution property.
 boolean SolutionMethods.getIsEditable(Solution pSolution)
          Returns true if this solution is editable for the current user.
 boolean SolutionMethods.getIsExternallyVisible(Solution pSolution)
          Returns true if this solution is visible for everyone external.
 boolean SolutionMethods.getIsExternallyVisible(java.lang.String pSegmentName, Solution pSolution)
          Returns true if this solution is visible for the given external segment.
 boolean SolutionMethods.getIsVisible(Solution pSolution)
          Returns true if this solution is visible for the current user.
 java.lang.String SolutionMethods.getTitle(Solution pSolution)
          Gets the computed title for the given Solution.
 java.util.Set SolutionMethods.getTopics(Solution pSolution)
          Gets a set of atg.svc.repository.beans.Topic based on the Solution topicIds property.
 java.lang.Integer SolutionMethods.getVersion(Solution pSolution)
          Gets the version number of the last checked-in version for the solution.
 java.util.List SolutionMethods.getVisibleFields(Solution pSolution)
          Gets the list of SolutionField objects that belong to the solution ordered by the fields in the SolutionClass that are visible to the current user.
 java.util.List SolutionMethods.getVisiblePropertyFields(Solution pSolution)
          Gets the list of property SolutionField objects that belong to the solution ordered by the fields in the SolutionClass that are visible to the current user.
 java.util.List SolutionMethods.getVisibleStatementFields(Solution pSolution)
          Gets the list of content SolutionField objects that belong to the solution ordered by the fields in the SolutionClass that are visible to the current user.
 void SolutionMethods.setFieldValue(java.lang.String pPropertyName, java.lang.Object pValue, Solution pSolution)
          Sets a value on the given property for the solution.
 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.setTitle(java.lang.String pTitle, Solution pSolution)
          Sets the title for the given Solution.
 void SolutionMethods.setTopics(java.util.Set pTopics, Solution pSolution)
          Sets the topis for the given Solution.
 void SolutionMethods.updateTopicIds(java.util.Set pTopicIds, Solution pSolution)
          Adds/Removes topics to/from a solution given an array of topic ids.
 void SolutionMethods.validate(Solution pSolution)
          Validates the fields on a Solution.
 

Uses of Solution in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return Solution
 Solution SolutionService.copySolution(Solution pSrcSolution)
          Copies the data from the given Solution into a brand new Solution.
 Solution SolutionService.createSolution(SolutionClass pSolutionClass)
          Creates a new solution repository bean object from the given solution class.
 Solution SolutionService.createSolution(SolutionClass pSolutionClass, ServiceHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given ServiceHomes.
 Solution SolutionService.createSolution(java.lang.String pSolutionClassId)
          Creates a new solution repository bean object from the given solution class id.
 Solution SolutionService.createSolution(java.lang.String pSolutionClassId, ServiceHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given ServiceHomes.
 Solution SolutionService.createSolutionBean(SolutionClass pSolutionClass)
          Creates a Solution in-memory bean that is not connected to the repository.
 Solution SolutionService.createSolutionBean(java.lang.String pSolutionClassId)
          Creates a Solution in-memory bean that is not connected to the repository.
 Solution SolutionService.editSolution(java.lang.String pSolutionId)
          Gets an editable Solution bean given its repository id.
 Solution SolutionService.getPublishedSolutionById(java.lang.String pSolutionId)
          Finds the published solution by it's repository id.
 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.
 

Methods in atg.svc.repository.service with parameters of type Solution
 void SolutionService.addTopic(java.lang.String pTopicId, Solution pSolution)
          Adds a topic to a solution.
 void SolutionService.clearSolutionExternalAudience(Solution pSolution)
          Clears the all of the segments from the Solution's external audience property.
 java.lang.String SolutionService.computeTitle(Solution pSolution)
          Computes the title for the given Solution.
 Solution SolutionService.copySolution(Solution pSrcSolution)
          Copies the data from the given Solution into a brand new Solution.
 SolutionRelevance SolutionScoringService.create(Solution pSolution)
          Creates a new solution relevance bean for the specified solution.
protected  java.util.List SolutionService.createSolutionReferences(Solution pSolution)
          Create the initial Solution references.
 java.util.List SolutionService.getExternallyVisibleContentFields(Solution pSolution)
          Gets the solution content fields that are visible to everyone external.
 java.util.List SolutionService.getExternallyVisiblePropertyFields(Solution pSolution)
          Gets the solution property fields that are visible to everyone external.
 java.util.List SolutionService.getExternallyVisibleStatementFields(Solution pSolution)
          Gets the solution statement fields that are visible to everyone external.
 SolutionStatus SolutionService.getSolutionStatus(Solution pSolution)
          Gets the Solution status.
 java.util.Set SolutionService.getSolutionTopics(Solution pSolution)
          Gets a set of atg.svc.repository.beans.Topic based on the Solution topicIds property.
 java.lang.Integer SolutionService.getSolutionVersion(Solution pSolution)
          Gets the version number of the last checked-in version for the solution.
 boolean SegmentService.isExternallyVisible(Solution pSolution, java.lang.String pSegment)
          Returns true if the given solution is externally visible for the given external segment.
 boolean SolutionService.isSolutionEditableForCurrentUser(Solution pSolution)
          Returns true if the given solution is editable for the current user.
 boolean SolutionService.isSolutionVisibleForCurrentUser(Solution pSolution)
          Returns true if the given solution is visible for the current user.
 void SolutionService.saveSolution(Solution pSolution)
          Saves the solution.
 void SegmentService.setDefaultExternalAudience(Solution pSolution)
          Assigns the default external audience segment to the Solution.
 void SolutionService.setSolutionFieldValue(Solution pSolution, java.lang.String pFieldName, java.lang.String[] pSolutionFieldValueIds)
          Given a set of SolutionFieldValue ids, copy the values from those SolutionFieldValue objects and set them as the new value on the given field.
 void SolutionService.switchSolutionClass(java.lang.String pSolutionClassId, Solution pSolution)
          Changes the solution class on a solution.
 void SolutionService.updateTopicIds(java.util.Set pTopicIds, Solution pSolution)
          Adds/Removes topic(s) to/from a solution.
 

Uses of Solution in atg.svc.ui.formhandlers
 

Methods in atg.svc.ui.formhandlers that return Solution
protected  Solution ViewDocumentFormHandler.getSolution()
          Gets the solution using the formhandler properties.