org.opencrx.kernel.contract1.cci2.QuoteQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code QuoteQuery} selects a set of instances of class {@code Quote} 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.666053288Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface QuoteQuery
extends org.opencrx.kernel.contract1.cci2.SalesContractQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Quote} 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 Quote}, 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 Quote}, 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 Quote} 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 Quote} 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 Quote}, 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 Quote}, 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 Quote} 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 Quote} 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 Quote}, 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.AbstractQuotePositionQuery thereExistsPosition(
);
/**
* Adds a condition for the feature {@code position} to the predicate for {@code Quote}, 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.AbstractQuotePositionQuery forAllPosition(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code Quote} testing whether the feature {@code salesOrder} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate salesOrder(
);
/**
* Adds a condition for the feature {@code salesOrder} to the predicate for {@code Quote}, which evaluates to {@code false} unless the value of the feature {@code salesOrder} 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.SalesOrderQuery thereExistsSalesOrder(
);
/**
* Adds a condition for the feature {@code salesOrder} to the predicate for {@code Quote}, which evaluates to {@code false} unless the value of the feature {@code salesOrder} 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.SalesOrderQuery forAllSalesOrder(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}