org.opencrx.kernel.activity1.cci2
Interface WorkAndExpenseRecordQuery

All Superinterfaces:
AnyTypePredicate, AssignableQuery, BasicObjectQuery, BookingOriginQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery
All Known Subinterfaces:
ActivityWorkRecordQuery

public interface WorkAndExpenseRecordQuery
extends AssignableQuery, SecureObjectQuery, BookingOriginQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate activity()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature activity is null or not.
 OptionalFeaturePredicate billableAmount()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature billableAmount is null or not.
 ComparableTypePredicate<Short> billingCurrency()
           
 ComparableTypePredicate<Short> depotSelector()
           
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate endedAt()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature endedAt is null or not.
 ActivityQuery forAllActivity()
          Adds a condition for the feature activity to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature activity satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllBillableAmount()
          Adds a condition for the feature billableAmount to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature billableAmount satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> forAllEndedAt()
          Adds a condition for the feature endedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature endedAt satisfies the given condition.
 BooleanTypePredicate forAllIsBillable()
          Adds a condition for the feature isBillable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isBillable satisfies the given condition.
 BooleanTypePredicate forAllIsReimbursable()
          Adds a condition for the feature isReimbursable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isReimbursable satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllQuantity()
          Adds a condition for the feature quantity to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantity satisfies the given condition.
 UomQuery forAllQuantityUom()
          Adds a condition for the feature quantityUom to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantityUom satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllRate()
          Adds a condition for the feature rate to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature rate satisfies the given condition.
 ResourceQuery forAllResource()
          Adds a condition for the feature resource to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature resource satisfies the given condition.
 ComparableTypePredicate<Date> forAllStartedAt()
          Adds a condition for the feature startedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature startedAt satisfies the given condition.
 CompoundBookingQuery forAllWorkCb()
          Adds a condition for the feature workCb to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature workCb satisfies the given condition.
 OptionalFeaturePredicate isBillable()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature isBillable is null or not.
 OptionalFeaturePredicate isReimbursable()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature isReimbursable is null or not.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByBillableAmount()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature billableAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBillingCurrency()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature billingCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDepotSelector()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature depotSelector Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByEndedAt()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature endedAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIsBillable()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature isBillable Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIsReimbursable()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature isReimbursable Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPaymentType()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature paymentType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantity()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRate()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature rate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRecordType()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature recordType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStartedAt()
          Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature startedAt Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Short> paymentType()
           
 OptionalFeaturePredicate quantity()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature quantity is null or not.
 OptionalFeaturePredicate quantityUom()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature quantityUom is null or not.
 OptionalFeaturePredicate rate()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature rate is null or not.
 ComparableTypePredicate<Short> recordType()
           
 OptionalFeaturePredicate resource()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature resource is null or not.
 OptionalFeaturePredicate startedAt()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature startedAt is null or not.
 ActivityQuery thereExistsActivity()
          Adds a condition for the feature activity to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature activity satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsBillableAmount()
          Adds a condition for the feature billableAmount to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature billableAmount satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsEndedAt()
          Adds a condition for the feature endedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature endedAt satisfies the given condition.
 BooleanTypePredicate thereExistsIsBillable()
          Adds a condition for the feature isBillable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isBillable satisfies the given condition.
 BooleanTypePredicate thereExistsIsReimbursable()
          Adds a condition for the feature isReimbursable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isReimbursable satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsQuantity()
          Adds a condition for the feature quantity to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantity satisfies the given condition.
 UomQuery thereExistsQuantityUom()
          Adds a condition for the feature quantityUom to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantityUom satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsRate()
          Adds a condition for the feature rate to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature rate satisfies the given condition.
 ResourceQuery thereExistsResource()
          Adds a condition for the feature resource to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature resource satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsStartedAt()
          Adds a condition for the feature startedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature startedAt satisfies the given condition.
 CompoundBookingQuery thereExistsWorkCb()
          Adds a condition for the feature workCb to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature workCb satisfies the given condition.
 OptionalFeaturePredicate workCb()
          Adds a constraint to the predicate for WorkAndExpenseRecord testing whether the value of the feature workCb is null or not.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
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 WorkAndExpenseRecord 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 WorkAndExpenseRecord, 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 WorkAndExpenseRecord, 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


billableAmount

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


thereExistsBillableAmount

