|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityFollowUpTQuery
| 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 |
|---|
MultivaluedFeaturePredicate category()
ActivityFollowUpT testing whether the feature category has values or not.
StringTypePredicate thereExistsCategory()
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
StringTypePredicate forAllCategory()
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
MultivaluedTypeOrder orderByCategory()
ActivityFollowUpT depending the feature category
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate createdAt()
ActivityFollowUpT testing whether the value of the feature createdAt is null or not.
ComparableTypePredicate<Date> thereExistsCreatedAt()
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
ComparableTypePredicate<Date> forAllCreatedAt()
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
SimpleTypeOrder orderByCreatedAt()
ActivityFollowUpT depending the feature createdAt
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate description()
ActivityFollowUpT testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
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
StringTypePredicate forAllDescription()
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
SimpleTypeOrder orderByDescription()
ActivityFollowUpT depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate modifiedAt()
ActivityFollowUpT testing whether the value of the feature modifiedAt is null or not.
ComparableTypePredicate<Date> thereExistsModifiedAt()
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
ComparableTypePredicate<Date> forAllModifiedAt()
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
SimpleTypeOrder orderByModifiedAt()
ActivityFollowUpT depending the feature modifiedAt
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
ActivityFollowUpT depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate reportingCustomerNumber()
ActivityFollowUpT testing whether the value of the feature reportingCustomerNumber is null or not.
StringTypePredicate thereExistsReportingCustomerNumber()
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
StringTypePredicate forAllReportingCustomerNumber()
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
SimpleTypeOrder orderByReportingCustomerNumber()
ActivityFollowUpT depending the feature reportingCustomerNumber
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate transitionName()
ActivityFollowUpT testing whether the value of the feature transitionName is null or not.
StringTypePredicate thereExistsTransitionName()
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
StringTypePredicate forAllTransitionName()
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
SimpleTypeOrder orderByTransitionName()
ActivityFollowUpT depending the feature transitionName
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||