All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.contract1.cci2.OpportunityQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;

/**
 * A {@code OpportunityQuery} selects a set of instances of class {@code Opportunity} 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.616592190Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface OpportunityQuery
  extends org.opencrx.kernel.contract1.cci2.SalesContractQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code Opportunity} 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 Opportunity}, 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 Opportunity}, 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 Opportunity} 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 Opportunity} 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 Opportunity}, 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 Opportunity}, 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 Opportunity} 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 Opportunity} 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 Opportunity}, 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 Opportunity}, 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 Opportunity} 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 to the predicate for {@code Opportunity} 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 Opportunity}, 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 Opportunity}, 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 Opportunity} 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 for the feature {@code opportunityRating} to the predicate. The predicate for {@code Opportunity} evaluates {@code true} if its value of feature {@code opportunityRating} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate opportunityRating( ); /** * Allows to adds a sort instruction for {@code Opportunity} depending the feature {@code opportunityRating} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByOpportunityRating( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code opportunitySource} to the predicate. The predicate for {@code Opportunity} evaluates {@code true} if its value of feature {@code opportunitySource} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate opportunitySource( ); /** * Allows to adds a sort instruction for {@code Opportunity} depending the feature {@code opportunitySource} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByOpportunitySource( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Opportunity} testing whether the feature {@code position} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate position( ); /** * Adds a condition for the feature {@code position} to the predicate for {@code Opportunity}, which evaluates to {@code false} unless the value of the feature {@code position} 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.AbstractOpportunityPositionQuery thereExistsPosition( ); /** * Adds a condition for the feature {@code position} to the predicate for {@code Opportunity}, which evaluates to {@code false} unless the value of the feature {@code position} 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.AbstractOpportunityPositionQuery forAllPosition( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Opportunity} testing whether the feature {@code quote} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate quote( ); /** * Adds a condition for the feature {@code quote} to the predicate for {@code Opportunity}, which evaluates to {@code false} unless the value of the feature {@code quote} 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.QuoteQuery thereExistsQuote( ); /** * Adds a condition for the feature {@code quote} to the predicate for {@code Opportunity}, which evaluates to {@code false} unless the value of the feature {@code quote} 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.QuoteQuery forAllQuote( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy