Package | Description |
---|---|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
com.edorasware.commons.core.persistence.entity | |
com.edorasware.commons.core.persistence.entity.jdbc |
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.findByName(String name,
Collection<Variable> variables)
Finds the variable with the given name among the given variables.
|
Variable |
DomainObject.getLocalVariable(String name)
Returns the local variable with the given name.
|
Variable |
DomainObject.getVariable(String name)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariable(String) method instead and recheck where you store the variables |
Variable |
Variable.withId(VariableId id)
Returns a new variable with the given id and the current name, value, and source.
|
Variable |
Variable.withSource(EntityId source)
Returns a new variable with the given source and the current id, name, and value.
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
DomainObject.getLocalVariables()
Returns the local variables of the entity.
|
List<Variable> |
DomainObject.getLocalVariables(com.google.common.base.Predicate<Variable> predicate)
Returns the local variables of the entity, filtered by the given predicate.
|
List<Variable> |
DomainObject.getVariables()
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariables() method instead and recheck where you store the variables |
List<Variable> |
DomainObject.getVariables(com.google.common.base.Predicate<Variable> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariables(Predicate) method instead and recheck where you store the variables |
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.findByName(String name,
Collection<Variable> variables)
Finds the variable with the given name among the given variables.
|
List<Variable> |
DomainObject.getLocalVariables(com.google.common.base.Predicate<Variable> predicate)
Returns the local variables of the entity, filtered by the given predicate.
|
Map<String,Object> |
DomainObject.getLocalVariablesMap(com.google.common.base.Predicate<Variable> predicate)
Returns the local variables of the entity as name/value pairs, filtered by the given predicate.
|
List<Variable> |
DomainObject.getVariables(com.google.common.base.Predicate<Variable> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariables(Predicate) method instead and recheck where you store the variables |
Map<String,Object> |
DomainObject.getVariablesMap(com.google.common.base.Predicate<Variable> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariablesMap(Predicate) method instead and recheck where you store the variables |
SELF |
DomainObject.DomainObjectBuilder.variables(Collection<Variable> variables)
Sets the variables.
|
Modifier and Type | Method and Description |
---|---|
Collection<Variable> |
WorkObjectPersistence.getVariables(Collection<? extends WorkObjectId> workObjectIds)
Returns the variables that belong to the given work object ids.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Variable> |
VariableTranslator.convertVariableResultsToVariables(Collection<VariableResult> variableResults) |
Collection<Variable> |
JdbcWorkObjectPersistence.getVariables(Collection<? extends WorkObjectId> workObjectIds) |
com.google.common.collect.ImmutableList<Variable> |
VariableTranslator.prepareVariablesForInsert(Collection<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<VariableParameter> |
VariableTranslator.convertVariablesToVariableParameters(Collection<Variable> variables,
Date creationTime) |
com.google.common.collect.ImmutableList<VariableParameter> |
VariableTranslator.convertVariablesToVariableParameters(Collection<Variable> variables,
EntityId sourceId,
Date creationTime) |
com.google.common.collect.ImmutableList<Variable> |
VariableTranslator.prepareVariablesForInsert(Collection<Variable> variables) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.