Uses of Class
org.silverpeas.core.variables.Variable
-
Packages that use Variable Package Description org.silverpeas.core.variables org.silverpeas.core.webapi.variables org.silverpeas.web.variables -
-
Uses of Variable in org.silverpeas.core.variables
Methods in org.silverpeas.core.variables that return Variable Modifier and Type Method Description static Variable
Variable. getById(String id)
Gets the variable by its unique identifier.Variable
VariableScheduledValue. getVariable()
Gets the variable this scheduled value belongs to.Variable
Variable. save()
Saves this variable into the persistence context.Methods in org.silverpeas.core.variables that return types with arguments of type Variable Modifier and Type Method Description static List<Variable>
Variable. getAll()
Gets all the variables available in the persistence context (data source).List<Variable>
DefaultVariablesRepository. getAllCurrentVariables()
List<Variable>
VariablesRepository. getAllCurrentVariables()
Gets all the variables that are currently active.List<Variable>
DefaultVariablesRepository. getAllVariables()
List<Variable>
VariablesRepository. getAllVariables()
Gets all the variables that are persisted into this repository.Methods in org.silverpeas.core.variables with parameters of type Variable Modifier and Type Method Description void
Variable. merge(Variable variable)
Merges the attributes of this variable with the ones from the specified variable. -
Uses of Variable in org.silverpeas.core.webapi.variables
Methods in org.silverpeas.core.webapi.variables that return Variable Modifier and Type Method Description Variable
VariablesWebManager. createVariable(Variable variable)
Variable
VariablesWebManager. getVariable(String id)
Variable
VariableEntity. toVariable()
Variable
VariablesWebManager. updateVariable(String variableId, Variable variableToUpdate)
Methods in org.silverpeas.core.webapi.variables that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
VariablesWebManager. getAllVariables()
List<Variable>
VariablesWebManager. getCurrentVariables()
Methods in org.silverpeas.core.webapi.variables with parameters of type Variable Modifier and Type Method Description Variable
VariablesWebManager. createVariable(Variable variable)
protected VariableEntity
VariableEntity. decorate(Variable value)
static VariableEntity
VariableEntity. fromVariable(Variable variable)
protected void
VariableEntity. merge(Variable value)
Variable
VariablesWebManager. updateVariable(String variableId, Variable variableToUpdate)
-
Uses of Variable in org.silverpeas.web.variables
Method parameters in org.silverpeas.web.variables with type arguments of type Variable Modifier and Type Method Description static SilverpeasList<VariableUIEntity>
VariableUIEntity. convertList(SilverpeasList<Variable> values, Set<String> selectedIds)
-