org.opencrx.kernel.depot1.cci2.DepotReportItemPositionQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code DepotReportItemPositionQuery} selects a set of instances of class {@code DepotReportItemPosition} 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.230822572Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DepotReportItemPositionQuery
extends org.opencrx.kernel.depot1.cci2.DepotReportItemQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balance} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balance} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balance(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balance}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalance(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceBop} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceBop} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceBop(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceBop}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceBop(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceCredit} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceCredit} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceCredit(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceCredit}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceCredit(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceCreditBop} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceCreditBop} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceCreditBop(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceCreditBop}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceCreditBop(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceDebit} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceDebit} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceDebit(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceDebit}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceDebit(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceDebitBop} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceDebitBop} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceDebitBop(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceDebitBop}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceDebitBop(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceSimple} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceSimple} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceSimple(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceSimple}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceSimple(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code balanceSimpleBop} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code balanceSimpleBop} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate balanceSimpleBop(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code balanceSimpleBop}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByBalanceSimpleBop(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code DepotReportItemPosition} testing whether the value of the feature {@code position} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate position(
);
/**
* Adds a condition for the feature {@code position} to the predicate for {@code DepotReportItemPosition}, 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.depot1.cci2.DepotPositionQuery thereExistsPosition(
);
/**
* Adds a condition for the feature {@code position} to the predicate for {@code DepotReportItemPosition}, 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.depot1.cci2.DepotPositionQuery forAllPosition(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code positionName} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code positionName} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate positionName(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code positionName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByPositionName(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code DepotReportItemPosition} testing whether the feature {@code simpleBooking} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate simpleBooking(
);
/**
* Adds a condition for the feature {@code simpleBooking} to the predicate for {@code DepotReportItemPosition}, which evaluates to {@code false} unless the value of the feature {@code simpleBooking} 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.depot1.cci2.SimpleBookingQuery thereExistsSimpleBooking(
);
/**
* Adds a condition for the feature {@code simpleBooking} to the predicate for {@code DepotReportItemPosition}, which evaluates to {@code false} unless the value of the feature {@code simpleBooking} 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.depot1.cci2.SimpleBookingQuery forAllSimpleBooking(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code DepotReportItemPosition} testing whether the feature {@code singleBooking} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate singleBooking(
);
/**
* Adds a condition for the feature {@code singleBooking} to the predicate for {@code DepotReportItemPosition}, which evaluates to {@code false} unless the value of the feature {@code singleBooking} 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.depot1.cci2.SingleBookingQuery thereExistsSingleBooking(
);
/**
* Adds a condition for the feature {@code singleBooking} to the predicate for {@code DepotReportItemPosition}, which evaluates to {@code false} unless the value of the feature {@code singleBooking} 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.depot1.cci2.SingleBookingQuery forAllSingleBooking(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code valueDate} to the predicate. The predicate for {@code DepotReportItemPosition} evaluates {@code true} if its value of feature {@code valueDate} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate valueDate(
);
/**
* Allows to adds a sort instruction for {@code DepotReportItemPosition} depending the feature {@code valueDate}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByValueDate(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}