|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LeadQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
closeProbability()
Adds a constraint to the predicate for Lead testing whether the value of the feature closeProbability is null or not. |
OptionalFeaturePredicate |
estimatedCloseDate()
Adds a constraint to the predicate for Lead testing whether the value of the feature estimatedCloseDate is null or not. |
OptionalFeaturePredicate |
estimatedSalesCommission()
Adds a constraint to the predicate for Lead testing whether the value of the feature estimatedSalesCommission is null or not. |
OptionalFeaturePredicate |
estimatedValue()
Adds a constraint to the predicate for Lead 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 Lead, 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 Lead, which evaluates to false unless the value of the feature estimatedCloseDate satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllEstimatedSalesCommission()
Adds a condition for the feature estimatedSalesCommission to the predicate for Lead, which evaluates to false unless the value of the feature estimatedSalesCommission satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllEstimatedValue()
Adds a condition for the feature estimatedValue to the predicate for Lead, 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 Lead, which evaluates to false unless the value of the feature nextStep satisfies the given condition. |
OpportunityQuery |
forAllOpportunity()
Adds a condition for the feature opportunity to the predicate for Lead, which evaluates to false unless the value of the feature opportunity satisfies the given condition. |
ComparableTypePredicate<Short> |
leadRating()
|
ComparableTypePredicate<Short> |
leadSource()
|
OptionalFeaturePredicate |
nextStep()
Adds a constraint to the predicate for Lead testing whether the value of the feature nextStep is null or not. |
MultivaluedFeaturePredicate |
opportunity()
Adds a constraint to the predicate for Lead testing whether the feature opportunity has values or not. |
SimpleTypeOrder |
orderByCloseProbability()
Allows to adds a sort instruction for Lead depending the feature closeProbability
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimatedCloseDate()
Allows to adds a sort instruction for Lead depending the feature estimatedCloseDate
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimatedSalesCommission()
Allows to adds a sort instruction for Lead depending the feature estimatedSalesCommission
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimatedValue()
Allows to adds a sort instruction for Lead depending the feature estimatedValue
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByLeadRating()
Allows to adds a sort instruction for Lead depending the feature leadRating
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByLeadSource()
Allows to adds a sort instruction for Lead depending the feature leadSource
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByNextStep()
Allows to adds a sort instruction for Lead depending the feature nextStep
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Short> |
thereExistsCloseProbability()
Adds a condition for the feature closeProbability to the predicate for Lead, 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 Lead, which evaluates to false unless the value of the feature estimatedCloseDate satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsEstimatedSalesCommission()
Adds a condition for the feature estimatedSalesCommission to the predicate for Lead, which evaluates to false unless the value of the feature estimatedSalesCommission satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsEstimatedValue()
Adds a condition for the feature estimatedValue to the predicate for Lead, 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 Lead, which evaluates to false unless the value of the feature nextStep satisfies the given condition. |
OpportunityQuery |
thereExistsOpportunity()
Adds a condition for the feature opportunity to the predicate for Lead, which evaluates to false unless the value of the feature opportunity 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.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 closeProbability()
Lead testing whether the value of the feature closeProbability is null or not.
ComparableTypePredicate<Short> thereExistsCloseProbability()
closeProbability to the predicate for Lead, 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 Lead, 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()
Lead depending the feature closeProbability
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate estimatedCloseDate()
Lead testing whether the value of the feature estimatedCloseDate is null or not.
ComparableTypePredicate<Date> thereExistsEstimatedCloseDate()
estimatedCloseDate to the predicate for Lead, 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 Lead, 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()
Lead depending the feature estimatedCloseDate
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate estimatedSalesCommission()
Lead testing whether the value of the feature estimatedSalesCommission is null or not.
ComparableTypePredicate<BigDecimal> thereExistsEstimatedSalesCommission()
estimatedSalesCommission to the predicate for Lead, which evaluates to false unless the value of the feature estimatedSalesCommission satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllEstimatedSalesCommission()
estimatedSalesCommission to the predicate for Lead, which evaluates to false unless the value of the feature estimatedSalesCommission satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByEstimatedSalesCommission()
Lead depending the feature estimatedSalesCommission
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate estimatedValue()
Lead testing whether the value of the feature estimatedValue is null or not.
ComparableTypePredicate<BigDecimal> thereExistsEstimatedValue()
estimatedValue to the predicate for Lead, 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 Lead, 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()
Lead depending the feature estimatedValue
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> leadRating()
SimpleTypeOrder orderByLeadRating()
Lead depending the feature leadRating
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> leadSource()
SimpleTypeOrder orderByLeadSource()
Lead depending the feature leadSource
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate nextStep()
Lead testing whether the value of the feature nextStep is null or not.
StringTypePredicate thereExistsNextStep()
nextStep to the predicate for Lead, 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 Lead, 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()
Lead depending the feature nextStep
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate opportunity()
Lead testing whether the feature opportunity has values or not.
OpportunityQuery thereExistsOpportunity()
opportunity to the predicate for Lead, which evaluates to false unless the value of the feature opportunity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
OpportunityQuery forAllOpportunity()
opportunity to the predicate for Lead, which evaluates to false unless the value of the feature opportunity 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 | |||||||||