org.opencrx.kernel.home1.cci2
Interface CalendarFeedQuery

All Superinterfaces:
AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery
All Known Subinterfaces:
ActivityFilterCalendarFeedQuery, ActivityGroupCalendarFeedQuery, IcalFeedQuery

public interface CalendarFeedQuery
extends SecureObjectQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate backColor()
          Adds a constraint to the predicate for CalendarFeed testing whether the value of the feature backColor is null or not.
 OptionalFeaturePredicate color()
          Adds a constraint to the predicate for CalendarFeed testing whether the value of the feature color is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for CalendarFeed testing whether the value of the feature description is null or not.
 StringTypePredicate forAllBackColor()
          Adds a condition for the feature backColor to the predicate for CalendarFeed, which evaluates to false unless the value of the feature backColor satisfies the given condition.
 StringTypePredicate forAllColor()
          Adds a condition for the feature color to the predicate for CalendarFeed, which evaluates to false unless the value of the feature color satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for CalendarFeed, which evaluates to false unless the value of the feature description satisfies the given condition.
 BooleanTypePredicate forAllIsActive()
          Adds a condition for the feature isActive to the predicate for CalendarFeed, which evaluates to false unless the value of the feature isActive satisfies the given condition.
 OptionalFeaturePredicate isActive()
          Adds a constraint to the predicate for CalendarFeed testing whether the value of the feature isActive is null or not.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByBackColor()
          Allows to adds a sort instruction for CalendarFeed depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByColor()
          Allows to adds a sort instruction for CalendarFeed depending the feature color Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for CalendarFeed depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIsActive()
          Allows to adds a sort instruction for CalendarFeed depending the feature isActive Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for CalendarFeed depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsBackColor()
          Adds a condition for the feature backColor to the predicate for CalendarFeed, which evaluates to false unless the value of the feature backColor satisfies the given condition.
 StringTypePredicate thereExistsColor()
          Adds a condition for the feature color to the predicate for CalendarFeed, which evaluates to false unless the value of the feature color satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for CalendarFeed, which evaluates to false unless the value of the feature description satisfies the given condition.
 BooleanTypePredicate thereExistsIsActive()
          Adds a condition for the feature isActive to the predicate for CalendarFeed, which evaluates to false unless the value of the feature isActive satisfies the given condition.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

backColor

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


thereExistsBackColor

StringTypePredicate thereExistsBackColor()
Adds a condition for the feature backColor to the predicate for CalendarFeed, which evaluates to false unless the value of the feature backColor satisfies the given condition.

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


forAllBackColor

StringTypePredicate forAllBackColor()
Adds a condition for the feature backColor to the predicate for CalendarFeed, which evaluates to false unless the value of the feature backColor satisfies the given condition.

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


orderByBackColor

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


color

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


thereExistsColor

StringTypePredicate thereExistsColor()
Adds a condition for the feature color to the predicate for CalendarFeed, which evaluates to false unless the value of the feature color satisfies the given condition.

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


forAllColor

StringTypePredicate forAllColor()
Adds a condition for the feature color to the predicate for CalendarFeed, which evaluates to false unless the value of the feature color satisfies the given condition.

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


orderByColor

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


description

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


isActive

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


thereExistsIsActive

BooleanTypePredicate thereExistsIsActive()
Adds a condition for the feature isActive to the predicate for CalendarFeed, which evaluates to false unless the value of the feature isActive satisfies the given condition.

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


forAllIsActive

BooleanTypePredicate forAllIsActive()
Adds a condition for the feature isActive to the predicate for CalendarFeed, which evaluates to false unless the value of the feature isActive satisfies the given condition.

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


orderByIsActive

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


name

StringTypePredicate name()

orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for CalendarFeed depending the feature name 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.