org.opencrx.application.shop1.cci2
Interface GetActivityParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetActivityParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate activityNumber()
          Adds a constraint to the predicate for GetActivityParams testing whether the value of the feature activityNumber is null or not.
 StringTypePredicate forAllActivityNumber()
          Adds a condition for the feature activityNumber to the predicate for GetActivityParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition.
 SimpleTypeOrder orderByActivityNumber()
          Allows to adds a sort instruction for GetActivityParams depending the feature activityNumber Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsActivityNumber()
          Adds a condition for the feature activityNumber to the predicate for GetActivityParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

activityNumber

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


thereExistsActivityNumber

StringTypePredicate thereExistsActivityNumber()
Adds a condition for the feature activityNumber to the predicate for GetActivityParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition.

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


forAllActivityNumber

StringTypePredicate forAllActivityNumber()
Adds a condition for the feature activityNumber to the predicate for GetActivityParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition.

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


orderByActivityNumber

SimpleTypeOrder orderByActivityNumber()
Allows to adds a sort instruction for GetActivityParams depending the feature activityNumber 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.