Uses of Class
com.stratelia.silverpeas.pdc.model.ClassifyPosition

Packages that use ClassifyPosition
com.silverpeas.form.displayers   
com.silverpeas.pdc.ejb   
com.silverpeas.pdc.importExport   
com.silverpeas.pdc.model   
com.silverpeas.pdc.web Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. 
com.stratelia.silverpeas.pdc.control   
com.stratelia.silverpeas.pdcPeas.control   
 

Uses of ClassifyPosition in com.silverpeas.form.displayers
 

Methods in com.silverpeas.form.displayers that return types with arguments of type ClassifyPosition
 ArrayList<ClassifyPosition> PdcFieldDisplayer.getPositions(String pattern)
           
 

Uses of ClassifyPosition in com.silverpeas.pdc.ejb
 

Methods in com.silverpeas.pdc.ejb that return types with arguments of type ClassifyPosition
 List<ClassifyPosition> PdcBm.getPositions(int silverContentId, String componentId)
           
 List<ClassifyPosition> PdcBmEJB.getPositions(int silverContentId, String componentId)
           
 

Methods in com.silverpeas.pdc.ejb with parameters of type ClassifyPosition
 int PdcBm.addPosition(int pubId, ClassifyPosition position, String componentId, boolean alertSubscribers)
           
 int PdcBmEJB.addPosition(int pubId, ClassifyPosition position, String componentId, boolean alertSubscribers)
           
 

Uses of ClassifyPosition in com.silverpeas.pdc.importExport
 

Methods in com.silverpeas.pdc.importExport that return types with arguments of type ClassifyPosition
 List<ClassifyPosition> PdcPositionsType.getListClassifyPosition()
           
 List<ClassifyPosition> PdcImportExport.getPositions(int silverObjectId, String sComponentId)
          Méthode de récupération des position pdc pour un objet silverpeas donné.
 List<ClassifyPosition> PdcImportExport.getValidPositions(int silverObjectId, String componentId, List<ClassifyPosition> positions)
           
 

Method parameters in com.silverpeas.pdc.importExport with type arguments of type ClassifyPosition
 boolean PdcImportExport.addPositions(int silverObjectId, String componentId, List<ClassifyPosition> positions)
          Classifies the specified content on the PdC with the specified classification positions.
 PdcType PdcImportExport.getPdc(List<ClassifyPosition> listClassifyPosition)
          Méthodes récupérant la totalité des axes utilisés par les positions de la liste en paramètre
 List<ClassifyPosition> PdcImportExport.getValidPositions(int silverObjectId, String componentId, List<ClassifyPosition> positions)
           
 void PdcPositionsType.setListClassifyPosition(List<ClassifyPosition> listClassifyPosition)
           
 

Uses of ClassifyPosition in com.silverpeas.pdc.model
 

Methods in com.silverpeas.pdc.model that return ClassifyPosition
 ClassifyPosition PdcPosition.toClassifyPosition()
          Converts this position to a ClassifyPosition instance.
 

Methods in com.silverpeas.pdc.model that return types with arguments of type ClassifyPosition
 List<ClassifyPosition> PdcClassification.getClassifyPositions()
          Gets the positions on the PdC of this classification in the form of ClassifyPosition instances.
 

Uses of ClassifyPosition in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that return ClassifyPosition
 ClassifyPosition PdcPositionEntity.toClassifyPosition()
          Gets the business classification position this web entity represents.
 

Methods in com.silverpeas.pdc.web that return types with arguments of type ClassifyPosition
static List<ClassifyPosition> PdcClassificationEntity.fromPositions(List<ClassifyPosition> positions)
          A convenient method to enhance the readability of creators.
 List<ClassifyPosition> PdcServiceProvider.getAllPositions(String contentId, String componentId)
          Gets the positions of the specified resource content on the PdC of the specified component instance.
 

Methods in com.silverpeas.pdc.web with parameters of type ClassifyPosition
 void PdcServiceProvider.addPosition(ClassifyPosition position, String contentId, String componentId)
          Adds a new position of the specified resource content on the PdC configured for the specified Silverpeas component instance.
static PdcPositionEntity PdcPositionEntity.fromClassifyPosition(ClassifyPosition position, String inLanguage, URI inClassificationByURI)
          Creates a Web entity representing a position on the PdC from the specified business classification position.
 void PdcServiceProvider.updatePosition(ClassifyPosition position, String contentId, String componentId)
          Updates the specified position of the specified resource content on the PdC configured for the specified Silverpeas component instance.
 

Method parameters in com.silverpeas.pdc.web with type arguments of type ClassifyPosition
static PdcClassificationEntity PdcClassificationEntity.aPdcClassificationEntity(List<ClassifyPosition> fromPositions, String inLanguage, URI atURI)
          Creates a web entity from the specified positions on the PdC in the specified language and identified by the specified URI.
static List<ClassifyPosition> PdcClassificationEntity.fromPositions(List<ClassifyPosition> positions)
          A convenient method to enhance the readability of creators.
 

Uses of ClassifyPosition in com.stratelia.silverpeas.pdc.control
 

Methods in com.stratelia.silverpeas.pdc.control that return types with arguments of type ClassifyPosition
 List<ClassifyPosition> PdcBmImpl.getPositions(int silverObjectId, String sComponentId)
           
 List<ClassifyPosition> PdcBm.getPositions(int silverObjectId, String sComponentId)
           
 

Methods in com.stratelia.silverpeas.pdc.control with parameters of type ClassifyPosition
 int PdcBmImpl.addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
           
 int PdcBm.addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
           
 int PdcClassifyBm.addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
          Add new position for an object
 int PdcClassifyBmImpl.addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
           
 int PdcBmImpl.addPosition(int silverObjectId, ClassifyPosition position, String sComponentId, boolean alertSubscribers)
           
 int PdcBm.addPosition(int silverObjectId, ClassifyPosition position, String sComponentId, boolean alertSubscribers)
           
 int PdcClassifyBm.isPositionAlreadyExists(int silverObjectId, ClassifyPosition position)
          Check if the object is already classified on the position
 int PdcClassifyBmImpl.isPositionAlreadyExists(int silverObjectId, ClassifyPosition position)
           
 int PdcClassifyBm.updatePosition(ClassifyPosition position)
          Update the position of an object
 int PdcClassifyBmImpl.updatePosition(ClassifyPosition position)
           
 int PdcBmImpl.updatePosition(ClassifyPosition position, String instanceId, int silverObjectId)
           
 int PdcBm.updatePosition(ClassifyPosition position, String instanceId, int silverObjectId)
           
 int PdcBmImpl.updatePosition(ClassifyPosition position, String instanceId, int silverObjectId, boolean alertSubscribers)
           
 int PdcBm.updatePosition(ClassifyPosition position, String instanceId, int silverObjectId, boolean alertSubscribers)
           
 

Method parameters in com.stratelia.silverpeas.pdc.control with type arguments of type ClassifyPosition
 void PdcBmImpl.addPositions(List<ClassifyPosition> positions, int objectId, String instanceId)
           
 void PdcBm.addPositions(List<ClassifyPosition> positions, int objectId, String instanceId)
           
 

Uses of ClassifyPosition in com.stratelia.silverpeas.pdcPeas.control
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type ClassifyPosition
 List<ClassifyPosition> PdcClassifySessionController.getPositions()
           
 ArrayList<ClassifyPosition> PdcFieldPositionsManager.getPositions()
           
 

Methods in com.stratelia.silverpeas.pdcPeas.control with parameters of type ClassifyPosition
 int PdcClassifySessionController.addPosition(ClassifyPosition position)
           
 void PdcFieldPositionsManager.addPosition(ClassifyPosition position)
          Add the position to the positions list.
 int PdcClassifySessionController.updatePosition(ClassifyPosition position)
           
 int PdcFieldPositionsManager.updatePosition(ClassifyPosition position)
          Update the position.
 



Copyright © 2016 Silverpeas. All Rights Reserved.