org.opencrx.kernel.depot1.cci2
Interface CreateReportParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateReportParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for CreateReportParams testing whether the value of the feature description is null or not.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for CreateReportParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> forAllReportPeriodFrom()
          Adds a condition for the feature reportPeriodFrom to the predicate for CreateReportParams, which evaluates to false unless the value of the feature reportPeriodFrom satisfies the given condition.
 ComparableTypePredicate<Date> forAllReportPeriodTo()
          Adds a condition for the feature reportPeriodTo to the predicate for CreateReportParams, which evaluates to false unless the value of the feature reportPeriodTo satisfies the given condition.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for CreateReportParams depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for CreateReportParams depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByReportPeriodFrom()
          Allows to adds a sort instruction for CreateReportParams depending the feature reportPeriodFrom Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByReportPeriodTo()
          Allows to adds a sort instruction for CreateReportParams depending the feature reportPeriodTo Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByReportType()
          Allows to adds a sort instruction for CreateReportParams depending the feature reportType Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate reportPeriodFrom()
          Adds a constraint to the predicate for CreateReportParams testing whether the value of the feature reportPeriodFrom is null or not.
 OptionalFeaturePredicate reportPeriodTo()
          Adds a constraint to the predicate for CreateReportParams testing whether the value of the feature reportPeriodTo is null or not.
 ComparableTypePredicate<Short> reportType()
           
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for CreateReportParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsReportPeriodFrom()
          Adds a condition for the feature reportPeriodFrom to the predicate for CreateReportParams, which evaluates to false unless the value of the feature reportPeriodFrom satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsReportPeriodTo()
          Adds a condition for the feature reportPeriodTo to the predicate for CreateReportParams, which evaluates to false unless the value of the feature reportPeriodTo satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


name

StringTypePredicate name()

orderByName

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


reportPeriodFrom

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


thereExistsReportPeriodFrom

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

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


forAllReportPeriodFrom

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

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


orderByReportPeriodFrom

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


reportPeriodTo

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


thereExistsReportPeriodTo

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

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


forAllReportPeriodTo

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

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


orderByReportPeriodTo

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


reportType

ComparableTypePredicate<Short> reportType()

orderByReportType

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



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