org.opencrx.kernel.activity1.cci2
Interface CalcTotalQuantityParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CalcTotalQuantityParamsQuery
extends AnyTypePredicate


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

endAt

OptionalFeaturePredicate endAt()
Adds a constraint to the predicate for CalcTotalQuantityParams testing whether the value of the feature endAt is null or not.


thereExistsEndAt

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEndAt

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByEndAt

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!


recordType

ComparableTypePredicate<Short> recordType()

orderByRecordType

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!


startAt

OptionalFeaturePredicate startAt()
Adds a constraint to the predicate for CalcTotalQuantityParams testing whether the value of the feature startAt is null or not.


thereExistsStartAt

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStartAt

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByStartAt

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!



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.