org.opencrx.application.shop1.cci2
Interface GetActivitiesByQueryParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetActivitiesByQueryParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate customerNumber()
          Adds a constraint to the predicate for GetActivitiesByQueryParams testing whether the value of the feature customerNumber is null or not.
 StringTypePredicate forAllCustomerNumber()
          Adds a condition for the feature customerNumber to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
 ComparableTypePredicate<Integer> forAllPercentCompleteThreshold()
          Adds a condition for the feature percentCompleteThreshold to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature percentCompleteThreshold satisfies the given condition.
 SimpleTypeOrder orderByCustomerNumber()
          Allows to adds a sort instruction for GetActivitiesByQueryParams depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPercentCompleteThreshold()
          Allows to adds a sort instruction for GetActivitiesByQueryParams depending the feature percentCompleteThreshold Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate percentCompleteThreshold()
          Adds a constraint to the predicate for GetActivitiesByQueryParams testing whether the value of the feature percentCompleteThreshold is null or not.
 StringTypePredicate thereExistsCustomerNumber()
          Adds a condition for the feature customerNumber to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsPercentCompleteThreshold()
          Adds a condition for the feature percentCompleteThreshold to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature percentCompleteThreshold satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

customerNumber

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


thereExistsCustomerNumber

StringTypePredicate thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.

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


forAllCustomerNumber

StringTypePredicate forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.

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


orderByCustomerNumber

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


percentCompleteThreshold

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


thereExistsPercentCompleteThreshold

ComparableTypePredicate<Integer> thereExistsPercentCompleteThreshold()
Adds a condition for the feature percentCompleteThreshold to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature percentCompleteThreshold satisfies the given condition.

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


forAllPercentCompleteThreshold

ComparableTypePredicate<Integer> forAllPercentCompleteThreshold()
Adds a condition for the feature percentCompleteThreshold to the predicate for GetActivitiesByQueryParams, which evaluates to false unless the value of the feature percentCompleteThreshold satisfies the given condition.

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


orderByPercentCompleteThreshold

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



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