org.opencrx.kernel.home1.cci2
Interface IcalFeedQuery

All Superinterfaces:
AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, CalendarFeedQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

public interface IcalFeedQuery
extends CalendarFeedQuery


Method Summary
 StringTypePredicate forAllPassword()
          Adds a condition for the feature password to the predicate for IcalFeed, which evaluates to false unless the value of the feature password satisfies the given condition.
 StringTypePredicate forAllUrl()
          Adds a condition for the feature url to the predicate for IcalFeed, which evaluates to false unless the value of the feature url satisfies the given condition.
 StringTypePredicate forAllUsername()
          Adds a condition for the feature username to the predicate for IcalFeed, which evaluates to false unless the value of the feature username satisfies the given condition.
 SimpleTypeOrder orderByPassword()
          Allows to adds a sort instruction for IcalFeed depending the feature password Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUrl()
          Allows to adds a sort instruction for IcalFeed depending the feature url Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUsername()
          Allows to adds a sort instruction for IcalFeed depending the feature username Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate password()
          Adds a constraint to the predicate for IcalFeed testing whether the value of the feature password is null or not.
 StringTypePredicate thereExistsPassword()
          Adds a condition for the feature password to the predicate for IcalFeed, which evaluates to false unless the value of the feature password satisfies the given condition.
 StringTypePredicate thereExistsUrl()
          Adds a condition for the feature url to the predicate for IcalFeed, which evaluates to false unless the value of the feature url satisfies the given condition.
 StringTypePredicate thereExistsUsername()
          Adds a condition for the feature username to the predicate for IcalFeed, which evaluates to false unless the value of the feature username satisfies the given condition.
 OptionalFeaturePredicate url()
          Adds a constraint to the predicate for IcalFeed testing whether the value of the feature url is null or not.
 OptionalFeaturePredicate username()
          Adds a constraint to the predicate for IcalFeed testing whether the value of the feature username is null or not.
 
Methods inherited from interface org.opencrx.kernel.home1.cci2.CalendarFeedQuery
backColor, color, description, forAllBackColor, forAllColor, forAllDescription, forAllIsActive, isActive, name, orderByBackColor, orderByColor, orderByDescription, orderByIsActive, orderByName, thereExistsBackColor, thereExistsColor, thereExistsDescription, thereExistsIsActive
 
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

password

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


thereExistsPassword

StringTypePredicate thereExistsPassword()
Adds a condition for the feature password to the predicate for IcalFeed, which evaluates to false unless the value of the feature password satisfies the given condition.

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


forAllPassword

StringTypePredicate forAllPassword()
Adds a condition for the feature password to the predicate for IcalFeed, which evaluates to false unless the value of the feature password satisfies the given condition.

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


orderByPassword

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


url

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


thereExistsUrl

StringTypePredicate thereExistsUrl()
Adds a condition for the feature url to the predicate for IcalFeed, which evaluates to false unless the value of the feature url satisfies the given condition.

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


forAllUrl

StringTypePredicate forAllUrl()
Adds a condition for the feature url to the predicate for IcalFeed, which evaluates to false unless the value of the feature url satisfies the given condition.

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


orderByUrl

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


username

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


thereExistsUsername

StringTypePredicate thereExistsUsername()
Adds a condition for the feature username to the predicate for IcalFeed, which evaluates to false unless the value of the feature username satisfies the given condition.

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


forAllUsername

StringTypePredicate forAllUsername()
Adds a condition for the feature username to the predicate for IcalFeed, which evaluates to false unless the value of the feature username satisfies the given condition.

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


orderByUsername

SimpleTypeOrder orderByUsername()
Allows to adds a sort instruction for IcalFeed depending the feature username 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.