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 constraint for the feature description to the predicate.
 ComparableTypePredicate<Date> forAllReportPeriodFrom()
          Adds a constraint for the feature reportPeriodFrom to the predicate.
 ComparableTypePredicate<Date> forAllReportPeriodTo()
          Adds a constraint for the feature reportPeriodTo to the predicate.
 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 constraint for the feature description to the predicate.
 ComparableTypePredicate<Date> thereExistsReportPeriodFrom()
          Adds a constraint for the feature reportPeriodFrom to the predicate.
 ComparableTypePredicate<Date> thereExistsReportPeriodTo()
          Adds a constraint for the feature reportPeriodTo to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, 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 constraint for the feature description to the predicate. The predicate for CreateReportParams evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDescription

StringTypePredicate forAllDescription()
Adds a constraint for the feature description to the predicate. The predicate for CreateReportParams evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature reportPeriodFrom to the predicate. The predicate for CreateReportParams evaluates true if its value of feature reportPeriodFrom satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllReportPeriodFrom

ComparableTypePredicate<Date> forAllReportPeriodFrom()
Adds a constraint for the feature reportPeriodFrom to the predicate. The predicate for CreateReportParams evaluates true if its value of feature reportPeriodFrom satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature reportPeriodTo to the predicate. The predicate for CreateReportParams evaluates true if its value of feature reportPeriodTo satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllReportPeriodTo

ComparableTypePredicate<Date> forAllReportPeriodTo()
Adds a constraint for the feature reportPeriodTo to the predicate. The predicate for CreateReportParams evaluates true if its value of feature reportPeriodTo satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.