|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreateActivityParamsQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
activityCreatorName()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature activityCreatorName is null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature description is null or not. |
OptionalFeaturePredicate |
detailedDescription()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature detailedDescription is null or not. |
OptionalFeaturePredicate |
dueBy()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature dueBy is null or not. |
StringTypePredicate |
forAllActivityCreatorName()
Adds a condition for the feature activityCreatorName to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature activityCreatorName satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
forAllDetailedDescription()
Adds a condition for the feature detailedDescription to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllDueBy()
Adds a condition for the feature dueBy to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition. |
StringTypePredicate |
forAllName()
Adds a condition for the feature name to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature name satisfies the given condition. |
ComparableTypePredicate<Integer> |
forAllPriority()
Adds a condition for the feature priority to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature priority satisfies the given condition. |
StringTypePredicate |
forAllReportingCustomerNumber()
Adds a condition for the feature reportingCustomerNumber to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllScheduledEnd()
Adds a condition for the feature scheduledEnd to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllScheduledStart()
Adds a condition for the feature scheduledStart to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition. |
OptionalFeaturePredicate |
name()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature name is null or not. |
SimpleTypeOrder |
orderByActivityCreatorName()
Allows to adds a sort instruction for CreateActivityParams depending the feature activityCreatorName
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for CreateActivityParams depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDetailedDescription()
Allows to adds a sort instruction for CreateActivityParams depending the feature detailedDescription
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDueBy()
Allows to adds a sort instruction for CreateActivityParams depending the feature dueBy
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for CreateActivityParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPriority()
Allows to adds a sort instruction for CreateActivityParams depending the feature priority
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByReportingCustomerNumber()
Allows to adds a sort instruction for CreateActivityParams depending the feature reportingCustomerNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByScheduledEnd()
Allows to adds a sort instruction for CreateActivityParams depending the feature scheduledEnd
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByScheduledStart()
Allows to adds a sort instruction for CreateActivityParams depending the feature scheduledStart
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
priority()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature priority is null or not. |
OptionalFeaturePredicate |
reportingCustomerNumber()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature reportingCustomerNumber is null or not. |
OptionalFeaturePredicate |
scheduledEnd()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature scheduledEnd is null or not. |
OptionalFeaturePredicate |
scheduledStart()
Adds a constraint to the predicate for CreateActivityParams testing whether the value of the feature scheduledStart is null or not. |
StringTypePredicate |
thereExistsActivityCreatorName()
Adds a condition for the feature activityCreatorName to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature activityCreatorName satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
thereExistsDetailedDescription()
Adds a condition for the feature detailedDescription to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsDueBy()
Adds a condition for the feature dueBy to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition. |
StringTypePredicate |
thereExistsName()
Adds a condition for the feature name to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature name satisfies the given condition. |
ComparableTypePredicate<Integer> |
thereExistsPriority()
Adds a condition for the feature priority to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature priority satisfies the given condition. |
StringTypePredicate |
thereExistsReportingCustomerNumber()
Adds a condition for the feature reportingCustomerNumber to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsScheduledEnd()
Adds a condition for the feature scheduledEnd to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsScheduledStart()
Adds a condition for the feature scheduledStart to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate activityCreatorName()
CreateActivityParams testing whether the value of the feature activityCreatorName is null or not.
StringTypePredicate thereExistsActivityCreatorName()
activityCreatorName to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature activityCreatorName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllActivityCreatorName()
activityCreatorName to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature activityCreatorName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByActivityCreatorName()
CreateActivityParams depending the feature activityCreatorName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate description()
CreateActivityParams testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for CreateActivityParams, 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 CreateActivityParams, 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()
CreateActivityParams depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate detailedDescription()
CreateActivityParams testing whether the value of the feature detailedDescription is null or not.
StringTypePredicate thereExistsDetailedDescription()
detailedDescription to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDetailedDescription()
detailedDescription to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDetailedDescription()
CreateActivityParams depending the feature detailedDescription
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate dueBy()
CreateActivityParams testing whether the value of the feature dueBy is null or not.
ComparableTypePredicate<Date> thereExistsDueBy()
dueBy to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllDueBy()
dueBy to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDueBy()
CreateActivityParams depending the feature dueBy
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate name()
CreateActivityParams testing whether the value of the feature name is null or not.
StringTypePredicate thereExistsName()
name to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature name satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllName()
name to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature name satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByName()
CreateActivityParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate priority()
CreateActivityParams testing whether the value of the feature priority is null or not.
ComparableTypePredicate<Integer> thereExistsPriority()
priority to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature priority satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllPriority()
priority to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature priority satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByPriority()
CreateActivityParams depending the feature priority
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate reportingCustomerNumber()
CreateActivityParams testing whether the value of the feature reportingCustomerNumber is null or not.
StringTypePredicate thereExistsReportingCustomerNumber()
reportingCustomerNumber to the predicate for CreateActivityParams, 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 CreateActivityParams, 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()
CreateActivityParams depending the feature reportingCustomerNumber
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate scheduledEnd()
CreateActivityParams testing whether the value of the feature scheduledEnd is null or not.
ComparableTypePredicate<Date> thereExistsScheduledEnd()
scheduledEnd to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllScheduledEnd()
scheduledEnd to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByScheduledEnd()
CreateActivityParams depending the feature scheduledEnd
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate scheduledStart()
CreateActivityParams testing whether the value of the feature scheduledStart is null or not.
ComparableTypePredicate<Date> thereExistsScheduledStart()
scheduledStart to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllScheduledStart()
scheduledStart to the predicate for CreateActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByScheduledStart()
CreateActivityParams depending the feature scheduledStart
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 | |||||||||