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

org.opencrx.kernel.contract1.cci2.SalesOrderQuery Maven / Gradle / Ivy

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

/**
 * A {@code SalesOrderQuery} selects a set of instances of class {@code SalesOrder} 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.693093198Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesOrderQuery
  extends org.opencrx.kernel.contract1.cci2.SalesContractQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code SalesOrder} testing whether the feature {@code invoice} has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate invoice(
  );

  /**
   * Adds a condition for the feature {@code invoice} to the predicate for {@code SalesOrder}, which evaluates to {@code false} unless the value of the feature {@code invoice} 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.contract1.cci2.InvoiceQuery thereExistsInvoice( ); /** * Adds a condition for the feature {@code invoice} to the predicate for {@code SalesOrder}, which evaluates to {@code false} unless the value of the feature {@code invoice} 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.contract1.cci2.InvoiceQuery forAllInvoice( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesOrder} testing whether the feature {@code position} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate position( ); /** * Adds a condition for the feature {@code position} to the predicate for {@code SalesOrder}, 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.contract1.cci2.AbstractSalesOrderPositionQuery thereExistsPosition( ); /** * Adds a condition for the feature {@code position} to the predicate for {@code SalesOrder}, 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.contract1.cci2.AbstractSalesOrderPositionQuery forAllPosition( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy