Uses of Class
org.silverpeas.core.pdc.pdc.model.ClassifyPosition
-
Packages that use ClassifyPosition Package Description org.silverpeas.core.importexport.model org.silverpeas.core.pdc.form.displayers org.silverpeas.core.pdc.pdc.importexport org.silverpeas.core.pdc.pdc.model org.silverpeas.core.pdc.pdc.service org.silverpeas.core.webapi.pdc Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance.org.silverpeas.web.pdc.control -
-
Uses of ClassifyPosition in org.silverpeas.core.importexport.model
Methods in org.silverpeas.core.importexport.model that return types with arguments of type ClassifyPosition Modifier and Type Method Description List<ClassifyPosition>
PublicationType. getPdcPositionsType()
Method parameters in org.silverpeas.core.importexport.model with type arguments of type ClassifyPosition Modifier and Type Method Description void
PublicationType. setPdcPositionsType(List<ClassifyPosition> pdcPositionsType)
-
Uses of ClassifyPosition in org.silverpeas.core.pdc.form.displayers
Methods in org.silverpeas.core.pdc.form.displayers that return types with arguments of type ClassifyPosition Modifier and Type Method Description ArrayList<ClassifyPosition>
PdcFieldDisplayer. getPositions(String pattern)
-
Uses of ClassifyPosition in org.silverpeas.core.pdc.pdc.importexport
Methods in org.silverpeas.core.pdc.pdc.importexport that return types with arguments of type ClassifyPosition Modifier and Type Method Description 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 org.silverpeas.core.pdc.pdc.importexport with type arguments of type ClassifyPosition Modifier and Type Method Description boolean
PdcImportExport. addPositions(int silverObjectId, String componentId, List<ClassifyPosition> positions)
Classifies the specified content on the PdC with the specified classification positions.List<AxisType>
PdcImportExport. getPdc(List<ClassifyPosition> listClassifyPosition)
Méthodes récupérant la totalité des axes utilisés par les positions de la liste en paramètreList<ClassifyPosition>
PdcImportExport. getValidPositions(int silverObjectId, String componentId, List<ClassifyPosition> positions)
-
Uses of ClassifyPosition in org.silverpeas.core.pdc.pdc.model
Methods in org.silverpeas.core.pdc.pdc.model that return ClassifyPosition Modifier and Type Method Description ClassifyPosition
PdcPosition. toClassifyPosition()
Converts this position to a ClassifyPosition instance.Methods in org.silverpeas.core.pdc.pdc.model that return types with arguments of type ClassifyPosition Modifier and Type Method Description List<ClassifyPosition>
PdcClassification. getClassifyPositions()
Gets the positions on the PdC of this classification in the form of ClassifyPosition instances. -
Uses of ClassifyPosition in org.silverpeas.core.pdc.pdc.service
Methods in org.silverpeas.core.pdc.pdc.service that return types with arguments of type ClassifyPosition Modifier and Type Method Description List<ClassifyPosition>
GlobalPdcManager. getPositions(int silverObjectId, String sComponentId)
List<ClassifyPosition>
PdcManager. getPositions(int silverObjectId, String sComponentId)
Methods in org.silverpeas.core.pdc.pdc.service with parameters of type ClassifyPosition Modifier and Type Method Description int
DefaultPdcClassifyManager. addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
int
GlobalPdcManager. addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
int
GlobalPdcManager. addPosition(int silverObjectId, ClassifyPosition position, String sComponentId, boolean alertSubscribers)
int
PdcManager. addPosition(int silverObjectId, ClassifyPosition position, String sComponentId)
int
PdcManager. addPosition(int silverObjectId, ClassifyPosition position, String sComponentId, boolean alertSubscribers)
int
DefaultPdcClassifyManager. isPositionAlreadyExists(int silverObjectId, ClassifyPosition position)
int
DefaultPdcClassifyManager. updatePosition(ClassifyPosition position)
int
GlobalPdcManager. updatePosition(ClassifyPosition position, String instanceId, int silverObjectId)
int
GlobalPdcManager. updatePosition(ClassifyPosition position, String instanceId, int silverObjectId, boolean alertSubscribers)
int
PdcManager. updatePosition(ClassifyPosition position, String instanceId, int silverObjectId)
int
PdcManager. updatePosition(ClassifyPosition position, String instanceId, int silverObjectId, boolean alertSubscribers)
Method parameters in org.silverpeas.core.pdc.pdc.service with type arguments of type ClassifyPosition Modifier and Type Method Description void
GlobalPdcManager. addPositions(List<ClassifyPosition> positions, int objectId, String instanceId)
void
PdcManager. addPositions(List<ClassifyPosition> positions, int objectId, String instanceId)
-
Uses of ClassifyPosition in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return ClassifyPosition Modifier and Type Method Description ClassifyPosition
PdcPositionEntity. toClassifyPosition()
Gets the business classification position this web entity represents.Methods in org.silverpeas.core.webapi.pdc that return types with arguments of type ClassifyPosition Modifier and Type Method Description 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 org.silverpeas.core.webapi.pdc with parameters of type ClassifyPosition Modifier and Type Method Description 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 org.silverpeas.core.webapi.pdc with type arguments of type ClassifyPosition Modifier and Type Method Description 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 org.silverpeas.web.pdc.control
Methods in org.silverpeas.web.pdc.control that return types with arguments of type ClassifyPosition Modifier and Type Method Description List<ClassifyPosition>
PdcClassifySessionController. getPositions()
ArrayList<ClassifyPosition>
PdcFieldPositionsManager. getPositions()
Methods in org.silverpeas.web.pdc.control with parameters of type ClassifyPosition Modifier and Type Method Description 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.
-