Modifier and Type | Field and Description |
---|---|
static LglTransCategoryGroupLink<LglTransParentCategory> |
LglTransCategoryGroup.TO_LGL_TRANS_PARENT_CATEGORY
Use with available fluent helpers to apply the to_LglTransParentCategory navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
LglTransParentCategory |
LglTransParentCategory.LglTransParentCategoryBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<LglTransParentCategory> |
LglTransCategoryGroup.fetchLglTransParentCategory()
Fetches the LglTransParentCategory entities (one to many) associated with this entity.
|
protected Class<LglTransParentCategory> |
LglTransParentCategoryFluentHelper.getEntityClass() |
protected Class<LglTransParentCategory> |
LglTransParentCategoryByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<LglTransParentCategory>> |
LglTransCategoryGroup.getLglTransParentCategoryIfPresent()
Retrieval of associated LglTransParentCategory entities (one to many).
|
List<LglTransParentCategory> |
LglTransCategoryGroup.getLglTransParentCategoryOrFetch()
Retrieval of associated LglTransParentCategory entities (one to many).
|
Class<LglTransParentCategory> |
LglTransParentCategory.getType() |
Modifier and Type | Method and Description |
---|---|
void |
LglTransCategoryGroup.addLglTransParentCategory(LglTransParentCategory... entity)
Adds elements to the list of associated LglTransParentCategory entities.
|
LglTransCategoryGroup.LglTransCategoryGroupBuilder |
LglTransCategoryGroup.LglTransCategoryGroupBuilder.lglTransParentCategory(LglTransParentCategory... value)
Navigation property to_LglTransParentCategory for LglTransCategoryGroup to multiple
LglTransParentCategory.
|
Modifier and Type | Method and Description |
---|---|
void |
LglTransCategoryGroup.setLglTransParentCategory(List<LglTransParentCategory> value)
Overwrites the list of associated LglTransParentCategory entities for the loaded navigation property
to_LglTransParentCategory.
|
Constructor and Description |
---|
LglTransCategoryGroup(UUID legalTransactionCatGroupUUID,
UUID legalTransactionUUID,
String lglCntntMCatGroupTitle,
Short lglCntntMIndex,
List<LglTransParentCategory> toLglTransParentCategory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LglTransParentCategory> |
LglTransParentCategoryOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected LglTransParentCategoryLink<ObjectT> |
LglTransParentCategoryLink.translateLinkType(EntityLink<LglTransParentCategoryLink<ObjectT>,LglTransParentCategory,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.