Modifier and Type | Field and Description |
---|---|
static PurgCatLink<PurgCatDescription> |
PurgCat.TO_PURG_CAT_DESCRIPTION
Use with available fluent helpers to apply the to_PurgCatDescription navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PurgCatDescription |
PurgCatDescription.PurgCatDescriptionBuilder.build() |
protected PurgCatDescription |
PurgCatDescriptionCreateFluentHelper.getEntity() |
protected PurgCatDescription |
PurgCatDescriptionUpdateFluentHelper.getEntity() |
protected PurgCatDescription |
PurgCatDescriptionDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurgCatDescription> |
PurgCat.fetchPurgCatDescription()
Fetches the PurgCatDescription entities (one to many) associated with this entity.
|
protected Class<PurgCatDescription> |
PurgCatDescriptionFluentHelper.getEntityClass() |
protected Class<PurgCatDescription> |
PurgCatDescriptionByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PurgCatDescription>> |
PurgCat.getPurgCatDescriptionIfPresent()
Retrieval of associated PurgCatDescription entities (one to many).
|
List<PurgCatDescription> |
PurgCat.getPurgCatDescriptionOrFetch()
Retrieval of associated PurgCatDescription entities (one to many).
|
Class<PurgCatDescription> |
PurgCatDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.addPurgCatDescription(PurgCatDescription... entity)
Adds elements to the list of associated PurgCatDescription entities.
|
PurgCat.PurgCatBuilder |
PurgCat.PurgCatBuilder.purgCatDescription(PurgCatDescription... value)
Navigation property to_PurgCatDescription for PurgCat to multiple PurgCatDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.setPurgCatDescription(List<PurgCatDescription> value)
Overwrites the list of associated PurgCatDescription entities for the loaded navigation property
to_PurgCatDescription.
|
Constructor and Description |
---|
PurgCatDescriptionCreateFluentHelper(String servicePath,
PurgCatDescription entity)
Creates a fluent helper object that will create a
PurgCatDescription entity on the OData endpoint. |
PurgCatDescriptionDeleteFluentHelper(String servicePath,
PurgCatDescription entity)
Creates a fluent helper object that will delete a
PurgCatDescription entity on the OData endpoint. |
PurgCatDescriptionUpdateFluentHelper(String servicePath,
PurgCatDescription entity)
Creates a fluent helper object that will update a
PurgCatDescription entity on the OData endpoint. |
Constructor and Description |
---|
PurgCat(UUID purgCatUUID,
String purchasingCategory,
String purgCatName,
ZonedDateTime creationDateTime,
String createdByUser,
ZonedDateTime lastChangeDateTime,
String lastChangedByUser,
String language,
String purgCatIsInactive,
String purgCatTranslationOvrlStatus,
List<PurgCatDescription> toPurgCatDescription,
List<PurgCatMaterialGroup> toPurgCatMaterialGroup,
List<PurgCatMember> toPurgCatMember,
List<PurgCatPlannedSpend> toPurgCatPlannedSpend,
PurgCatPurchaserResponsible toPurgCatPurchaserResponsible,
List<PurgCatSupplier> toPurgCatSupplier,
List<PurgCatTranslationStatus> toPurgCatTranslationStatus) |
Modifier and Type | Method and Description |
---|---|
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.createPurgCatDescription(PurgCatDescription purgCatDescription)
Create a new
PurgCatDescription entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.createPurgCatDescription(PurgCatDescription purgCatDescription)
Create a new
PurgCatDescription entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.deletePurgCatDescription(PurgCatDescription purgCatDescription)
Deletes an existing
PurgCatDescription entity in the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.deletePurgCatDescription(PurgCatDescription purgCatDescription)
Deletes an existing
PurgCatDescription entity in the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.updatePurgCatDescription(PurgCatDescription purgCatDescription)
Update an existing
PurgCatDescription entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.updatePurgCatDescription(PurgCatDescription purgCatDescription)
Update an existing
PurgCatDescription entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurgCatDescription> |
PurgCatDescriptionOneToOneLink.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 PurgCatDescriptionLink<ObjectT> |
PurgCatDescriptionLink.translateLinkType(EntityLink<PurgCatDescriptionLink<ObjectT>,PurgCatDescription,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.