Uses of Class
com.stratelia.silverpeas.pdc.model.Value

Packages that use Value
com.silverpeas.pdc.ejb   
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.silverpeas.pdcSubscriptionPeas.control   
com.silverpeas.thesaurusPeas.control   
com.stratelia.silverpeas.pdc.control   
com.stratelia.silverpeas.pdc.model   
com.stratelia.silverpeas.pdcPeas.control   
 

Uses of Value in com.silverpeas.pdc.ejb
 

Methods in com.silverpeas.pdc.ejb that return Value
 Value PdcBm.getValue(String axisId, String valueId)
           
 Value PdcBmEJB.getValue(String axisId, String valueId)
           
 

Methods in com.silverpeas.pdc.ejb that return types with arguments of type Value
 List<Value> PdcBm.getAxisValues(int treeId)
           
 List<Value> PdcBmEJB.getAxisValues(int treeId)
           
 List<Value> PdcBm.getDaughters(String axisId, String valueId)
           
 List<Value> PdcBmEJB.getDaughters(String axisId, String valueId)
           
 List<Value> PdcBm.getSubAxisValues(String axisId, String valueId)
           
 List<Value> PdcBmEJB.getSubAxisValues(String axisId, String valueId)
           
 

Methods in com.silverpeas.pdc.ejb with parameters of type Value
 String PdcBm.createDaughterValueWithId(String axisId, Value value)
           
 String PdcBmEJB.createDaughterValueWithId(String axisId, Value value)
           
 

Uses of Value in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that return types with arguments of type Value
 List<Value> LocalizedClassifyValue.getFullPath()
           
 

Methods in com.silverpeas.pdc.web with parameters of type Value
static PdcAxisValueEntity PdcAxisValueEntity.fromValue(Value value, String inLanguage)
          Creates a new value of a PdC axis from the specified business PdC value and expressed in the specified language.
 

Method parameters in com.silverpeas.pdc.web with type arguments of type Value
 void LocalizedClassifyValue.setFullPath(List<Value> fullPath)
           
 

Uses of Value in com.silverpeas.pdcSubscription.ejb
 

Method parameters in com.silverpeas.pdcSubscription.ejb with type arguments of type Value
 void PdcSubscriptionBmEJB.checkValueOnDelete(int axisId, String axisName, List<String> oldPath, List<String> newPath, List<Value> pathInfo)
          Implements PDCSubscription check for value deletion.
 void PdcSubscriptionBm.checkValueOnDelete(int axiId, String axisName, List<String> oldPath, List<String> newPath, List<Value> pathInfo)
          Implements PDCSubscription check for value deletion.
 

Uses of Value in com.silverpeas.pdcSubscription.util
 

Method parameters in com.silverpeas.pdcSubscription.util with type arguments of type Value
 void PdcSubscriptionUtil.checkValueOnDelete(int axiId, String axisName, List<String> oldPath, List<String> newPath, List<Value> pathInfo)
           
 

Uses of Value in com.silverpeas.pdcSubscriptionPeas.control
 

Methods in com.silverpeas.pdcSubscriptionPeas.control that return types with arguments of type Value
 List<Value> PdcSubscriptionSessionController.getFullPath(String valueId, String treeId)
           
 List<List<Value>> PdcSubscriptionSessionController.getPathCriterias(List<? extends Criteria> searchCriterias)
           
 

Uses of Value in com.silverpeas.thesaurusPeas.control
 

Methods in com.silverpeas.thesaurusPeas.control that return Value
 Value ThesaurusSessionController.getTerm(String idTerm)
          Retourne le détail d'un terme à partir d'un idTerm et du rootId de l'axe courant, met le terme en session (currentTerm)
 

Methods in com.silverpeas.thesaurusPeas.control that return types with arguments of type Value
 Collection<Value> ThesaurusSessionController.getAxisTerms()
          Retourne la liste des termes de l'axe courant (getCurrentAxis().getValues())
 

Uses of Value in com.stratelia.silverpeas.pdc.control
 

Methods in com.stratelia.silverpeas.pdc.control that return Value
 Value PdcBmImpl.getAxisValue(String valueId, String treeId)
          Returns a value from an axe.
 Value PdcBm.getAxisValue(String valueId, String treeId)
          Method declaration
 Value PdcBmImpl.getRoot(String axisId)
          Return the Value corresponding to the axis done
 Value PdcBm.getRoot(String axisId)
          Return the Value corresponding to the axis done
 Value PdcBmImpl.getValue(String axisId, String valueId)
          Returns a value from an axe.
 Value PdcBm.getValue(String axisId, String valueId)
           
 

Methods in com.stratelia.silverpeas.pdc.control that return types with arguments of type Value
 List<Value> PdcBmImpl.getAxisValues(int treeId)
           
 List<Value> PdcBm.getAxisValues(int treeId)
           
 List<Value> PdcBmImpl.getAxisValuesByName(String valueName)
          Return a list of axis values having the value name in parameter
 List<Value> PdcBm.getAxisValuesByName(String valueName)
          Return a list of axis values having the value name in parameter
 List<Value> PdcBmImpl.getDaughters(String axisId, String valueId)
           
 List<Value> PdcBm.getDaughters(String refValue, String treeId)
           
 List<Value> PdcBmImpl.getFilteredAxisValues(String rootId, AxisFilter filter)
          Return a list of String corresponding to the valueId of the value in parameter
 List<Value> PdcBm.getFilteredAxisValues(String rootId, AxisFilter filter)
          Return a list of String corresponding to the valueId of the value in parameter
 List<Value> PdcBmImpl.getFirstLevelAxisValuesByInstanceId(SearchContext searchContext, String axisId, String instanceId)
           
 List<Value> PdcBm.getFirstLevelAxisValuesByInstanceId(SearchContext searchContext, String axisId, String instanceId)
           
 List<Value> PdcBmImpl.getFirstLevelAxisValuesByInstanceIds(SearchContext searchContext, String axisId, List<String> instanceIds)
           
 List<Value> PdcBm.getFirstLevelAxisValuesByInstanceIds(SearchContext searchContext, String axisId, List<String> instanceIds)
           
 List<Value> PdcBmImpl.getFullPath(String valueId, String treeId)
          Returns the full path of the value
 List<Value> PdcBm.getFullPath(String valueId, String treeId)
          Method declaration
 List<Value> PdcBmImpl.getPertinentDaughterValuesByInstanceId(SearchContext searchContext, String axisId, String valueId, String instanceId)
           
 List<Value> PdcBm.getPertinentDaughterValuesByInstanceId(SearchContext searchContext, String axisId, String valueId, String instanceId)
           
 List<Value> PdcBmImpl.getPertinentDaughterValuesByInstanceId(SearchContext searchContext, String axisId, String valueId, String instanceId, AxisFilter filter)
           
 List<Value> PdcBm.getPertinentDaughterValuesByInstanceId(SearchContext searchContext, String axisId, String valueId, String instanceId, AxisFilter filter)
           
 List<Value> PdcBmImpl.getPertinentDaughterValuesByInstanceIds(SearchContext searchContext, String axisId, String valueId, List<String> instanceIds)
           
 List<Value> PdcBm.getPertinentDaughterValuesByInstanceIds(SearchContext searchContext, String axisId, String valueId, List<String> instanceIds)
           
 List<Value> PdcBmImpl.getPertinentDaughterValuesByInstanceIds(SearchContext searchContext, String axisId, String valueId, List<String> instanceIds, AxisFilter filter)
           
 List<Value> PdcBm.getPertinentDaughterValuesByInstanceIds(SearchContext searchContext, String axisId, String valueId, List<String> instanceIds, AxisFilter filter)
           
 List<Value> PdcBmImpl.getSubAxisValues(String axisId, String valueId)
           
 List<Value> PdcBm.getSubAxisValues(String axisId, String valueId)
           
 

