org.opencrx.kernel.contract1.cci2.LeadQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code LeadQuery} selects a set of instances of class {@code Lead} based on conditions to be met by their attributes.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.QueryMapper",
date = "2023-10-28T12:15:36.608385862Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface LeadQuery
extends org.opencrx.kernel.contract1.cci2.SalesContractQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Lead} testing whether the value of the feature {@code closeProbability} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate closeProbability(
);
/**
* Adds a condition for the feature {@code closeProbability} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code closeProbability} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsCloseProbability(
);
/**
* Adds a condition for the feature {@code closeProbability} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code closeProbability} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllCloseProbability(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code closeProbability}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCloseProbability(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Lead} testing whether the value of the feature {@code estimatedCloseDate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate estimatedCloseDate(
);
/**
* Adds a condition for the feature {@code estimatedCloseDate} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code estimatedCloseDate} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsEstimatedCloseDate(
);
/**
* Adds a condition for the feature {@code estimatedCloseDate} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code estimatedCloseDate} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllEstimatedCloseDate(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code estimatedCloseDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByEstimatedCloseDate(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Lead} testing whether the value of the feature {@code estimatedSalesCommission} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate estimatedSalesCommission(
);
/**
* Adds a condition for the feature {@code estimatedSalesCommission} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code estimatedSalesCommission} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsEstimatedSalesCommission(
);
/**
* Adds a condition for the feature {@code estimatedSalesCommission} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code estimatedSalesCommission} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllEstimatedSalesCommission(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code estimatedSalesCommission}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByEstimatedSalesCommission(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Lead} testing whether the value of the feature {@code estimatedValue} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate estimatedValue(
);
/**
* Adds a condition for the feature {@code estimatedValue} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code estimatedValue} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsEstimatedValue(
);
/**
* Adds a condition for the feature {@code estimatedValue} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code estimatedValue} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllEstimatedValue(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code estimatedValue}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByEstimatedValue(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code leadRating} to the predicate. The predicate for {@code Lead} evaluates {@code true} if its value of feature {@code leadRating} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate leadRating(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code leadRating}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLeadRating(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code leadSource} to the predicate. The predicate for {@code Lead} evaluates {@code true} if its value of feature {@code leadSource} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate leadSource(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code leadSource}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLeadSource(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Lead} testing whether the value of the feature {@code nextStep} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate nextStep(
);
/**
* Adds a condition for the feature {@code nextStep} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code nextStep} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.StringTypePredicate thereExistsNextStep(
);
/**
* Adds a condition for the feature {@code nextStep} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code nextStep} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.StringTypePredicate forAllNextStep(
);
/**
* Allows to adds a sort instruction for {@code Lead} depending the feature {@code nextStep}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByNextStep(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Lead} testing whether the feature {@code opportunity} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate opportunity(
);
/**
* Adds a condition for the feature {@code opportunity} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code opportunity} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.contract1.cci2.OpportunityQuery thereExistsOpportunity(
);
/**
* Adds a condition for the feature {@code opportunity} to the predicate for {@code Lead}, which evaluates to {@code false} unless the value of the feature {@code opportunity} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.contract1.cci2.OpportunityQuery forAllOpportunity(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}