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 |
---|---|
Property |
DomainObjectDefinition.getLocalProperty(String name)
Returns the local property with the given name.
|
Property |
DomainObjectDefinition.getProperty(String name)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperty(String) method instead and recheck where you store the properties |
Property |
Property.withId(PropertyId id)
Returns a new property with the given id and the current name, value, and source.
|
Property |
Property.withSource(EntityId source)
Returns a new property with the given source and the current id, name, and value.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
DomainObjectDefinition.getLocalProperties()
Returns the local properties of the entity.
|
List<Property> |
DomainObjectDefinition.getLocalProperties(com.google.common.base.Predicate<Property> predicate)
Returns the local properties of the entity, filtered by the given predicate.
|
List<Property> |
DomainObjectDefinition.getProperties()
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperties() method instead and recheck where you store the properties |
List<Property> |
DomainObjectDefinition.getProperties(com.google.common.base.Predicate<Property> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperties(Predicate) method instead and recheck where you store the properties |
Modifier and Type | Method and Description |
---|---|
List<Property> |
DomainObjectDefinition.getLocalProperties(com.google.common.base.Predicate<Property> predicate)
Returns the local properties of the entity, filtered by the given predicate.
|
Map<String,String> |
DomainObjectDefinition.getLocalPropertiesMap(com.google.common.base.Predicate<Property> predicate)
Returns the local properties of the entity as name/value pairs, filtered by the given predicate.
|
List<Property> |
DomainObjectDefinition.getProperties(com.google.common.base.Predicate<Property> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperties(Predicate) method instead and recheck where you store the properties |
Map<String,String> |
DomainObjectDefinition.getPropertiesMap(com.google.common.base.Predicate<Property> predicate)
Deprecated.
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalPropertiesMap(Predicate) method instead and recheck where you store the properties |
SELF |
DomainObjectDefinition.DomainObjectDefinitionBuilder.properties(Collection<Property> properties)
Sets the properties.
|
Modifier and Type | Method and Description |
---|---|
Collection<Property> |
WorkObjectDefinitionPersistence.getProperties(Collection<? extends WorkObjectDefinitionId> workObjectDefinitionIds)
Returns the properties that belong to the given work object definition ids.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Property> |
PropertyTranslator.convertPropertyResultsToProperties(Collection<PropertyResult> propertyResults) |
Collection<Property> |
JdbcWorkObjectDefinitionPersistence.getProperties(Collection<? extends WorkObjectDefinitionId> workObjectDefinitionIds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<PropertyParameter> |
PropertyTranslator.convertPropertiesToPropertyParameters(Collection<Property> properties,
Date creationTime) |
com.google.common.collect.ImmutableList<PropertyParameter> |
PropertyTranslator.convertPropertiesToPropertyParameters(Collection<Property> properties,
EntityId sourceId,
Date creationTime) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.