|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
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.silverpeas.pdcSubscription.ejb | |
com.silverpeas.pdcSubscription.util | |
com.stratelia.silverpeas.classifyEngine | |
com.stratelia.silverpeas.pdc.control | |
com.stratelia.silverpeas.pdc.model |
Uses of Value in com.silverpeas.pdc.web |
---|
Subclasses of Value 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. |
Uses of Value in com.silverpeas.pdcSubscription.ejb |
---|
Methods in com.silverpeas.pdcSubscription.ejb with parameters of type Value | |
---|---|
protected boolean |
PdcSubscriptionBmEJB.checkValues(Criteria criteria,
Value searchValue)
|
Method parameters in com.silverpeas.pdcSubscription.ejb with type arguments of type Value | |
---|---|
void |
PdcSubscriptionBmEJB.checkSubscriptions(List<? extends Value> classifyValues,
String componentId,
int silverObjectid)
This method check is any subscription that match criterias provided and sends notification if succeed |
void |
PdcSubscriptionBm.checkSubscriptions(List<? extends Value> classifyValues,
String componentId,
int silverObjectid)
This method check is any subscription that match criterias provided and sends notification if succeed |
protected boolean |
PdcSubscriptionBmEJB.isCorrespondingSubscription(PDCSubscription subscription,
List<? extends Value> classifyValues)
|
Uses of Value in com.silverpeas.pdcSubscription.util |
---|
Method parameters in com.silverpeas.pdcSubscription.util with type arguments of type Value | |
---|---|
void |
PdcSubscriptionUtil.checkSubscriptions(List<? extends Value> classifyValues,
String componentId,
int silverObjectid)
|
Uses of Value in com.stratelia.silverpeas.classifyEngine |
---|
Classes in com.stratelia.silverpeas.classifyEngine with type parameters of type Value | |
---|---|
class |
Position<T extends Value>
|
Methods in com.stratelia.silverpeas.classifyEngine that return Value | |
---|---|
Value |
Position.getValueByAxis(int nUsedAxisId)
|
Method parameters in com.stratelia.silverpeas.classifyEngine with type arguments of type Value | |
---|---|
void |
ClassifyEngine.replaceValuesOnAxis(Connection connection,
List<Value> oldValue,
List<Value> newValue)
|
void |
ClassifyEngine.replaceValuesOnAxis(Connection connection,
List<Value> oldValue,
List<Value> newValue)
|
void |
ClassifyEngine.unclassifySilverObjectByPosition(Connection connection,
int nSilverObjectId,
Position<Value> position)
|
void |
ClassifyEngine.updateSilverObjectPositions(Connection connection,
List<Value> classifyValues,
int nSilverObjectId)
|
Uses of Value in com.stratelia.silverpeas.pdc.control |
---|
Method parameters in com.stratelia.silverpeas.pdc.control with type arguments of type Value | |
---|---|
int |
PdcClassifyBm.updatePositions(List<Value> classifyValues,
int silverObjectId)
|
int |
PdcClassifyBmImpl.updatePositions(List<Value> classifyValues,
int silverObjectId)
|
Uses of Value in com.stratelia.silverpeas.pdc.model |
---|
Subclasses of Value in com.stratelia.silverpeas.pdc.model | |
---|---|
class |
ClassifyValue
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |