Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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 |
PurgCatDescriptionUpdateFluentHelper.getEntity()
PurgCatDescription entity object that will be updated in the S/4HANA system. |
protected PurgCatDescription |
PurgCatDescriptionCreateFluentHelper.getEntity()
PurgCatDescription entity object that will be created in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<PurgCatDescription> |
PurgCat.fetchPurgCatDescription()
Fetches the PurgCatDescription entities (one to many) associated with this entity.
|
protected Class<PurgCatDescription> |
PurgCatDescriptionByKeyFluentHelper.getEntityClass() |
protected Class<PurgCatDescription> |
PurgCatDescriptionFluentHelper.getEntityClass() |
Optional<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) |
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.
|
protected PurgCatDescriptionLink<ObjectT> |
PurgCatDescriptionLink.translateLinkType(EntityLink<PurgCatDescriptionLink<ObjectT>,PurgCatDescription,ObjectT> link) |
Constructor and Description |
---|
PurgCatDescriptionCreateFluentHelper(PurgCatDescription entity) |
PurgCatDescriptionUpdateFluentHelper(PurgCatDescription entity) |
Constructor and Description |
---|
PurgCat(UUID purgCatUUID,
String purchasingCategory,
String purgCatName,
ZonedDateTime creationDateTime,
String createdByUser,
ZonedDateTime lastChangeDateTime,
String lastChangedByUser,
String language,
String purgCatIsInactive,
String purgCatTranslationOvrlStatus,
ErpConfigContext erpConfigContext,
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 |
---|---|
PurgCatDescriptionCreateFluentHelper |
PurchasingCategoryService.createPurgCatDescription(PurgCatDescription purgCatDescription)
Create a new
PurgCatDescription entity and save it to the S/4HANA system. |
PurgCatDescriptionCreateFluentHelper |
DefaultPurchasingCategoryService.createPurgCatDescription(PurgCatDescription purgCatDescription) |
PurgCatDescriptionUpdateFluentHelper |
PurchasingCategoryService.updatePurgCatDescription(PurgCatDescription purgCatDescription)
Update an existing
PurgCatDescription entity and save it to the S/4HANA system. |
PurgCatDescriptionUpdateFluentHelper |
DefaultPurchasingCategoryService.updatePurgCatDescription(PurgCatDescription purgCatDescription) |
Copyright © 2018 SAP SE. All rights reserved.