Modifier and Type | Field and Description |
---|---|
static PurgCatLink<PurgCatPlannedSpend> |
PurgCat.TO_PURG_CAT_PLANNED_SPEND
Use with available fluent helpers to apply the to_PurgCatPlannedSpend navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PurgCatPlannedSpend |
PurgCatPlannedSpend.PurgCatPlannedSpendBuilder.build() |
protected PurgCatPlannedSpend |
PurgCatPlannedSpendDeleteFluentHelper.getEntity() |
protected PurgCatPlannedSpend |
PurgCatPlannedSpendUpdateFluentHelper.getEntity() |
protected PurgCatPlannedSpend |
PurgCatPlannedSpendCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurgCatPlannedSpend> |
PurgCat.fetchPurgCatPlannedSpend()
Fetches the PurgCatPlannedSpend entities (one to many) associated with this entity.
|
protected Class<PurgCatPlannedSpend> |
PurgCatPlannedSpendByKeyFluentHelper.getEntityClass() |
protected Class<PurgCatPlannedSpend> |
PurgCatPlannedSpendFluentHelper.getEntityClass() |
Optional<List<PurgCatPlannedSpend>> |
PurgCat.getPurgCatPlannedSpendIfPresent()
Retrieval of associated PurgCatPlannedSpend entities (one to many).
|
List<PurgCatPlannedSpend> |
PurgCat.getPurgCatPlannedSpendOrFetch()
Retrieval of associated PurgCatPlannedSpend entities (one to many).
|
Class<PurgCatPlannedSpend> |
PurgCatPlannedSpend.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.addPurgCatPlannedSpend(PurgCatPlannedSpend... entity)
Adds elements to the list of associated PurgCatPlannedSpend entities.
|
PurgCat.PurgCatBuilder |
PurgCat.PurgCatBuilder.purgCatPlannedSpend(PurgCatPlannedSpend... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.setPurgCatPlannedSpend(List<PurgCatPlannedSpend> value)
Overwrites the list of associated PurgCatPlannedSpend entities for the loaded navigation property
to_PurgCatPlannedSpend.
|
Constructor and Description |
---|
PurgCatPlannedSpendCreateFluentHelper(String servicePath,
PurgCatPlannedSpend entity)
Creates a fluent helper object that will create a
PurgCatPlannedSpend entity on the OData endpoint. |
PurgCatPlannedSpendDeleteFluentHelper(String servicePath,
PurgCatPlannedSpend entity)
Creates a fluent helper object that will delete a
PurgCatPlannedSpend entity on the OData endpoint. |
PurgCatPlannedSpendUpdateFluentHelper(String servicePath,
PurgCatPlannedSpend entity)
Creates a fluent helper object that will update a
PurgCatPlannedSpend 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.createPurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
Create a new
PurgCatPlannedSpend entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.createPurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
Create a new
PurgCatPlannedSpend entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.deletePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
Deletes an existing
PurgCatPlannedSpend entity in the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.deletePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
Deletes an existing
PurgCatPlannedSpend entity in the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.updatePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
Update an existing
PurgCatPlannedSpend entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.updatePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend)
Update an existing
PurgCatPlannedSpend entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurgCatPlannedSpend> |
PurgCatPlannedSpendOneToOneLink.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 PurgCatPlannedSpendLink<ObjectT> |
PurgCatPlannedSpendLink.translateLinkType(EntityLink<PurgCatPlannedSpendLink<ObjectT>,PurgCatPlannedSpend,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.