org.opencrx.kernel.depot1.cci2
Interface OpenDepotPositionParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface OpenDepotPositionParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for OpenDepotPositionParams testing whether the value of the feature description is null or not.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 ProductQuery forAllProduct()
          Adds a condition for the feature product to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature product satisfies the given condition.
 StringTypePredicate forAllQualifier()
          Adds a condition for the feature qualifier to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature qualifier satisfies the given condition.
 StringTypePredicate name()
           
 ComparableTypePredicate<Date> openingDate()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for OpenDepotPositionParams depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for OpenDepotPositionParams depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOpeningDate()
          Allows to adds a sort instruction for OpenDepotPositionParams depending the feature openingDate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQualifier()
          Allows to adds a sort instruction for OpenDepotPositionParams depending the feature qualifier Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate product()
          Adds a constraint to the predicate for OpenDepotPositionParams testing whether the value of the feature product is null or not.
 OptionalFeaturePredicate qualifier()
          Adds a constraint to the predicate for OpenDepotPositionParams testing whether the value of the feature qualifier is null or not.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 ProductQuery thereExistsProduct()
          Adds a condition for the feature product to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature product satisfies the given condition.
 StringTypePredicate thereExistsQualifier()
          Adds a condition for the feature qualifier to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature qualifier satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


name

StringTypePredicate name()

orderByName

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


openingDate

ComparableTypePredicate<Date> openingDate()

orderByOpeningDate

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


product

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


thereExistsProduct

ProductQuery thereExistsProduct()
Adds a condition for the feature product to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature product satisfies the given condition.

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


forAllProduct

ProductQuery forAllProduct()
Adds a condition for the feature product to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature product satisfies the given condition.

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


qualifier

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


thereExistsQualifier

StringTypePredicate thereExistsQualifier()
Adds a condition for the feature qualifier to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature qualifier satisfies the given condition.

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


forAllQualifier

StringTypePredicate forAllQualifier()
Adds a condition for the feature qualifier to the predicate for OpenDepotPositionParams, which evaluates to false unless the value of the feature qualifier satisfies the given condition.

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


orderByQualifier

SimpleTypeOrder orderByQualifier()
Allows to adds a sort instruction for OpenDepotPositionParams depending the feature qualifier 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.