org.opencrx.kernel.contract1.cci2.SalesContractCreatorQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code SalesContractCreatorQuery} selects a set of instances of class {@code SalesContractCreator} 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.619596094Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesContractCreatorQuery
extends org.opencrx.kernel.contract1.cci2.ContractCreatorQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code broker} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate broker(
);
/**
* Adds a condition for the feature {@code broker} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code broker} 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.account1.cci2.AccountQuery thereExistsBroker(
);
/**
* Adds a condition for the feature {@code broker} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code broker} 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.account1.cci2.AccountQuery forAllBroker(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code calcRule} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate calcRule(
);
/**
* Adds a condition for the feature {@code calcRule} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code calcRule} 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.CalculationRuleQuery thereExistsCalcRule(
);
/**
* Adds a condition for the feature {@code calcRule} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code calcRule} 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.CalculationRuleQuery forAllCalcRule(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code contractCurrency} to the predicate. The predicate for {@code SalesContractCreator} evaluates {@code true} if its value of feature {@code contractCurrency} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate contractCurrency(
);
/**
* Allows to adds a sort instruction for {@code SalesContractCreator} depending the feature {@code contractCurrency}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByContractCurrency(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code customer} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate customer(
);
/**
* Adds a condition for the feature {@code customer} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code customer} 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.account1.cci2.AccountQuery thereExistsCustomer(
);
/**
* Adds a condition for the feature {@code customer} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code customer} 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.account1.cci2.AccountQuery forAllCustomer(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code paymentTerms} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate paymentTerms(
);
/**
* Adds a condition for the feature {@code paymentTerms} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code paymentTerms} 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 thereExistsPaymentTerms(
);
/**
* Adds a condition for the feature {@code paymentTerms} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code paymentTerms} 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 forAllPaymentTerms(
);
/**
* Allows to adds a sort instruction for {@code SalesContractCreator} depending the feature {@code paymentTerms}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByPaymentTerms(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code pricingDate} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate pricingDate(
);
/**
* Adds a condition for the feature {@code pricingDate} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code pricingDate} 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 thereExistsPricingDate(
);
/**
* Adds a condition for the feature {@code pricingDate} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code pricingDate} 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 forAllPricingDate(
);
/**
* Allows to adds a sort instruction for {@code SalesContractCreator} depending the feature {@code pricingDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByPricingDate(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code pricingRule} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate pricingRule(
);
/**
* Adds a condition for the feature {@code pricingRule} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code pricingRule} 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.product1.cci2.PricingRuleQuery thereExistsPricingRule(
);
/**
* Adds a condition for the feature {@code pricingRule} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code pricingRule} 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.product1.cci2.PricingRuleQuery forAllPricingRule(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code salesRep} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate salesRep(
);
/**
* Adds a condition for the feature {@code salesRep} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code salesRep} 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.account1.cci2.AccountQuery thereExistsSalesRep(
);
/**
* Adds a condition for the feature {@code salesRep} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code salesRep} 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.account1.cci2.AccountQuery forAllSalesRep(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code salesTaxTypeGroup} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate salesTaxTypeGroup(
);
/**
* Adds a condition for the feature {@code salesTaxTypeGroup} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code salesTaxTypeGroup} 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.product1.cci2.SalesTaxTypeGroupQuery thereExistsSalesTaxTypeGroup(
);
/**
* Adds a condition for the feature {@code salesTaxTypeGroup} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code salesTaxTypeGroup} 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.product1.cci2.SalesTaxTypeGroupQuery forAllSalesTaxTypeGroup(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SalesContractCreator} testing whether the value of the feature {@code supplier} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate supplier(
);
/**
* Adds a condition for the feature {@code supplier} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code supplier} 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.account1.cci2.AccountQuery thereExistsSupplier(
);
/**
* Adds a condition for the feature {@code supplier} to the predicate for {@code SalesContractCreator}, which evaluates to {@code false} unless the value of the feature {@code supplier} 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.account1.cci2.AccountQuery forAllSupplier(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}