org.opencrx.kernel.activity1.cci2
Interface ResourceAddWorkRecordByDurationParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface ResourceAddWorkRecordByDurationParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate activity()
          Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams testing whether the value of the feature activity is null or not.
 ComparableTypePredicate<Short> depotSelector()
           
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate durationHours()
          Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams testing whether the value of the feature durationHours is null or not.
 OptionalFeaturePredicate durationMinutes()
          Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams testing whether the value of the feature durationMinutes is null or not.
 OptionalFeaturePredicate endAt()
          Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams testing whether the value of the feature endAt is null or not.
 ActivityQuery forAllActivity()
          Adds a condition for the feature activity to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature activity satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Short> forAllDurationHours()
          Adds a condition for the feature durationHours to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationHours satisfies the given condition.
 ComparableTypePredicate<Short> forAllDurationMinutes()
          Adds a condition for the feature durationMinutes to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationMinutes satisfies the given condition.
 ComparableTypePredicate<Date> forAllEndAt()
          Adds a condition for the feature endAt to the predicate for ResourceAddWorkRecordByDurationParams, 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 ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDepotSelector()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature depotSelector Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDurationHours()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature durationHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDurationMinutes()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature durationMinutes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByEndAt()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature endAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRateType()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature rateType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStartAt()
          Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature startAt Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Short> rateType()
           
 OptionalFeaturePredicate startAt()
          Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams testing whether the value of the feature startAt is null or not.
 ActivityQuery thereExistsActivity()
          Adds a condition for the feature activity to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature activity satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsDurationHours()
          Adds a condition for the feature durationHours to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationHours satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsDurationMinutes()
          Adds a condition for the feature durationMinutes to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationMinutes satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsEndAt()
          Adds a condition for the feature endAt to the predicate for ResourceAddWorkRecordByDurationParams, 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 ResourceAddWorkRecordByDurationParams, 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

activity

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


thereExistsActivity

ActivityQuery thereExistsActivity()
Adds a condition for the feature activity to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature activity satisfies the given condition.

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


forAllActivity

ActivityQuery forAllActivity()
Adds a condition for the feature activity to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature activity satisfies the given condition.

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


depotSelector

ComparableTypePredicate<Short> depotSelector()

orderByDepotSelector

SimpleTypeOrder orderByDepotSelector()
Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature depotSelector Note: The order in which orderBy… instructions are given is relevant!


description

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


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a condition for the feature description to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature description satisfies the given condition.

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


forAllDescription

StringTypePredicate forAllDescription()
Adds a condition for the feature description to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature description satisfies the given condition.

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


orderByDescription

SimpleTypeOrder orderByDescription()
Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature description Note: The order in which orderBy… instructions are given is relevant!


durationHours

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


thereExistsDurationHours

ComparableTypePredicate<Short> thereExistsDurationHours()
Adds a condition for the feature durationHours to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationHours satisfies the given condition.

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


forAllDurationHours

ComparableTypePredicate<Short> forAllDurationHours()
Adds a condition for the feature durationHours to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationHours satisfies the given condition.

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


orderByDurationHours

SimpleTypeOrder orderByDurationHours()
Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature durationHours Note: The order in which orderBy… instructions are given is relevant!


durationMinutes

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


thereExistsDurationMinutes

ComparableTypePredicate<Short> thereExistsDurationMinutes()
Adds a condition for the feature durationMinutes to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationMinutes satisfies the given condition.

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


forAllDurationMinutes

ComparableTypePredicate<Short> forAllDurationMinutes()
Adds a condition for the feature durationMinutes to the predicate for ResourceAddWorkRecordByDurationParams, which evaluates to false unless the value of the feature durationMinutes satisfies the given condition.

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


orderByDurationMinutes

SimpleTypeOrder orderByDurationMinutes()
Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature durationMinutes Note: The order in which orderBy… instructions are given is relevant!


endAt

OptionalFeaturePredicate endAt()
Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams 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 ResourceAddWorkRecordByDurationParams, 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 ResourceAddWorkRecordByDurationParams, 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 ResourceAddWorkRecordByDurationParams depending the feature endAt Note: The order in which orderBy… instructions are given is relevant!


name

StringTypePredicate name()

orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature name Note: The order in which orderBy… instructions are given is relevant!


rateType

ComparableTypePredicate<Short> rateType()

orderByRateType

SimpleTypeOrder orderByRateType()
Allows to adds a sort instruction for ResourceAddWorkRecordByDurationParams depending the feature rateType Note: The order in which orderBy… instructions are given is relevant!


startAt

OptionalFeaturePredicate startAt()
Adds a constraint to the predicate for ResourceAddWorkRecordByDurationParams 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 ResourceAddWorkRecordByDurationParams, 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 ResourceAddWorkRecordByDurationParams, 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 ResourceAddWorkRecordByDurationParams 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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.