Methods in com.stratelia.silverpeas.pdc.control with parameters of type Value
 int PdcBmImpl.createDaughterValue(Value valueToInsert, String refValue, String treeId)
          insert a value which is defined like a daughter value
 int PdcBm.createDaughterValue(Value valueToInsert, String refValue, String treeId)
          Method declaration
 String PdcBmImpl.createDaughterValueWithId(Value valueToInsert, String refValue, String treeId)
          insert a value which is defined like a daughter value
 String PdcBm.createDaughterValueWithId(Value valueToInsert, String refValue, String treeId)
          Method declaration
 List<List<String>> PdcBmImpl.getInheritedManagers(Value value)
          retourne les droits hérités sur la valeur
 List<List<String>> PdcBm.getInheritedManagers(Value value)
          retourne les droits hérités sur la valeur
 int PdcBmImpl.insertMotherValue(Value valueToInsert, String refValue, String axisId)
          insert a value which is defined like a mother value
 int PdcBm.insertMotherValue(Value valueToInsert, String refValue, String axisId)
          Method declaration
 int PdcBmImpl.moveValueToNewFatherId(Axis axis, Value valueToMove, String newFatherId, int orderNumber)
          Move a value under a new father
 int PdcBm.moveValueToNewFatherId(Axis axis, Value valueToMove, String newFatherId, int orderNumber)
          Déplace une valeur et ses sous-valeurs sous un nouveau père
 int PdcBmImpl.updateValue(Value value, String treeId)
          Update the selected value
 int PdcBm.updateValue(Value value, String treeId)
          Method declaration
 

Uses of Value in com.stratelia.silverpeas.pdc.model
 

Methods in com.stratelia.silverpeas.pdc.model that return types with arguments of type Value
 List<Value> ClassifyValue.getFullPath()
           
 List<Value> Value.getPathValues()
           
 List<Value> Axis.getValues()
          Returns the sorted List containing values of a tree.
 List<Value> SearchAxis.getValues()
           
 

Method parameters in com.stratelia.silverpeas.pdc.model with type arguments of type Value
 void ClassifyValue.setFullPath(List<Value> fullPath)
           
 void Value.setPathValues(List<Value> pathValues)
           
 void SearchAxis.setValues(List<Value> list)
           
 

Constructor parameters in com.stratelia.silverpeas.pdc.model with type arguments of type Value
Axis(AxisHeader header, List<Value> values)
           
 

Uses of Value in com.stratelia.silverpeas.pdcPeas.control
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return Value
 Value PdcSessionController.getAxisValue(String valueId)
           
 Value PdcSessionController.getAxisValue(String valueId, boolean setAsCurrentValue)
           
 Value PdcSearchSessionController.getAxisValue(String valueId, String treeId)
           
 Value PdcSearchSessionController.getAxisValueAndFullPath(String valueId, String treeId)
           
 Value PdcSearchSessionController.getCurrentValue()
           
 Value PdcSessionController.getCurrentValue()
           
 Value PdcSearchSessionController.getValue(String axisId, String valueId)
           
 Value PdcSessionController.getValue(String axisId, String valueId)
           
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type Value
 List<Value> PdcSearchSessionController.getAxisResult()
           
 List<Value> PdcSearchSessionController.getAxisValuesByFilter(String filter_by_name, String filter_by_description, boolean search_in_daughters, String instanceId)
           
 List<Value> PdcSearchSessionController.getDaughterValues(String axisId, String valueId)
           
 List<Value> PdcSearchSessionController.getDaughterValues(String axisId, String valueId, AxisFilter filter)
           
 List<Value> PdcSearchSessionController.getFirstLevelAxisValues(String axisId)
           
 List<Value> PdcSearchSessionController.getFullPath(String valueId, String treeId)
           
 

Methods in com.stratelia.silverpeas.pdcPeas.control with parameters of type Value
 int PdcSessionController.createDaughterValue(Value value)
           
 List PdcSessionController.getInheritedManagers(Value value)
          get the inherited managers of the specified value
 int PdcSessionController.insertMotherValue(Value value)
           
 void PdcSearchSessionController.setCurrentValue(Value value)
          search from DomainsBar methods / ****************************************************************************************************************
 int PdcSessionController.updateValue(Value value)
           
 

Method parameters in com.stratelia.silverpeas.pdcPeas.control with type arguments of type Value
 void PdcSearchSessionController.setAxisResult(List<Value> result)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.