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

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

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

/**
 * A {@code AggregatedDepotReportItemQuery} selects a set of instances of class {@code AggregatedDepotReportItem} 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.264413453Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AggregatedDepotReportItemQuery
  extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
    org.openmdx.base.cci2.BasicObjectQuery
{

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

  /**
   * Adds a condition for the feature {@code bookingPeriod} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code bookingPeriod} 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.BookingPeriodQuery thereExistsBookingPeriod( ); /** * Adds a condition for the feature {@code bookingPeriod} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code bookingPeriod} 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.BookingPeriodQuery forAllBookingPeriod( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code bookingPeriodName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate bookingPeriodName( ); /** * Adds a condition for the feature {@code bookingPeriodName} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code bookingPeriodName} 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 thereExistsBookingPeriodName( ); /** * Adds a condition for the feature {@code bookingPeriodName} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code bookingPeriodName} 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 forAllBookingPeriodName( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code bookingPeriodName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByBookingPeriodName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code positionName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate positionName( ); /** * Adds a condition for the feature {@code positionName} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code positionName} 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 thereExistsPositionName( ); /** * Adds a condition for the feature {@code positionName} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code positionName} 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 forAllPositionName( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} 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 AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalance} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalance( ); /** * Adds a condition for the feature {@code sumBalance} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalance} 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 thereExistsSumBalance( ); /** * Adds a condition for the feature {@code sumBalance} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalance} 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 forAllSumBalance( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalance} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalance( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceBop} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceBop( ); /** * Adds a condition for the feature {@code sumBalanceBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceBop} 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 thereExistsSumBalanceBop( ); /** * Adds a condition for the feature {@code sumBalanceBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceBop} 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 forAllSumBalanceBop( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceBop} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceBop( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceCredit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceCredit( ); /** * Adds a condition for the feature {@code sumBalanceCredit} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceCredit} 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 thereExistsSumBalanceCredit( ); /** * Adds a condition for the feature {@code sumBalanceCredit} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceCredit} 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 forAllSumBalanceCredit( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceCredit} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceCredit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceCreditBop} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceCreditBop( ); /** * Adds a condition for the feature {@code sumBalanceCreditBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceCreditBop} 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 thereExistsSumBalanceCreditBop( ); /** * Adds a condition for the feature {@code sumBalanceCreditBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceCreditBop} 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 forAllSumBalanceCreditBop( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceCreditBop} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceCreditBop( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceDebit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceDebit( ); /** * Adds a condition for the feature {@code sumBalanceDebit} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceDebit} 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 thereExistsSumBalanceDebit( ); /** * Adds a condition for the feature {@code sumBalanceDebit} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceDebit} 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 forAllSumBalanceDebit( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceDebit} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceDebit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceDebitBop} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceDebitBop( ); /** * Adds a condition for the feature {@code sumBalanceDebitBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceDebitBop} 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 thereExistsSumBalanceDebitBop( ); /** * Adds a condition for the feature {@code sumBalanceDebitBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceDebitBop} 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 forAllSumBalanceDebitBop( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceDebitBop} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceDebitBop( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceSimple} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceSimple( ); /** * Adds a condition for the feature {@code sumBalanceSimple} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceSimple} 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 thereExistsSumBalanceSimple( ); /** * Adds a condition for the feature {@code sumBalanceSimple} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceSimple} 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 forAllSumBalanceSimple( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceSimple} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceSimple( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AggregatedDepotReportItem} testing whether the value of the feature {@code sumBalanceSimpleBop} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate sumBalanceSimpleBop( ); /** * Adds a condition for the feature {@code sumBalanceSimpleBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceSimpleBop} 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 thereExistsSumBalanceSimpleBop( ); /** * Adds a condition for the feature {@code sumBalanceSimpleBop} to the predicate for {@code AggregatedDepotReportItem}, which evaluates to {@code false} unless the value of the feature {@code sumBalanceSimpleBop} 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 forAllSumBalanceSimpleBop( ); /** * Allows to adds a sort instruction for {@code AggregatedDepotReportItem} depending the feature {@code sumBalanceSimpleBop} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySumBalanceSimpleBop( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy