Uses of Class
org.nuclos.api.businessobject.attribute.Attribute
Package
Description
-
Uses of Attribute in org.nuclos.api.businessobject
Modifier and TypeMethodDescriptionSearchExpression.getSource()
returns the SourceSearchExpression.getTarget()
returns the TargetModifier and TypeMethodDescriptionUse this method to set the Map of element that must be considered for ordering Attach for each field a Boolean.TRUE for ascending a boolean.FALSE for descending orderingModifierConstructorDescriptionSearchExpression
(Attribute<T> pSource, Attribute<T> pTarget, QueryOperation pOperator) This Constructor is used when there are two attributes to compareSearchExpression
(Attribute<T> pSource, QueryOperation pOperator) This Constructor is used when a attributes is checkd on Null or notNullSearchExpression
(Attribute<T> pSource, T pValue, QueryOperation pOperator) This Constructor is used when a attributes is compared to a given value with a given operator -
Uses of Attribute in org.nuclos.api.businessobject.attribute
Modifier and TypeClassDescriptionclass
ForeignKeyAttribute
is used if the attribute references to an other entity.class
NumericAttribute
is used if the attribute type provides general numeric comparison operationsclass
PrimaryKeyAttribute
is the id of an objectclass
StringAttribute
is used if the attribute type provides comparison operations based on Strings -
Uses of Attribute in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic <PK,
T extends BusinessObject<PK>>
List<T>This methods executes aQuery
and returns a list of foundBusinessObject
of the type determined by theQuery
type.static <PK,
T extends BusinessObject<PK>>
TQueryProvider.executeSingleResult
(Query<T> query, Attribute<?>... attributes) This methods executes aQuery
and returns a single resultBusinessObject
of the type determined by theQuery
type.static <PK,
T extends BusinessObject<PK>>
TDeprecated. -
Uses of Attribute in org.nuclos.api.service
Modifier and TypeMethodDescription<PK,
T extends BusinessObject<PK>>
List<T>QueryService.executeQuery
(Query<T> query, Attribute<?>... attributes) <PK,
T extends BusinessObject<PK>>
TQueryService.executeQuerySingleResult
(Query<T> query, Attribute<?>... attributes) <PK,
T extends BusinessObject<PK>>
T