org.opencrx.application.shop1.cci2
Interface CreateActivityParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateActivityParamsQuery
extends AnyTypePredicate


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

activityCreatorName

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


thereExistsActivityCreatorName

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.

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


forAllActivityCreatorName

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.

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


orderByActivityCreatorName

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!


description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for CreateActivityParams 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 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


forAllDescription

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.

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 CreateActivityParams depending the feature description Note: The order in which orderBy… instructions are given is relevant!


detailedDescription

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


thereExistsDetailedDescription

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.

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


forAllDetailedDescription

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.

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


orderByDetailedDescription

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!


dueBy

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


thereExistsDueBy

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.

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


forAllDueBy

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.

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


orderByDueBy

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!


name

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


thereExistsName

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.

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


forAllName

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.

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


orderByName

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!


priority

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


thereExistsPriority

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.

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


forAllPriority

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.

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


orderByPriority

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!


reportingCustomerNumber

OptionalFeaturePredicate reportingCustomerNumber()
Adds a constraint to the predicate for CreateActivityParams 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 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


forAllReportingCustomerNumber

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.

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 CreateActivityParams depending the feature reportingCustomerNumber Note: The order in which orderBy… instructions are given is relevant!


scheduledEnd

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


thereExistsScheduledEnd

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.

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


forAllScheduledEnd

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.

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


orderByScheduledEnd

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!


scheduledStart

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


thereExistsScheduledStart

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.

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


forAllScheduledStart

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.

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


orderByScheduledStart

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!



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