org.opencrx.kernel.account1.cci2.LegalEntityQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code LegalEntityQuery} selects a set of instances of class {@code LegalEntity} 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.744046853Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface LegalEntityQuery
extends org.opencrx.kernel.account1.cci2.AbstractGroupQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the value of the feature {@code dissolvedAt} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate dissolvedAt(
);
/**
* Adds a condition for the feature {@code dissolvedAt} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code dissolvedAt} 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.PartiallyOrderedTypePredicate thereExistsDissolvedAt(
);
/**
* Adds a condition for the feature {@code dissolvedAt} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code dissolvedAt} 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.PartiallyOrderedTypePredicate forAllDissolvedAt(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code dissolvedAt}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByDissolvedAt(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the value of the feature {@code establishedAt} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate establishedAt(
);
/**
* Adds a condition for the feature {@code establishedAt} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code establishedAt} 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.PartiallyOrderedTypePredicate thereExistsEstablishedAt(
);
/**
* Adds a condition for the feature {@code establishedAt} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code establishedAt} 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.PartiallyOrderedTypePredicate forAllEstablishedAt(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code establishedAt}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByEstablishedAt(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code industry} to the predicate. The predicate for {@code LegalEntity} evaluates {@code true} if its value of feature {@code industry} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate industry(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code industry}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIndustry(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the value of the feature {@code numberOfEmployees} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate numberOfEmployees(
);
/**
* Adds a condition for the feature {@code numberOfEmployees} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code numberOfEmployees} 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 thereExistsNumberOfEmployees(
);
/**
* Adds a condition for the feature {@code numberOfEmployees} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code numberOfEmployees} 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 forAllNumberOfEmployees(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code numberOfEmployees}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByNumberOfEmployees(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code numberOfEmployeesCategory} to the predicate. The predicate for {@code LegalEntity} evaluates {@code true} if its value of feature {@code numberOfEmployeesCategory} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate numberOfEmployeesCategory(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code numberOfEmployeesCategory}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByNumberOfEmployeesCategory(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the value of the feature {@code organizationalUnit} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate organizationalUnit(
);
/**
* Adds a condition for the feature {@code organizationalUnit} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code organizationalUnit} 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.account1.cci2.AbstractOrganizationalUnitQuery thereExistsOrganizationalUnit(
);
/**
* Adds a condition for the feature {@code organizationalUnit} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code organizationalUnit} 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.account1.cci2.AbstractOrganizationalUnitQuery forAllOrganizationalUnit(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the feature {@code revenueReport} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate revenueReport(
);
/**
* Adds a condition for the feature {@code revenueReport} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code revenueReport} 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.account1.cci2.RevenueReportQuery thereExistsRevenueReport(
);
/**
* Adds a condition for the feature {@code revenueReport} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code revenueReport} 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.account1.cci2.RevenueReportQuery forAllRevenueReport(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the value of the feature {@code stockExchange} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate stockExchange(
);
/**
* Adds a condition for the feature {@code stockExchange} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code stockExchange} 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 thereExistsStockExchange(
);
/**
* Adds a condition for the feature {@code stockExchange} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code stockExchange} 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 forAllStockExchange(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code stockExchange}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByStockExchange(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LegalEntity} testing whether the value of the feature {@code tickerSymbol} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate tickerSymbol(
);
/**
* Adds a condition for the feature {@code tickerSymbol} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code tickerSymbol} 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 thereExistsTickerSymbol(
);
/**
* Adds a condition for the feature {@code tickerSymbol} to the predicate for {@code LegalEntity}, which evaluates to {@code false} unless the value of the feature {@code tickerSymbol} 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 forAllTickerSymbol(
);
/**
* Allows to adds a sort instruction for {@code LegalEntity} depending the feature {@code tickerSymbol}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByTickerSymbol(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}