|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassifyValue | |
---|---|
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.model |
Uses of ClassifyValue in com.silverpeas.pdc.model |
---|
Methods in com.silverpeas.pdc.model that return ClassifyValue | |
---|---|
ClassifyValue |
PdcAxisValue.toClassifyValue()
Converts this PdC axis value to a ClassifyValue instance. |
Uses of ClassifyValue in com.silverpeas.pdc.web |
---|
Subclasses of ClassifyValue in com.silverpeas.pdc.web | |
---|---|
class |
LocalizedClassifyValue
A decorator of a classify value by adding to it additional methods required to compute information to render in a view. |
Methods in com.silverpeas.pdc.web that return ClassifyValue | |
---|---|
ClassifyValue |
PdcPositionValueEntity.toClassifyValue()
Gets the business classification position's value that is represented by this PdC position value. |
ClassifyValue |
LocalizedPdcAxisValue.toClassifyValue()
|
Methods in com.silverpeas.pdc.web with parameters of type ClassifyValue | |
---|---|
static LocalizedClassifyValue |
LocalizedClassifyValue.decorate(ClassifyValue value,
String forLanguage)
|
static PdcPositionValueEntity |
PdcPositionValueEntity.fromClassifiyValue(ClassifyValue value,
String inLanguage)
Creates a new PdC position value fom the specified PdC classification value. |
Uses of ClassifyValue in com.stratelia.silverpeas.pdc.model |
---|
Methods in com.stratelia.silverpeas.pdc.model that return types with arguments of type ClassifyValue | |
---|---|
List<ClassifyValue> |
ClassifyPosition.getListClassifyValue()
Méthodes nécéssaire pour le mapping castor du module importExport. |
Method parameters in com.stratelia.silverpeas.pdc.model with type arguments of type ClassifyValue | |
---|---|
void |
ClassifyPosition.setListClassifyValue(List<ClassifyValue> values)
Méthodes nécéssaire pour le mapping castor du module importExport. |
Constructor parameters in com.stratelia.silverpeas.pdc.model with type arguments of type ClassifyValue | |
---|---|
ClassifyPosition(int nPositionId,
List<ClassifyValue> values)
|
|
ClassifyPosition(List<ClassifyValue> values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |