org.opencrx.kernel.activity1.query
Interface AbstractWorkRecordQuery

All Superinterfaces:
AnyTypePredicate, AssignableQuery, BookingOriginQuery
All Known Subinterfaces:
ActivityWorkRecordQuery
All Known Implementing Classes:
AbstractWorkRecordFilterImpl, ActivityWorkRecordFilterImpl

public interface AbstractWorkRecordQuery
extends AssignableQuery, BookingOriginQuery


Method Summary
 OptionalFeaturePredicate billableAmount()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature billableAmount is null or not.
 ComparableTypePredicate billingCurrency()
           
 ComparableTypePredicate depotSelector()
           
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature description is null or not.
 ComparableTypePredicate durationCalculationMode()
           
 ComparableTypePredicate durationHours()
           
 ComparableTypePredicate durationMinutes()
           
 OptionalFeaturePredicate endedAt()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature endedAt is null or not.
 ComparableTypePredicate forAllBillableAmount()
          Adds a constraint for the feature billableAmount to the predicate.
 StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 ComparableTypePredicate forAllEndedAt()
          Adds a constraint for the feature endedAt to the predicate.
 ComparableTypePredicate forAllPauseDurationHours()
          Adds a constraint for the feature pauseDurationHours to the predicate.
 ComparableTypePredicate forAllPauseDurationMinutes()
          Adds a constraint for the feature pauseDurationMinutes to the predicate.
 ComparableTypePredicate forAllRate()
          Adds a constraint for the feature rate to the predicate.
 ComparableTypePredicate forAllStartedAt()
          Adds a constraint for the feature startedAt to the predicate.
 CompoundBookingQuery forAllWorkCb()
          Adds a constraint for the feature workCb to the predicate.
 BooleanTypePredicate isBillable()
           
 StringTypePredicate name()
           
 SimpleTypeOrder orderByBillableAmount()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature billableAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBillingCurrency()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature billingCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDepotSelector()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature depotSelector Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDurationCalculationMode()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature durationCalculationMode Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDurationHours()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature durationHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDurationMinutes()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature durationMinutes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByEndedAt()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature endedAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIsBillable()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature isBillable Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPauseDurationHours()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature pauseDurationHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPauseDurationMinutes()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature pauseDurationMinutes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRate()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature rate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRateType()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature rateType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStartedAt()
          Allows to adds a sort instruction for AbstractWorkRecord depending the feature startedAt Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate pauseDurationHours()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature pauseDurationHours is null or not.
 OptionalFeaturePredicate pauseDurationMinutes()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature pauseDurationMinutes is null or not.
 OptionalFeaturePredicate rate()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature rate is null or not.
 ComparableTypePredicate rateType()
           
 OptionalFeaturePredicate startedAt()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature startedAt is null or not.
 ComparableTypePredicate thereExistsBillableAmount()
          Adds a constraint for the feature billableAmount to the predicate.
 StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 ComparableTypePredicate thereExistsEndedAt()
          Adds a constraint for the feature endedAt to the predicate.
 ComparableTypePredicate thereExistsPauseDurationHours()
          Adds a constraint for the feature pauseDurationHours to the predicate.
 ComparableTypePredicate thereExistsPauseDurationMinutes()
          Adds a constraint for the feature pauseDurationMinutes to the predicate.
 ComparableTypePredicate thereExistsRate()
          Adds a constraint for the feature rate to the predicate.
 ComparableTypePredicate thereExistsStartedAt()
          Adds a constraint for the feature startedAt to the predicate.
 CompoundBookingQuery thereExistsWorkCb()
          Adds a constraint for the feature workCb to the predicate.
 OptionalFeaturePredicate workCb()
          Adds a constraint to the predicate for AbstractWorkRecord testing whether the value of the feature workCb is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

billableAmount

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


thereExistsBillableAmount

ComparableTypePredicate thereExistsBillableAmount()
Adds a constraint for the feature billableAmount to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature billableAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllBillableAmount

ComparableTypePredicate forAllBillableAmount()
Adds a constraint for the feature billableAmount to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature billableAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByBillableAmount

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


billingCurrency

ComparableTypePredicate billingCurrency()

orderByBillingCurrency

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


depotSelector

ComparableTypePredicate depotSelector()

orderByDepotSelector

SimpleTypeOrder orderByDepotSelector()
Allows to adds a sort instruction for AbstractWorkRecord 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 AbstractWorkRecord testing whether the value of the feature description is null or not.


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a constraint for the feature description to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDescription

StringTypePredicate forAllDescription()
Adds a constraint for the feature description to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDescription

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


durationCalculationMode

ComparableTypePredicate durationCalculationMode()

orderByDurationCalculationMode

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


durationHours

ComparableTypePredicate durationHours()

orderByDurationHours

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


durationMinutes

ComparableTypePredicate durationMinutes()

orderByDurationMinutes

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


endedAt

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


thereExistsEndedAt

ComparableTypePredicate thereExistsEndedAt()
Adds a constraint for the feature endedAt to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature endedAt satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllEndedAt

ComparableTypePredicate forAllEndedAt()
Adds a constraint for the feature endedAt to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature endedAt satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByEndedAt

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


isBillable

BooleanTypePredicate isBillable()

orderByIsBillable

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


name

StringTypePredicate name()

orderByName

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


pauseDurationHours

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


thereExistsPauseDurationHours

ComparableTypePredicate thereExistsPauseDurationHours()
Adds a constraint for the feature pauseDurationHours to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature pauseDurationHours satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPauseDurationHours

ComparableTypePredicate forAllPauseDurationHours()
Adds a constraint for the feature pauseDurationHours to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature pauseDurationHours satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPauseDurationHours

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


pauseDurationMinutes

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


thereExistsPauseDurationMinutes

ComparableTypePredicate thereExistsPauseDurationMinutes()
Adds a constraint for the feature pauseDurationMinutes to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature pauseDurationMinutes satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPauseDurationMinutes

ComparableTypePredicate forAllPauseDurationMinutes()
Adds a constraint for the feature pauseDurationMinutes to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature pauseDurationMinutes satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPauseDurationMinutes

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


rate

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


thereExistsRate

ComparableTypePredicate thereExistsRate()
Adds a constraint for the feature rate to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature rate satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllRate

ComparableTypePredicate forAllRate()
Adds a constraint for the feature rate to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature rate satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByRate

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


rateType

ComparableTypePredicate rateType()

orderByRateType

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


startedAt

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


thereExistsStartedAt

ComparableTypePredicate thereExistsStartedAt()
Adds a constraint for the feature startedAt to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature startedAt satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllStartedAt

ComparableTypePredicate forAllStartedAt()
Adds a constraint for the feature startedAt to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature startedAt satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByStartedAt

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


workCb

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


thereExistsWorkCb

CompoundBookingQuery thereExistsWorkCb()
Adds a constraint for the feature workCb to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature workCb satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllWorkCb

CompoundBookingQuery forAllWorkCb()
Adds a constraint for the feature workCb to the predicate. The predicate for AbstractWorkRecord evaluates true if its value of feature workCb satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!



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