org.opencrx.kernel.uom1.cci2
Interface UomQuery

All Superinterfaces:
AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, DescriptionContainerQuery, ExporterQuery, ExtentCapableQuery, ImporterQuery, ModifiableQuery, SecureObjectQuery

public interface UomQuery
extends ExporterQuery, ImporterQuery, SecureObjectQuery, DescriptionContainerQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate baseUom()
          Adds a constraint to the predicate for Uom testing whether the value of the feature baseUom is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for Uom testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate detailedDescription()
          Adds a constraint to the predicate for Uom testing whether the value of the feature detailedDescription is null or not.
 UomQuery forAllBaseUom()
          Adds a condition for the feature baseUom to the predicate for Uom, which evaluates to false unless the value of the feature baseUom satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for Uom, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate forAllDetailedDescription()
          Adds a condition for the feature detailedDescription to the predicate for Uom, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.
 BooleanTypePredicate isScheduleBaseUom()
           
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for Uom depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDetailedDescription()
          Allows to adds a sort instruction for Uom depending the feature detailedDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIsScheduleBaseUom()
          Allows to adds a sort instruction for Uom depending the feature isScheduleBaseUom Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for Uom depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantity()
          Allows to adds a sort instruction for Uom depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<BigDecimal> quantity()
           
 UomQuery thereExistsBaseUom()
          Adds a condition for the feature baseUom to the predicate for Uom, which evaluates to false unless the value of the feature baseUom satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for Uom, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate thereExistsDetailedDescription()
          Adds a condition for the feature detailedDescription to the predicate for Uom, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.
 UomScheduleQuery uomSchedule()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
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.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
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

baseUom

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


thereExistsBaseUom

UomQuery thereExistsBaseUom()
Adds a condition for the feature baseUom to the predicate for Uom, which evaluates to false unless the value of the feature baseUom satisfies the given condition.

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


forAllBaseUom

UomQuery forAllBaseUom()
Adds a condition for the feature baseUom to the predicate for Uom, which evaluates to false unless the value of the feature baseUom satisfies the given condition.

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


description

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


detailedDescription

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


thereExistsDetailedDescription

StringTypePredicate thereExistsDetailedDescription()
Adds a condition for the feature detailedDescription to the predicate for Uom, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.

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


forAllDetailedDescription

StringTypePredicate forAllDetailedDescription()
Adds a condition for the feature detailedDescription to the predicate for Uom, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.

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


orderByDetailedDescription

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


isScheduleBaseUom

BooleanTypePredicate isScheduleBaseUom()

orderByIsScheduleBaseUom

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


name

StringTypePredicate name()

orderByName

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


quantity

ComparableTypePredicate<BigDecimal> quantity()

orderByQuantity

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


uomSchedule

UomScheduleQuery uomSchedule()


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