|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalcTotalQuantityParamsQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
endAt()
Adds a constraint to the predicate for CalcTotalQuantityParams testing whether the value of the feature endAt is null or not. |
ComparableTypePredicate<Date> |
forAllEndAt()
Adds a condition for the feature endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllStartAt()
Adds a condition for the feature startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition. |
SimpleTypeOrder |
orderByEndAt()
Allows to adds a sort instruction for CalcTotalQuantityParams depending the feature endAt
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByRecordType()
Allows to adds a sort instruction for CalcTotalQuantityParams depending the feature recordType
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByStartAt()
Allows to adds a sort instruction for CalcTotalQuantityParams depending the feature startAt
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Short> |
recordType()
|
OptionalFeaturePredicate |
startAt()
Adds a constraint to the predicate for CalcTotalQuantityParams testing whether the value of the feature startAt is null or not. |
ComparableTypePredicate<Date> |
thereExistsEndAt()
Adds a condition for the feature endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsStartAt()
Adds a condition for the feature startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate endAt()
CalcTotalQuantityParams testing whether the value of the feature endAt is null or not.
ComparableTypePredicate<Date> thereExistsEndAt()
endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllEndAt()
endAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature endAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByEndAt()
CalcTotalQuantityParams depending the feature endAt
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> recordType()
SimpleTypeOrder orderByRecordType()
CalcTotalQuantityParams depending the feature recordType
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate startAt()
CalcTotalQuantityParams testing whether the value of the feature startAt is null or not.
ComparableTypePredicate<Date> thereExistsStartAt()
startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllStartAt()
startAt to the predicate for CalcTotalQuantityParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByStartAt()
CalcTotalQuantityParams depending the feature startAt
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||