org.opencrx.kernel.account1.cci2.RevenueReportQuery Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code RevenueReportQuery} selects a set of instances of class {@code RevenueReport} 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:35.739684241Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface RevenueReportQuery
extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code reportNumber} to the predicate. The predicate for {@code RevenueReport} evaluates {@code true} if its value of feature {@code reportNumber} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate reportNumber(
);
/**
* Allows to adds a sort instruction for {@code RevenueReport} depending the feature {@code reportNumber}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReportNumber(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code reportedRevenue} to the predicate. The predicate for {@code RevenueReport} evaluates {@code true} if its value of feature {@code reportedRevenue} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate reportedRevenue(
);
/**
* Allows to adds a sort instruction for {@code RevenueReport} depending the feature {@code reportedRevenue}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReportedRevenue(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code reportingCurrency} to the predicate. The predicate for {@code RevenueReport} evaluates {@code true} if its value of feature {@code reportingCurrency} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate reportingCurrency(
);
/**
* Allows to adds a sort instruction for {@code RevenueReport} depending the feature {@code reportingCurrency}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReportingCurrency(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code reportingQuarter} to the predicate. The predicate for {@code RevenueReport} evaluates {@code true} if its value of feature {@code reportingQuarter} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate reportingQuarter(
);
/**
* Allows to adds a sort instruction for {@code RevenueReport} depending the feature {@code reportingQuarter}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReportingQuarter(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code reportingYear} to the predicate. The predicate for {@code RevenueReport} evaluates {@code true} if its value of feature {@code reportingYear} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate reportingYear(
);
/**
* Allows to adds a sort instruction for {@code RevenueReport} depending the feature {@code reportingYear}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByReportingYear(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}