Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processpurchasingcategories | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<PurgCatDescription> |
PurgCatDescription.ALL_FIELDS
Selector for all available fields of PurgCatDescription.
|
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() |
Modifier and Type | Method and Description |
---|---|
List<PurgCatDescription> |
PurgCat.fetchPurgCatDescription()
Fetches the PurgCatDescription entities (one to many) associated with this entity.
|
List<PurgCatDescription> |
PurgCat.getPurgCatDescriptionOrFetch()
Retrieval of associated PurgCatDescription entities (one to many).
|
com.google.common.base.Optional<List<PurgCatDescription>> |
PurgCat.getPurgCatDescriptionOrNull()
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.
|
Constructor and Description |
---|
PurgCatDescriptionCreateFluentHelper(PurgCatDescription entity) |
PurgCatDescriptionUpdateFluentHelper(PurgCatDescription entity) |
Constructor and Description |
---|
PurgCat(UUID purgCatUUID,
String purchasingCategory,
String purgCatName,
Calendar creationDateTime,
String createdByUser,
Calendar 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 |
DefaultProcessPurchasingCategoriesService.createPurgCatDescription(PurgCatDescription purgCatDescription) |
PurgCatDescriptionCreateFluentHelper |
ProcessPurchasingCategoriesService.createPurgCatDescription(PurgCatDescription purgCatDescription)
Create a new
PurgCatDescription entity and save it to the S/4HANA system. |
PurgCatDescriptionUpdateFluentHelper |
DefaultProcessPurchasingCategoriesService.updatePurgCatDescription(PurgCatDescription purgCatDescription) |
PurgCatDescriptionUpdateFluentHelper |
ProcessPurchasingCategoriesService.updatePurgCatDescription(PurgCatDescription purgCatDescription)
Update an existing
PurgCatDescription entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.