|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LegalEntityQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Integer> |
forAllNumberOfEmployees()
Adds a condition for the feature numberOfEmployees to the predicate for LegalEntity, which evaluates to false unless the value of the feature numberOfEmployees satisfies the given condition. |
OrganizationalUnitQuery |
forAllOrganizationalUnit()
Adds a condition for the feature organizationalUnit to the predicate for LegalEntity, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition. |
StringTypePredicate |
forAllStockExchange()
Adds a condition for the feature stockExchange to the predicate for LegalEntity, which evaluates to false unless the value of the feature stockExchange satisfies the given condition. |
StringTypePredicate |
forAllTickerSymbol()
Adds a condition for the feature tickerSymbol to the predicate for LegalEntity, which evaluates to false unless the value of the feature tickerSymbol satisfies the given condition. |
ComparableTypePredicate<Short> |
industry()
|
OptionalFeaturePredicate |
numberOfEmployees()
Adds a constraint to the predicate for LegalEntity testing whether the value of the feature numberOfEmployees is null or not. |
ComparableTypePredicate<Short> |
numberOfEmployeesCategory()
|
SimpleTypeOrder |
orderByIndustry()
Allows to adds a sort instruction for LegalEntity depending the feature industry
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByNumberOfEmployees()
Allows to adds a sort instruction for LegalEntity depending the feature numberOfEmployees
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByNumberOfEmployeesCategory()
Allows to adds a sort instruction for LegalEntity depending the feature numberOfEmployeesCategory
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByStockExchange()
Allows to adds a sort instruction for LegalEntity depending the feature stockExchange
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByTickerSymbol()
Allows to adds a sort instruction for LegalEntity depending the feature tickerSymbol
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
organizationalUnit()
Adds a constraint to the predicate for LegalEntity testing whether the value of the feature organizationalUnit is null or not. |
OptionalFeaturePredicate |
stockExchange()
Adds a constraint to the predicate for LegalEntity testing whether the value of the feature stockExchange is null or not. |
ComparableTypePredicate<Integer> |
thereExistsNumberOfEmployees()
Adds a condition for the feature numberOfEmployees to the predicate for LegalEntity, which evaluates to false unless the value of the feature numberOfEmployees satisfies the given condition. |
OrganizationalUnitQuery |
thereExistsOrganizationalUnit()
Adds a condition for the feature organizationalUnit to the predicate for LegalEntity, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition. |
StringTypePredicate |
thereExistsStockExchange()
Adds a condition for the feature stockExchange to the predicate for LegalEntity, which evaluates to false unless the value of the feature stockExchange satisfies the given condition. |
StringTypePredicate |
thereExistsTickerSymbol()
Adds a condition for the feature tickerSymbol to the predicate for LegalEntity, which evaluates to false unless the value of the feature tickerSymbol satisfies the given condition. |
OptionalFeaturePredicate |
tickerSymbol()
Adds a constraint to the predicate for LegalEntity testing whether the value of the feature tickerSymbol is null or not. |
| Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractGroupQuery |
|---|
name, orderByName |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
ComparableTypePredicate<Short> industry()
SimpleTypeOrder orderByIndustry()
LegalEntity depending the feature industry
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate numberOfEmployees()
LegalEntity testing whether the value of the feature numberOfEmployees is null or not.
ComparableTypePredicate<Integer> thereExistsNumberOfEmployees()
numberOfEmployees to the predicate for LegalEntity, which evaluates to false unless the value of the feature numberOfEmployees satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllNumberOfEmployees()
numberOfEmployees to the predicate for LegalEntity, which evaluates to false unless the value of the feature numberOfEmployees satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByNumberOfEmployees()
LegalEntity depending the feature numberOfEmployees
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> numberOfEmployeesCategory()
SimpleTypeOrder orderByNumberOfEmployeesCategory()
LegalEntity depending the feature numberOfEmployeesCategory
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate organizationalUnit()
LegalEntity testing whether the value of the feature organizationalUnit is null or not.
OrganizationalUnitQuery thereExistsOrganizationalUnit()
organizationalUnit to the predicate for LegalEntity, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
OrganizationalUnitQuery forAllOrganizationalUnit()
organizationalUnit to the predicate for LegalEntity, which evaluates to false unless the value of the feature organizationalUnit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate stockExchange()
LegalEntity testing whether the value of the feature stockExchange is null or not.
StringTypePredicate thereExistsStockExchange()
stockExchange to the predicate for LegalEntity, which evaluates to false unless the value of the feature stockExchange satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllStockExchange()
stockExchange to the predicate for LegalEntity, which evaluates to false unless the value of the feature stockExchange satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByStockExchange()
LegalEntity depending the feature stockExchange
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate tickerSymbol()
LegalEntity testing whether the value of the feature tickerSymbol is null or not.
StringTypePredicate thereExistsTickerSymbol()
tickerSymbol to the predicate for LegalEntity, which evaluates to false unless the value of the feature tickerSymbol satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllTickerSymbol()
tickerSymbol to the predicate for LegalEntity, which evaluates to false unless the value of the feature tickerSymbol satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByTickerSymbol()
LegalEntity depending the feature tickerSymbol
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||