|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompetitorQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
account()
Adds a constraint to the predicate for Competitor testing whether the feature account has values or not. |
ComparableTypePredicate<Short> |
competitorState()
|
MultivaluedFeaturePredicate |
contact()
Adds a constraint to the predicate for Competitor testing whether the feature contact has values or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Competitor testing whether the value of the feature description is null or not. |
AccountQuery |
forAllAccount()
Adds a condition for the feature account to the predicate for Competitor, which evaluates to false unless the value of the feature account satisfies the given condition. |
ContactQuery |
forAllContact()
Adds a condition for the feature contact to the predicate for Competitor, which evaluates to false unless the value of the feature contact satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for Competitor, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
forAllKeyProduct()
Adds a condition for the feature keyProduct to the predicate for Competitor, which evaluates to false unless the value of the feature keyProduct satisfies the given condition. |
StringTypePredicate |
forAllOpportunities()
Adds a condition for the feature opportunities to the predicate for Competitor, which evaluates to false unless the value of the feature opportunities satisfies the given condition. |
StringTypePredicate |
forAllStrengths()
Adds a condition for the feature strengths to the predicate for Competitor, which evaluates to false unless the value of the feature strengths satisfies the given condition. |
StringTypePredicate |
forAllThreats()
Adds a condition for the feature threats to the predicate for Competitor, which evaluates to false unless the value of the feature threats satisfies the given condition. |
StringTypePredicate |
forAllWeaknesses()
Adds a condition for the feature weaknesses to the predicate for Competitor, which evaluates to false unless the value of the feature weaknesses satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllWinPercentage()
Adds a condition for the feature winPercentage to the predicate for Competitor, which evaluates to false unless the value of the feature winPercentage satisfies the given condition. |
OptionalFeaturePredicate |
keyProduct()
Adds a constraint to the predicate for Competitor testing whether the value of the feature keyProduct is null or not. |
StringTypePredicate |
name()
|
OptionalFeaturePredicate |
opportunities()
Adds a constraint to the predicate for Competitor testing whether the value of the feature opportunities is null or not. |
SimpleTypeOrder |
orderByCompetitorState()
Allows to adds a sort instruction for Competitor depending the feature competitorState
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Competitor depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByKeyProduct()
Allows to adds a sort instruction for Competitor depending the feature keyProduct
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for Competitor depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByOpportunities()
Allows to adds a sort instruction for Competitor depending the feature opportunities
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByStrengths()
Allows to adds a sort instruction for Competitor depending the feature strengths
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByThreats()
Allows to adds a sort instruction for Competitor depending the feature threats
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByWeaknesses()
Allows to adds a sort instruction for Competitor depending the feature weaknesses
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByWinPercentage()
Allows to adds a sort instruction for Competitor depending the feature winPercentage
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
strengths()
Adds a constraint to the predicate for Competitor testing whether the value of the feature strengths is null or not. |
AccountQuery |
thereExistsAccount()
Adds a condition for the feature account to the predicate for Competitor, which evaluates to false unless the value of the feature account satisfies the given condition. |
ContactQuery |
thereExistsContact()
Adds a condition for the feature contact to the predicate for Competitor, which evaluates to false unless the value of the feature contact satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for Competitor, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
thereExistsKeyProduct()
Adds a condition for the feature keyProduct to the predicate for Competitor, which evaluates to false unless the value of the feature keyProduct satisfies the given condition. |
StringTypePredicate |
thereExistsOpportunities()
Adds a condition for the feature opportunities to the predicate for Competitor, which evaluates to false unless the value of the feature opportunities satisfies the given condition. |
StringTypePredicate |
thereExistsStrengths()
Adds a condition for the feature strengths to the predicate for Competitor, which evaluates to false unless the value of the feature strengths satisfies the given condition. |
StringTypePredicate |
thereExistsThreats()
Adds a condition for the feature threats to the predicate for Competitor, which evaluates to false unless the value of the feature threats satisfies the given condition. |
StringTypePredicate |
thereExistsWeaknesses()
Adds a condition for the feature weaknesses to the predicate for Competitor, which evaluates to false unless the value of the feature weaknesses satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsWinPercentage()
Adds a condition for the feature winPercentage to the predicate for Competitor, which evaluates to false unless the value of the feature winPercentage satisfies the given condition. |
OptionalFeaturePredicate |
threats()
Adds a constraint to the predicate for Competitor testing whether the value of the feature threats is null or not. |
OptionalFeaturePredicate |
weaknesses()
Adds a constraint to the predicate for Competitor testing whether the value of the feature weaknesses is null or not. |
OptionalFeaturePredicate |
winPercentage()
Adds a constraint to the predicate for Competitor testing whether the value of the feature winPercentage is null or not. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
|---|
audit, forAllAudit, thereExistsAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
|---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
| 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 |
|---|
MultivaluedFeaturePredicate account()
Competitor testing whether the feature account has values or not.
AccountQuery thereExistsAccount()
account to the predicate for Competitor, which evaluates to false unless the value of the feature account satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllAccount()
account to the predicate for Competitor, which evaluates to false unless the value of the feature account satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
ComparableTypePredicate<Short> competitorState()
SimpleTypeOrder orderByCompetitorState()
Competitor depending the feature competitorState
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate contact()
Competitor testing whether the feature contact has values or not.
ContactQuery thereExistsContact()
contact to the predicate for Competitor, which evaluates to false unless the value of the feature contact satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContactQuery forAllContact()
contact to the predicate for Competitor, which evaluates to false unless the value of the feature contact satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate description()
Competitor testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for Competitor, 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
StringTypePredicate forAllDescription()
description to the predicate for Competitor, 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
SimpleTypeOrder orderByDescription()
Competitor depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate keyProduct()
Competitor testing whether the value of the feature keyProduct is null or not.
StringTypePredicate thereExistsKeyProduct()
keyProduct to the predicate for Competitor, which evaluates to false unless the value of the feature keyProduct satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllKeyProduct()
keyProduct to the predicate for Competitor, which evaluates to false unless the value of the feature keyProduct satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByKeyProduct()
Competitor depending the feature keyProduct
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
Competitor depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate opportunities()
Competitor testing whether the value of the feature opportunities is null or not.
StringTypePredicate thereExistsOpportunities()
opportunities to the predicate for Competitor, which evaluates to false unless the value of the feature opportunities satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllOpportunities()
opportunities to the predicate for Competitor, which evaluates to false unless the value of the feature opportunities satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByOpportunities()
Competitor depending the feature opportunities
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate strengths()
Competitor testing whether the value of the feature strengths is null or not.
StringTypePredicate thereExistsStrengths()
strengths to the predicate for Competitor, which evaluates to false unless the value of the feature strengths satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllStrengths()
strengths to the predicate for Competitor, which evaluates to false unless the value of the feature strengths satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByStrengths()
Competitor depending the feature strengths
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate threats()
Competitor testing whether the value of the feature threats is null or not.
StringTypePredicate thereExistsThreats()
threats to the predicate for Competitor, which evaluates to false unless the value of the feature threats satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllThreats()
threats to the predicate for Competitor, which evaluates to false unless the value of the feature threats satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByThreats()
Competitor depending the feature threats
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate weaknesses()
Competitor testing whether the value of the feature weaknesses is null or not.
StringTypePredicate thereExistsWeaknesses()
weaknesses to the predicate for Competitor, which evaluates to false unless the value of the feature weaknesses satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllWeaknesses()
weaknesses to the predicate for Competitor, which evaluates to false unless the value of the feature weaknesses satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByWeaknesses()
Competitor depending the feature weaknesses
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate winPercentage()
Competitor testing whether the value of the feature winPercentage is null or not.
ComparableTypePredicate<BigDecimal> thereExistsWinPercentage()
winPercentage to the predicate for Competitor, which evaluates to false unless the value of the feature winPercentage satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllWinPercentage()
winPercentage to the predicate for Competitor, which evaluates to false unless the value of the feature winPercentage satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByWinPercentage()
Competitor depending the feature winPercentage
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 | |||||||||