org.opencrx.kernel.contract1.cci2.CreatePositionParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code CreatePositionParamsQuery} selects a set of instances of class {@code CreatePositionParams} 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.511155613Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreatePositionParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} testing whether the value of the feature {@code ignoreProductConfiguration} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate ignoreProductConfiguration(
);
/**
* Adds a condition for the feature {@code ignoreProductConfiguration} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code ignoreProductConfiguration} 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.BooleanTypePredicate thereExistsIgnoreProductConfiguration(
);
/**
* Adds a condition for the feature {@code ignoreProductConfiguration} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code ignoreProductConfiguration} 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.BooleanTypePredicate forAllIgnoreProductConfiguration(
);
/**
* Allows to adds a sort instruction for {@code CreatePositionParams} depending the feature {@code ignoreProductConfiguration}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIgnoreProductConfiguration(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} testing whether the value of the feature {@code name} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate name(
);
/**
* Adds a condition for the feature {@code name} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code name} 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 thereExistsName(
);
/**
* Adds a condition for the feature {@code name} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code name} 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 forAllName(
);
/**
* Allows to adds a sort instruction for {@code CreatePositionParams} depending the feature {@code name}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} testing whether the value of the feature {@code priceLevel} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate priceLevel(
);
/**
* Adds a condition for the feature {@code priceLevel} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code priceLevel} 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.AbstractPriceLevelQuery thereExistsPriceLevel(
);
/**
* Adds a condition for the feature {@code priceLevel} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code priceLevel} 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.AbstractPriceLevelQuery forAllPriceLevel(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} testing whether the value of the feature {@code priceUom} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate priceUom(
);
/**
* Adds a condition for the feature {@code priceUom} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code priceUom} 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.uom1.cci2.UomQuery thereExistsPriceUom(
);
/**
* Adds a condition for the feature {@code priceUom} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code priceUom} 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.uom1.cci2.UomQuery forAllPriceUom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} 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 CreatePositionParams}, 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 CreatePositionParams}, 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 CreatePositionParams} 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 for the feature {@code pricingRule} to the predicate. The predicate for {@code CreatePositionParams} evaluates {@code true} if its value of feature {@code pricingRule} satisfies the selected condition.
*/
public org.opencrx.kernel.product1.cci2.PricingRuleQuery pricingRule(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code product} to the predicate. The predicate for {@code CreatePositionParams} evaluates {@code true} if its value of feature {@code product} satisfies the selected condition.
*/
public org.opencrx.kernel.product1.cci2.ProductQuery product(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code quantity} to the predicate. The predicate for {@code CreatePositionParams} evaluates {@code true} if its value of feature {@code quantity} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate quantity(
);
/**
* Allows to adds a sort instruction for {@code CreatePositionParams} depending the feature {@code quantity}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByQuantity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} testing whether the value of the feature {@code salesTransactionType} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate salesTransactionType(
);
/**
* Adds a condition for the feature {@code salesTransactionType} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code salesTransactionType} 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.SalesTransactionTypeQuery thereExistsSalesTransactionType(
);
/**
* Adds a condition for the feature {@code salesTransactionType} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code salesTransactionType} 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.SalesTransactionTypeQuery forAllSalesTransactionType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreatePositionParams} testing whether the value of the feature {@code uom} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate uom(
);
/**
* Adds a condition for the feature {@code uom} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code uom} 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.uom1.cci2.UomQuery thereExistsUom(
);
/**
* Adds a condition for the feature {@code uom} to the predicate for {@code CreatePositionParams}, which evaluates to {@code false} unless the value of the feature {@code uom} 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.uom1.cci2.UomQuery forAllUom(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}