|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IcalFeedQuery
| 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 |
|---|
OptionalFeaturePredicate password()
IcalFeed testing whether the value of the feature password is null or not.
StringTypePredicate thereExistsPassword()
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
StringTypePredicate forAllPassword()
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
SimpleTypeOrder orderByPassword()
IcalFeed depending the feature password
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate url()
IcalFeed testing whether the value of the feature url is null or not.
StringTypePredicate thereExistsUrl()
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
StringTypePredicate forAllUrl()
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
SimpleTypeOrder orderByUrl()
IcalFeed depending the feature url
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate username()
IcalFeed testing whether the value of the feature username is null or not.
StringTypePredicate thereExistsUsername()
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
StringTypePredicate forAllUsername()
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
SimpleTypeOrder orderByUsername()
IcalFeed depending the feature username
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||