org.opencrx.kernel.depot1.cci2.SingleBookingEntryQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code SingleBookingEntryQuery} selects a set of instances of class {@code SingleBookingEntry} 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.190058686Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SingleBookingEntryQuery
extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.opencrx.kernel.depot1.cci2.BookingQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code cb} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate cb(
);
/**
* Adds a condition for the feature {@code cb} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code cb} 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.CompoundBookingQuery thereExistsCb(
);
/**
* Adds a condition for the feature {@code cb} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code cb} 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.CompoundBookingQuery forAllCb(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code depot} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate depot(
);
/**
* Adds a condition for the feature {@code depot} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code depot} 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.DepotQuery thereExistsDepot(
);
/**
* Adds a condition for the feature {@code depot} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code depot} 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.DepotQuery forAllDepot(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code depotEntity} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate depotEntity(
);
/**
* Adds a condition for the feature {@code depotEntity} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code depotEntity} 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.DepotEntityQuery thereExistsDepotEntity(
);
/**
* Adds a condition for the feature {@code depotEntity} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code depotEntity} 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.DepotEntityQuery forAllDepotEntity(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code depotHolder} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate depotHolder(
);
/**
* Adds a condition for the feature {@code depotHolder} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code depotHolder} 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.DepotHolderQuery thereExistsDepotHolder(
);
/**
* Adds a condition for the feature {@code depotHolder} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code depotHolder} 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.DepotHolderQuery forAllDepotHolder(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code origin} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate origin(
);
/**
* Adds a condition for the feature {@code origin} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code origin} 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.BookingOriginQuery thereExistsOrigin(
);
/**
* Adds a condition for the feature {@code origin} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code origin} 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.BookingOriginQuery forAllOrigin(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code quantityCredit} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate quantityCredit(
);
/**
* Adds a condition for the feature {@code quantityCredit} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code quantityCredit} 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 thereExistsQuantityCredit(
);
/**
* Adds a condition for the feature {@code quantityCredit} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code quantityCredit} 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 forAllQuantityCredit(
);
/**
* Allows to adds a sort instruction for {@code SingleBookingEntry} depending the feature {@code quantityCredit}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByQuantityCredit(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code quantityDebit} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate quantityDebit(
);
/**
* Adds a condition for the feature {@code quantityDebit} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code quantityDebit} 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 thereExistsQuantityDebit(
);
/**
* Adds a condition for the feature {@code quantityDebit} to the predicate for {@code SingleBookingEntry}, which evaluates to {@code false} unless the value of the feature {@code quantityDebit} 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 forAllQuantityDebit(
);
/**
* Allows to adds a sort instruction for {@code SingleBookingEntry} depending the feature {@code quantityDebit}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByQuantityDebit(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBookingEntry} testing whether the value of the feature {@code singleBooking} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate singleBooking(
);
/**
* Adds a condition for the feature {@code singleBooking} to the predicate for {@code SingleBookingEntry}, 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 SingleBookingEntry}, 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/End
// ----------------------------------------------------------------------------
}