|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpportunityQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
closeProbability()
Adds a constraint to the predicate for Opportunity testing whether the value of the feature closeProbability is null or not. |
OptionalFeaturePredicate |
estimatedCloseDate()
Adds a constraint to the predicate for Opportunity testing whether the value of the feature estimatedCloseDate is null or not. |
OptionalFeaturePredicate |
estimatedValue()
Adds a constraint to the predicate for Opportunity testing whether the value of the feature estimatedValue is null or not. |
ComparableTypePredicate<Short> |
forAllCloseProbability()
Adds a condition for the feature closeProbability to the predicate for Opportunity, which evaluates to false unless the value of the feature closeProbability satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllEstimatedCloseDate()
Adds a condition for the feature estimatedCloseDate to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedCloseDate satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllEstimatedValue()
Adds a condition for the feature estimatedValue to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedValue satisfies the given condition. |
StringTypePredicate |
forAllNextStep()
Adds a condition for the feature nextStep to the predicate for Opportunity, which evaluates to false unless the value of the feature nextStep satisfies the given condition. |
QuoteQuery |
forAllQuote()
Adds a condition for the feature quote to the predicate for Opportunity, which evaluates to false unless the value of the feature quote satisfies the given condition. |
OptionalFeaturePredicate |
nextStep()
Adds a constraint to the predicate for Opportunity testing whether the value of the feature nextStep is null or not. |
ComparableTypePredicate<Short> |
opportunityRating()
|
ComparableTypePredicate<Short> |
opportunitySource()
|
SimpleTypeOrder |
orderByCloseProbability()
Allows to adds a sort instruction for Opportunity depending the feature closeProbability
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimatedCloseDate()
Allows to adds a sort instruction for Opportunity depending the feature estimatedCloseDate
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimatedValue()
Allows to adds a sort instruction for Opportunity depending the feature estimatedValue
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByNextStep()
Allows to adds a sort instruction for Opportunity depending the feature nextStep
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByOpportunityRating()
Allows to adds a sort instruction for Opportunity depending the feature opportunityRating
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByOpportunitySource()
Allows to adds a sort instruction for Opportunity depending the feature opportunitySource
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedFeaturePredicate |
quote()
Adds a constraint to the predicate for Opportunity testing whether the feature quote has values or not. |
ComparableTypePredicate<Short> |
thereExistsCloseProbability()
Adds a condition for the feature closeProbability to the predicate for Opportunity, which evaluates to false unless the value of the feature closeProbability satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsEstimatedCloseDate()
Adds a condition for the feature estimatedCloseDate to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedCloseDate satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsEstimatedValue()
Adds a condition for the feature estimatedValue to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedValue satisfies the given condition. |
StringTypePredicate |
thereExistsNextStep()
Adds a condition for the feature nextStep to the predicate for Opportunity, which evaluates to false unless the value of the feature nextStep satisfies the given condition. |
QuoteQuery |
thereExistsQuote()
Adds a condition for the feature quote to the predicate for Opportunity, which evaluates to false unless the value of the feature quote satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetailQuery |
|---|
carrier, forAllCarrier, forAllGiftMessage, forAllShippingInstructions, forAllShippingTrackingNumber, giftMessage, isGift, orderByGiftMessage, orderByIsGift, orderByShippingInstructions, orderByShippingMethod, orderByShippingTrackingNumber, shippingInstructions, shippingMethod, shippingTrackingNumber, thereExistsCarrier, thereExistsGiftMessage, thereExistsShippingInstructions, thereExistsShippingTrackingNumber |
| 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.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate closeProbability()
Opportunity testing whether the value of the feature closeProbability is null or not.
ComparableTypePredicate<Short> thereExistsCloseProbability()
closeProbability to the predicate for Opportunity, which evaluates to false unless the value of the feature closeProbability satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllCloseProbability()
closeProbability to the predicate for Opportunity, which evaluates to false unless the value of the feature closeProbability satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByCloseProbability()
Opportunity depending the feature closeProbability
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate estimatedCloseDate()
Opportunity testing whether the value of the feature estimatedCloseDate is null or not.
ComparableTypePredicate<Date> thereExistsEstimatedCloseDate()
estimatedCloseDate to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedCloseDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllEstimatedCloseDate()
estimatedCloseDate to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedCloseDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByEstimatedCloseDate()
Opportunity depending the feature estimatedCloseDate
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate estimatedValue()
Opportunity testing whether the value of the feature estimatedValue is null or not.
ComparableTypePredicate<BigDecimal> thereExistsEstimatedValue()
estimatedValue to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllEstimatedValue()
estimatedValue to the predicate for Opportunity, which evaluates to false unless the value of the feature estimatedValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByEstimatedValue()
Opportunity depending the feature estimatedValue
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate nextStep()
Opportunity testing whether the value of the feature nextStep is null or not.
StringTypePredicate thereExistsNextStep()
nextStep to the predicate for Opportunity, which evaluates to false unless the value of the feature nextStep satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllNextStep()
nextStep to the predicate for Opportunity, which evaluates to false unless the value of the feature nextStep satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByNextStep()
Opportunity depending the feature nextStep
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> opportunityRating()
SimpleTypeOrder orderByOpportunityRating()
Opportunity depending the feature opportunityRating
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> opportunitySource()
SimpleTypeOrder orderByOpportunitySource()
Opportunity depending the feature opportunitySource
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate quote()
Opportunity testing whether the feature quote has values or not.
QuoteQuery thereExistsQuote()
quote to the predicate for Opportunity, which evaluates to false unless the value of the feature quote satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
QuoteQuery forAllQuote()
quote to the predicate for Opportunity, which evaluates to false unless the value of the feature quote satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||