ComparableTypePredicate<BigDecimal> thereExistsBillableAmount()
Adds a condition for the feature billableAmount to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature billableAmount satisfies the given condition.

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


forAllBillableAmount

ComparableTypePredicate<BigDecimal> forAllBillableAmount()
Adds a condition for the feature billableAmount to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature billableAmount satisfies the given condition.

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


orderByBillableAmount

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


billingCurrency

ComparableTypePredicate<Short> billingCurrency()

orderByBillingCurrency

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


depotSelector

ComparableTypePredicate<Short> depotSelector()

orderByDepotSelector

SimpleTypeOrder orderByDepotSelector()
Allows to adds a sort instruction for WorkAndExpenseRecord 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 WorkAndExpenseRecord 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 WorkAndExpenseRecord, 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 WorkAndExpenseRecord, 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 WorkAndExpenseRecord depending the feature description Note: The order in which orderBy… instructions are given is relevant!


endedAt

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


thereExistsEndedAt

ComparableTypePredicate<Date> thereExistsEndedAt()
Adds a condition for the feature endedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature endedAt satisfies the given condition.

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


forAllEndedAt

ComparableTypePredicate<Date> forAllEndedAt()
Adds a condition for the feature endedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature endedAt satisfies the given condition.

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


orderByEndedAt

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


isBillable

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


thereExistsIsBillable

BooleanTypePredicate thereExistsIsBillable()
Adds a condition for the feature isBillable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isBillable satisfies the given condition.

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


forAllIsBillable

BooleanTypePredicate forAllIsBillable()
Adds a condition for the feature isBillable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isBillable satisfies the given condition.

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


orderByIsBillable

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


isReimbursable

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


thereExistsIsReimbursable

BooleanTypePredicate thereExistsIsReimbursable()
Adds a condition for the feature isReimbursable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isReimbursable satisfies the given condition.

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


forAllIsReimbursable

BooleanTypePredicate forAllIsReimbursable()
Adds a condition for the feature isReimbursable to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature isReimbursable satisfies the given condition.

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


orderByIsReimbursable

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


name

StringTypePredicate name()

orderByName

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


paymentType

ComparableTypePredicate<Short> paymentType()

orderByPaymentType

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


quantity

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


thereExistsQuantity

ComparableTypePredicate<BigDecimal> thereExistsQuantity()
Adds a condition for the feature quantity to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantity satisfies the given condition.

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


forAllQuantity

ComparableTypePredicate<BigDecimal> forAllQuantity()
Adds a condition for the feature quantity to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantity satisfies the given condition.

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


orderByQuantity

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


quantityUom

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


thereExistsQuantityUom

UomQuery thereExistsQuantityUom()
Adds a condition for the feature quantityUom to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantityUom satisfies the given condition.

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


forAllQuantityUom

UomQuery forAllQuantityUom()
Adds a condition for the feature quantityUom to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature quantityUom satisfies the given condition.

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


rate

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


thereExistsRate

ComparableTypePredicate<BigDecimal> thereExistsRate()
Adds a condition for the feature rate to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature rate satisfies the given condition.

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


forAllRate

ComparableTypePredicate<BigDecimal> forAllRate()
Adds a condition for the feature rate to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature rate satisfies the given condition.

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


orderByRate

SimpleTypeOrder orderByRate()
Allows to adds a sort instruction for WorkAndExpenseRecord depending the feature rate 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 WorkAndExpenseRecord depending the feature recordType Note: The order in which orderBy… instructions are given is relevant!


resource

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


thereExistsResource

ResourceQuery thereExistsResource()
Adds a condition for the feature resource to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature resource satisfies the given condition.

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


forAllResource

ResourceQuery forAllResource()
Adds a condition for the feature resource to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature resource satisfies the given condition.

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


startedAt

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


thereExistsStartedAt

ComparableTypePredicate<Date> thereExistsStartedAt()
Adds a condition for the feature startedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature startedAt satisfies the given condition.

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


forAllStartedAt

ComparableTypePredicate<Date> forAllStartedAt()
Adds a condition for the feature startedAt to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature startedAt satisfies the given condition.

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


orderByStartedAt

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


thereExistsWorkCb

CompoundBookingQuery thereExistsWorkCb()
Adds a condition for the feature workCb to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature workCb satisfies the given condition.

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


forAllWorkCb

CompoundBookingQuery forAllWorkCb()
Adds a condition for the feature workCb to the predicate for WorkAndExpenseRecord, which evaluates to false unless the value of the feature workCb satisfies the given condition.

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



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