|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsedAxis | |
---|---|
com.silverpeas.form.displayers | |
com.silverpeas.pdc.ejb | |
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.pdc.model | |
com.stratelia.silverpeas.pdcPeas.control |
Uses of UsedAxis in com.silverpeas.form.displayers |
---|
Methods in com.silverpeas.form.displayers that return types with arguments of type UsedAxis | |
---|---|
ArrayList<UsedAxis> |
PdcFieldDisplayer.getUsedAxisList(String value)
|
Uses of UsedAxis in com.silverpeas.pdc.ejb |
---|
Methods in com.silverpeas.pdc.ejb with parameters of type UsedAxis | |
---|---|
int |
PdcBm.addUsedAxis(UsedAxis usedAxis)
|
int |
PdcBmEJB.addUsedAxis(UsedAxis usedAxis)
|
Uses of UsedAxis in com.silverpeas.pdc.model |
---|
Methods in com.silverpeas.pdc.model that return UsedAxis | |
---|---|
protected UsedAxis |
PdcAxisValue.getUsedAxis()
Gets the axis to which this value belongs to and that is used to classify contents on the PdC. |
Uses of UsedAxis in com.silverpeas.pdc.web |
---|
Methods in com.silverpeas.pdc.web that return types with arguments of type UsedAxis | |
---|---|
List<UsedAxis> |
PdcServiceProvider.getAxisUsedInClassificationsByCriteria(PdcFilterCriteria criteria)
Gets the axis and, for each of them, the values that are used in the classification of the contents that match the specified criteria. |
List<UsedAxis> |
PdcServiceProvider.getAxisUsedInPdcFor(String componentId)
Gets the axis used in the PdC configured for the specified Silverpeas component instance. |
List<UsedAxis> |
PdcServiceProvider.getAxisUsedInPdcToClassify(String contentId,
String inComponentId)
Gets the axis used in the PdC configured for the specified component instance in order to classify the specified resource content. |
static List<UsedAxis> |
PdcEntity.withAxis(List<UsedAxis> axis)
A convenient method to enhance the readability of the method calls in which the axis are passed as argument. |
Methods in com.silverpeas.pdc.web with parameters of type UsedAxis | |
---|---|
static PdcAxis |
PdcAxis.fromTheUsedAxis(UsedAxis axis,
String inLanguage,
UserThesaurusHolder withThesaurus)
Creates a PdC axis from the specified configured axis for a specific component instance and in which the terms are expressed in the specified language and whose synonyms are set with the specified user thesaurus. |
Method parameters in com.silverpeas.pdc.web with type arguments of type UsedAxis | |
---|---|
static PdcEntity |
PdcEntity.aPdcEntityWithUsedAxis(List<UsedAxis> usedAxis,
String inLanguage,
URI atURI,
UserThesaurusHolder withThesaurus)
Creates a new web entity of a PdC containing the specified axis whose terms are expressed in the specified language and with the specified user thesaurus. |
static List<UsedAxis> |
PdcEntity.withAxis(List<UsedAxis> axis)
A convenient method to enhance the readability of the method calls in which the axis are passed as argument. |
Uses of UsedAxis in com.stratelia.silverpeas.pdc.control |
---|
Methods in com.stratelia.silverpeas.pdc.control that return UsedAxis | |
---|---|
UsedAxis |
PdcUtilizationBm.getUsedAxis(String usedAxisId)
Returns data of an used axis defined by usedAxisId |
UsedAxis |
PdcBmImpl.getUsedAxis(String usedAxisId)
************************************************** |
UsedAxis |
PdcBm.getUsedAxis(String usedAxisId)
**************************************************************** |
UsedAxis |
PdcUtilizationBmImpl.getUsedAxis(String usedAxisId)
Returns an axis used by an instance |
Methods in com.stratelia.silverpeas.pdc.control that return types with arguments of type UsedAxis | |
---|---|
List<UsedAxis> |
PdcUtilizationDAO.getUsedAxisByInstanceId(Connection con,
String instanceId)
Gets the PdC axis that are used in a content classification in the specified Silverpeas component instance. |
List<UsedAxis> |
PdcUtilizationBm.getUsedAxisByInstanceId(String instanceId)
Returns all the axis used by a given Job'Peas instance |
List<UsedAxis> |
PdcBmImpl.getUsedAxisByInstanceId(String instanceId)
Method declaration |
List<UsedAxis> |
PdcBm.getUsedAxisByInstanceId(String instanceId)
Method declaration |
List<UsedAxis> |
PdcUtilizationBmImpl.getUsedAxisByInstanceId(String instanceId)
Returns a list of used axis sorted. |
List<UsedAxis> |
PdcBmImpl.getUsedAxisToClassify(String instanceId,
int silverObjectId)
********************************************* |
List<UsedAxis> |
PdcBm.getUsedAxisToClassify(String instanceId,
int silverObjectId)
Gets the axis used by the specified component instance to classify the specified Silverpeas object. |
Methods in com.stratelia.silverpeas.pdc.control with parameters of type UsedAxis | |
---|---|
int |
PdcBmImpl.addUsedAxis(UsedAxis usedAxis)
Method declaration |
int |
PdcBm.addUsedAxis(UsedAxis usedAxis)
Method declaration |
int |
PdcUtilizationBm.addUsedAxis(UsedAxis usedAxis,
String treeId)
Add an UsedAxis |
int |
PdcUtilizationBmImpl.addUsedAxis(UsedAxis usedAxis,
String treeId)
Create an used axis into the data base. |
boolean |
PdcClassifyBm.hasAlreadyPositions(List<Integer> objectIdList,
UsedAxis usedAxis)
|
boolean |
PdcClassifyBmImpl.hasAlreadyPositions(List<Integer> objectIdList,
UsedAxis usedAxis)
search a defined position for one usedAxis |
void |
PdcUtilizationDAO.updateAllUsedAxis(Connection con,
UsedAxis usedAxis)
Updates the specified used axis. |
int |
PdcBmImpl.updateUsedAxis(UsedAxis usedAxis)
Method declaration |
int |
PdcBm.updateUsedAxis(UsedAxis usedAxis)
Method declaration |
int |
PdcUtilizationBm.updateUsedAxis(UsedAxis usedAxis,
String treeId)
Update an UsedAxis |
int |
PdcUtilizationBmImpl.updateUsedAxis(UsedAxis usedAxis,
String treeId)
Update an used axis into the data base. |
Uses of UsedAxis in com.stratelia.silverpeas.pdc.model |
---|
Methods in com.stratelia.silverpeas.pdc.model that return UsedAxis | |
---|---|
UsedAxis |
CompleteUsedAxis.getUsedAxis()
|
Methods in com.stratelia.silverpeas.pdc.model with parameters of type UsedAxis | |
---|---|
void |
CompleteUsedAxis.setUsedAxis(UsedAxis usedAxis)
|
Constructors in com.stratelia.silverpeas.pdc.model with parameters of type UsedAxis | |
---|---|
CompleteUsedAxis(Axis axis,
UsedAxis usedAxis)
|
Uses of UsedAxis in com.stratelia.silverpeas.pdcPeas.control |
---|
Methods in com.stratelia.silverpeas.pdcPeas.control that return UsedAxis | |
---|---|
UsedAxis |
PdcFieldTemplateManager.getUsedAxis(String usedAxisId)
|
UsedAxis |
PdcUtilizationSessionController.getUsedAxis(String usedAxisId)
|
Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type UsedAxis | |
---|---|
List<UsedAxis> |
PdcClassifySessionController.getUsedAxis()
|
ArrayList<UsedAxis> |
PdcFieldTemplateManager.getUsedAxisList()
|
List<UsedAxis> |
PdcUtilizationSessionController.getUsedAxisList()
|
ArrayList<UsedAxis> |
PdcFieldPositionsManager.getUsedAxisList()
|
List<UsedAxis> |
PdcClassifySessionController.getUsedAxisToClassify()
|
Methods in com.stratelia.silverpeas.pdcPeas.control with parameters of type UsedAxis | |
---|---|
void |
PdcFieldTemplateManager.addUsedAxis(UsedAxis usedAxis)
Adds the axis given as parameter to the used axis list. |
int |
PdcUtilizationSessionController.addUsedAxis(UsedAxis usedAxis)
|
void |
PdcFieldTemplateManager.updateUsedAxis(UsedAxis usedAxis)
Updates the axis given as parameter into the used axis list. |
int |
PdcUtilizationSessionController.updateUsedAxis(UsedAxis usedAxis)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |