org.opencrx.application.shop1.cci2
Interface ActivityFollowUpTQuery

All Superinterfaces:
AnyTypePredicate

public interface ActivityFollowUpTQuery
extends AnyTypePredicate


Method Summary
 MultivaluedFeaturePredicate category()
          Adds a constraint to the predicate for ActivityFollowUpT testing whether the feature category has values or not.
 OptionalFeaturePredicate createdAt()
          Adds a constraint to the predicate for ActivityFollowUpT testing whether the value of the feature createdAt is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for ActivityFollowUpT testing whether the value of the feature description is null or not.
 StringTypePredicate forAllCategory()
          Adds a condition for the feature category to the predicate for ActivityFollowUpT, which evaluates to false unless the values of the feature category satisfy the given condition.
 ComparableTypePredicate<Date> forAllCreatedAt()
          Adds a condition for the feature createdAt to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature createdAt satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> forAllModifiedAt()
          Adds a condition for the feature modifiedAt to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature modifiedAt satisfies the given condition.
 StringTypePredicate forAllReportingCustomerNumber()
          Adds a condition for the feature reportingCustomerNumber to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition.
 StringTypePredicate forAllTransitionName()
          Adds a condition for the feature transitionName to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature transitionName satisfies the given condition.
 OptionalFeaturePredicate modifiedAt()
          Adds a constraint to the predicate for ActivityFollowUpT testing whether the value of the feature modifiedAt is null or not.
 StringTypePredicate name()
           
 MultivaluedTypeOrder orderByCategory()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature category Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByCreatedAt()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature createdAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByModifiedAt()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature modifiedAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByReportingCustomerNumber()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature reportingCustomerNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTransitionName()
          Allows to adds a sort instruction for ActivityFollowUpT depending the feature transitionName Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate reportingCustomerNumber()
          Adds a constraint to the predicate for ActivityFollowUpT testing whether the value of the feature reportingCustomerNumber is null or not.
 StringTypePredicate thereExistsCategory()
          Adds a condition for the feature category to the predicate for ActivityFollowUpT, which evaluates to false unless the values of the feature category satisfy the given condition.
 ComparableTypePredicate<Date> thereExistsCreatedAt()
          Adds a condition for the feature createdAt to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature createdAt satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsModifiedAt()
          Adds a condition for the feature modifiedAt to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature modifiedAt satisfies the given condition.
 StringTypePredicate thereExistsReportingCustomerNumber()
          Adds a condition for the feature reportingCustomerNumber to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition.
 StringTypePredicate thereExistsTransitionName()
          Adds a condition for the feature transitionName to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature transitionName satisfies the given condition.
 OptionalFeaturePredicate transitionName()
          Adds a constraint to the predicate for ActivityFollowUpT testing whether the value of the feature transitionName is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

category

MultivaluedFeaturePredicate category()
Adds a constraint to the predicate for ActivityFollowUpT testing whether the feature category has values or not.


thereExistsCategory

StringTypePredicate thereExistsCategory()
Adds a condition for the feature category to the predicate for ActivityFollowUpT, which evaluates to false unless the values of the feature category satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllCategory

StringTypePredicate forAllCategory()
Adds a condition for the feature category to the predicate for ActivityFollowUpT, which evaluates to false unless the values of the feature category satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByCategory

MultivaluedTypeOrder orderByCategory()
Allows to adds a sort instruction for ActivityFollowUpT depending the feature category Note: The order in which orderBy… instructions are given is relevant!


createdAt

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


thereExistsCreatedAt

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

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


forAllCreatedAt

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

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


orderByCreatedAt

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


description

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


modifiedAt

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


thereExistsModifiedAt

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

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


forAllModifiedAt

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

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


orderByModifiedAt

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


name

StringTypePredicate name()

orderByName

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


reportingCustomerNumber

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


thereExistsReportingCustomerNumber

StringTypePredicate thereExistsReportingCustomerNumber()
Adds a condition for the feature reportingCustomerNumber to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition.

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


forAllReportingCustomerNumber

StringTypePredicate forAllReportingCustomerNumber()
Adds a condition for the feature reportingCustomerNumber to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition.

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


orderByReportingCustomerNumber

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


transitionName

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


thereExistsTransitionName

StringTypePredicate thereExistsTransitionName()
Adds a condition for the feature transitionName to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature transitionName satisfies the given condition.

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


forAllTransitionName

StringTypePredicate forAllTransitionName()
Adds a condition for the feature transitionName to the predicate for ActivityFollowUpT, which evaluates to false unless the value of the feature transitionName satisfies the given condition.

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


orderByTransitionName

SimpleTypeOrder orderByTransitionName()
Allows to adds a sort instruction for ActivityFollowUpT depending the feature transitionName 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.