|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdcAxisValue | |
---|---|
com.silverpeas.pdc.dao | |
com.silverpeas.pdc.model | |
com.silverpeas.pdc.service | |
com.silverpeas.pdc.web | Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. |
Uses of PdcAxisValue in com.silverpeas.pdc.dao |
---|
Methods in com.silverpeas.pdc.dao that return types with arguments of type PdcAxisValue | |
---|---|
List<PdcAxisValue> |
PdcAxisValueRepository.findByAxisId(Long axisId)
Finds all the values of the specified PdC's axis. |
Method parameters in com.silverpeas.pdc.dao with type arguments of type PdcAxisValue | |
---|---|
List<PdcClassification> |
PdcClassificationRepository.findClassificationsByPdcAxisValues(List<PdcAxisValue> values)
Finds all classifications on the PdC that have at least one position with the one or more of the specified axis values. |
Uses of PdcAxisValue in com.silverpeas.pdc.model |
---|
Methods in com.silverpeas.pdc.model that return PdcAxisValue | |
---|---|
static PdcAxisValue |
PdcAxisValue.aPdcAxisValue(String valueId,
String axisId)
Creates a value of a PdC's axis from the specified value information. |
static PdcAxisValue |
PdcAxisValue.aPdcAxisValueFromTreeNode(TreeNode treeNode)
Creates a value of a PdC's axis from the specified tree node. |
protected PdcAxisValue |
PdcAxisValue.clone()
|
protected PdcAxisValue |
PdcAxisValue.fromTreeNode(TreeNode treeNode)
|
PdcAxisValue |
PdcAxisValue.getParentValue()
Gets the value this one refines or specifies a little more. |
protected PdcAxisValue |
PdcAxisValue.inAxisId(String axisId)
|
protected PdcAxisValue |
PdcAxisValue.withAsTreeNodeParents(List<? extends TreeNode> parents)
|
protected PdcAxisValue |
PdcAxisValue.withId(String id)
|
Methods in com.silverpeas.pdc.model that return types with arguments of type PdcAxisValue | |
---|---|
Set<PdcAxisValue> |
PdcAxisValue.getChildValues()
Gets all the values into which this one can be refined or specifying in a little more. |
Set<PdcAxisValue> |
PdcPosition.getValues()
Gets the values of this position on the axis of the PdC. |
Set<PdcAxisValue> |
PdcPosition.getValuesOfAxis(String axisId)
Gets the values of the specified axis that are present in this position. |
Methods in com.silverpeas.pdc.model with parameters of type PdcAxisValue | |
---|---|
PdcPosition |
PdcPosition.withValue(PdcAxisValue value)
Adds the specified value for this position. |
Method parameters in com.silverpeas.pdc.model with type arguments of type PdcAxisValue | |
---|---|
void |
PdcClassification.updateForPdcAxisValuesDeletion(List<PdcAxisValue> deletedValues)
Updates this classification by removing from its positions the specified values because they will be deleted from the PdC's axis. |
PdcPosition |
PdcPosition.withValues(Collection<PdcAxisValue> values)
Adds the specified collection of values for this position. |
Uses of PdcAxisValue in com.silverpeas.pdc.service |
---|
Method parameters in com.silverpeas.pdc.service with type arguments of type PdcAxisValue | |
---|---|
void |
PdcClassificationService.axisValuesDeleted(List<PdcAxisValue> deletedValues)
Some values come to be removed from the PdC. |
void |
DefaultPdcClassificationService.axisValuesDeleted(List<PdcAxisValue> deletedValues)
Some values come to be removed from the PdC. |
Uses of PdcAxisValue in com.silverpeas.pdc.web |
---|
Subclasses of PdcAxisValue in com.silverpeas.pdc.web | |
---|---|
class |
LocalizedPdcAxisValue
A decorator of a Pdc axis value by adding to it additional methods required to compute information to render in a view. |
Methods in com.silverpeas.pdc.web that return PdcAxisValue | |
---|---|
PdcAxisValue |
LocalizedPdcAxisValue.getParentValue()
|
PdcAxisValue |
PdcPositionValueEntity.toPdcAxisValue()
Gets the business value of a PdC's axis this entity represents. |
Methods in com.silverpeas.pdc.web that return types with arguments of type PdcAxisValue | |
---|---|
Set<PdcAxisValue> |
LocalizedPdcAxisValue.getChildValues()
|
Methods in com.silverpeas.pdc.web with parameters of type PdcAxisValue | |
---|---|
static LocalizedPdcAxisValue |
LocalizedPdcAxisValue.decorate(PdcAxisValue value,
String forLanguage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |