All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.depot1.cci2.CreateBookingByPositionNameParamsQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;

/**
 * A {@code CreateBookingByPositionNameParamsQuery} selects a set of instances of class {@code CreateBookingByPositionNameParams} 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.185365367Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateBookingByPositionNameParamsQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} testing whether the value of the feature {@code bookingText} is {@code null} or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate bookingText(
  );

  /**
   * Adds a condition for the feature {@code bookingText} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code bookingText} 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.BookingTextQuery thereExistsBookingText( ); /** * Adds a condition for the feature {@code bookingText} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code bookingText} 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.BookingTextQuery forAllBookingText( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} testing whether the value of the feature {@code bookingTextName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate bookingTextName( ); /** * Adds a condition for the feature {@code bookingTextName} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code bookingTextName} 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 thereExistsBookingTextName( ); /** * Adds a condition for the feature {@code bookingTextName} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code bookingTextName} 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 forAllBookingTextName( ); /** * Allows to adds a sort instruction for {@code CreateBookingByPositionNameParams} depending the feature {@code bookingTextName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByBookingTextName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code bookingType} to the predicate. The predicate for {@code CreateBookingByPositionNameParams} evaluates {@code true} if its value of feature {@code bookingType} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate bookingType( ); /** * Allows to adds a sort instruction for {@code CreateBookingByPositionNameParams} depending the feature {@code bookingType} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByBookingType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} testing whether the value of the feature {@code depotCredit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate depotCredit( ); /** * Adds a condition for the feature {@code depotCredit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotCredit} 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 thereExistsDepotCredit( ); /** * Adds a condition for the feature {@code depotCredit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotCredit} 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 forAllDepotCredit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} testing whether the value of the feature {@code depotDebit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate depotDebit( ); /** * Adds a condition for the feature {@code depotDebit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotDebit} 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 thereExistsDepotDebit( ); /** * Adds a condition for the feature {@code depotDebit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotDebit} 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 forAllDepotDebit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} testing whether the value of the feature {@code depotNumberCredit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate depotNumberCredit( ); /** * Adds a condition for the feature {@code depotNumberCredit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotNumberCredit} 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 thereExistsDepotNumberCredit( ); /** * Adds a condition for the feature {@code depotNumberCredit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotNumberCredit} 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 forAllDepotNumberCredit( ); /** * Allows to adds a sort instruction for {@code CreateBookingByPositionNameParams} depending the feature {@code depotNumberCredit} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDepotNumberCredit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} testing whether the value of the feature {@code depotNumberDebit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate depotNumberDebit( ); /** * Adds a condition for the feature {@code depotNumberDebit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotNumberDebit} 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 thereExistsDepotNumberDebit( ); /** * Adds a condition for the feature {@code depotNumberDebit} to the predicate for {@code CreateBookingByPositionNameParams}, which evaluates to {@code false} unless the value of the feature {@code depotNumberDebit} 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 forAllDepotNumberDebit( ); /** * Allows to adds a sort instruction for {@code CreateBookingByPositionNameParams} depending the feature {@code depotNumberDebit} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDepotNumberDebit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CreateBookingByPositionNameParams} 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 CreateBookingByPositionNameParams}, 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 CreateBookingByPositionNameParams}, 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 for the feature {@code positionName} to the predicate. The predicate for {@code CreateBookingByPositionNameParams} 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 CreateBookingByPositionNameParams} 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 for the feature {@code quantity} to the predicate. The predicate for {@code CreateBookingByPositionNameParams} 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 CreateBookingByPositionNameParams} 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 for the feature {@code valueDate} to the predicate. The predicate for {@code CreateBookingByPositionNameParams} 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 CreateBookingByPositionNameParams} 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 // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy