org.opencrx.kernel.activity1.cci2
Interface WorkingDayQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
CalendarDayQuery, WeekDayQuery

public interface WorkingDayQuery
extends AnyTypePredicate


Method Summary
 BooleanTypePredicate forAllIsWorkingDay()
          Adds a condition for the feature isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition.
 ComparableTypePredicate<Short> forAllWorkDurationHours()
          Adds a condition for the feature workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition.
 ComparableTypePredicate<Short> forAllWorkDurationMinutes()
          Adds a condition for the feature workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition.
 OptionalFeaturePredicate isWorkingDay()
          Adds a constraint to the predicate for WorkingDay testing whether the value of the feature isWorkingDay is null or not.
 SimpleTypeOrder orderByIsWorkingDay()
          Allows to adds a sort instruction for WorkingDay depending the feature isWorkingDay Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByWorkDurationHours()
          Allows to adds a sort instruction for WorkingDay depending the feature workDurationHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByWorkDurationMinutes()
          Allows to adds a sort instruction for WorkingDay depending the feature workDurationMinutes Note: The order in which orderBy… instructions are given is relevant!
 BooleanTypePredicate thereExistsIsWorkingDay()
          Adds a condition for the feature isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsWorkDurationHours()
          Adds a condition for the feature workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsWorkDurationMinutes()
          Adds a condition for the feature workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition.
 OptionalFeaturePredicate workDurationHours()
          Adds a constraint to the predicate for WorkingDay testing whether the value of the feature workDurationHours is null or not.
 OptionalFeaturePredicate workDurationMinutes()
          Adds a constraint to the predicate for WorkingDay testing whether the value of the feature workDurationMinutes is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

isWorkingDay

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


thereExistsIsWorkingDay

BooleanTypePredicate thereExistsIsWorkingDay()
Adds a condition for the feature isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition.

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


forAllIsWorkingDay

BooleanTypePredicate forAllIsWorkingDay()
Adds a condition for the feature isWorkingDay to the predicate for WorkingDay, which evaluates to false unless the value of the feature isWorkingDay satisfies the given condition.

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


orderByIsWorkingDay

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


workDurationHours

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


thereExistsWorkDurationHours

ComparableTypePredicate<Short> thereExistsWorkDurationHours()
Adds a condition for the feature workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition.

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


forAllWorkDurationHours

ComparableTypePredicate<Short> forAllWorkDurationHours()
Adds a condition for the feature workDurationHours to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationHours satisfies the given condition.

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


orderByWorkDurationHours

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


workDurationMinutes

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


thereExistsWorkDurationMinutes

ComparableTypePredicate<Short> thereExistsWorkDurationMinutes()
Adds a condition for the feature workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition.

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


forAllWorkDurationMinutes

ComparableTypePredicate<Short> forAllWorkDurationMinutes()
Adds a condition for the feature workDurationMinutes to the predicate for WorkingDay, which evaluates to false unless the value of the feature workDurationMinutes satisfies the given condition.

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


orderByWorkDurationMinutes

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



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