![JAR search and dependency download from the Maven repository](/logo.png)
org.opencrx.kernel.depot1.cci2.SimpleBookingQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code SimpleBookingQuery} selects a set of instances of class {@code SimpleBooking} 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.238422054Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SimpleBookingQuery
extends org.opencrx.kernel.depot1.cci2.BookingQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SimpleBooking} testing whether the value of the feature {@code isLocked} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate isLocked(
);
/**
* Adds a condition for the feature {@code isLocked} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code isLocked} 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 thereExistsIsLocked(
);
/**
* Adds a condition for the feature {@code isLocked} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code isLocked} 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 forAllIsLocked(
);
/**
* Allows to adds a sort instruction for {@code SimpleBooking} depending the feature {@code isLocked}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsLocked(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SimpleBooking} testing whether the value of the feature {@code lockModifiedAt} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate lockModifiedAt(
);
/**
* Adds a condition for the feature {@code lockModifiedAt} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code lockModifiedAt} 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 thereExistsLockModifiedAt(
);
/**
* Adds a condition for the feature {@code lockModifiedAt} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code lockModifiedAt} 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 forAllLockModifiedAt(
);
/**
* Allows to adds a sort instruction for {@code SimpleBooking} depending the feature {@code lockModifiedAt}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLockModifiedAt(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SimpleBooking} testing whether the value of the feature {@code lockingReason} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate lockingReason(
);
/**
* Adds a condition for the feature {@code lockingReason} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code lockingReason} 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 thereExistsLockingReason(
);
/**
* Adds a condition for the feature {@code lockingReason} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code lockingReason} 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 forAllLockingReason(
);
/**
* Allows to adds a sort instruction for {@code SimpleBooking} depending the feature {@code lockingReason}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByLockingReason(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SimpleBooking} testing whether the value of the feature {@code originId} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate originId(
);
/**
* Adds a condition for the feature {@code originId} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code originId} 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 thereExistsOriginId(
);
/**
* Adds a condition for the feature {@code originId} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code originId} 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 forAllOriginId(
);
/**
* Allows to adds a sort instruction for {@code SimpleBooking} depending the feature {@code originId}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByOriginId(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code quantity} to the predicate. The predicate for {@code SimpleBooking} 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 SimpleBooking} 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 SimpleBooking} testing whether the value of the feature {@code quantityUom} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate quantityUom(
);
/**
* Adds a condition for the feature {@code quantityUom} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code quantityUom} 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 thereExistsQuantityUom(
);
/**
* Adds a condition for the feature {@code quantityUom} to the predicate for {@code SimpleBooking}, which evaluates to {@code false} unless the value of the feature {@code quantityUom} 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 forAllQuantityUom(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}