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 PurgCatLink<PurgCatMember> |
PurgCat.TO_PURG_CAT_MEMBER
Use with available fluent helpers to apply the to_PurgCatMember navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurgCatMember |
PurgCatMember.PurgCatMemberBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurgCatMember> |
PurgCat.fetchPurgCatMember()
Fetches the PurgCatMember entities (one to many) associated with this entity.
|
List<PurgCatMember> |
PurgCat.getPurgCatMemberOrFetch()
Retrieval of associated PurgCatMember entities (one to many).
|
com.google.common.base.Optional<List<PurgCatMember>> |
PurgCat.getPurgCatMemberOrNull()
Retrieval of associated PurgCatMember entities (one to many).
|
Class<PurgCatMember> |
PurgCatMember.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.addPurgCatMember(PurgCatMember... entity)
Adds elements to the list of associated PurgCatMember entities.
|
PurgCat.PurgCatBuilder |
PurgCat.PurgCatBuilder.purgCatMember(PurgCatMember... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.setPurgCatMember(List<PurgCatMember> value)
Overwrites the list of associated PurgCatMember entities for the loaded navigation property to_PurgCatMember.
|
Constructor and Description |
---|
PurgCatMemberCreateFluentHelper(PurgCatMember entity) |
PurgCatMemberDeleteFluentHelper(PurgCatMember entity) |
PurgCatMemberUpdateFluentHelper(PurgCatMember 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 |
---|---|
PurgCatMemberCreateFluentHelper |
DefaultProcessPurchasingCategoriesService.createPurgCatMember(PurgCatMember purgCatMember) |
PurgCatMemberCreateFluentHelper |
ProcessPurchasingCategoriesService.createPurgCatMember(PurgCatMember purgCatMember)
Create a new
PurgCatMember entity and save it to the S/4HANA system. |
PurgCatMemberDeleteFluentHelper |
DefaultProcessPurchasingCategoriesService.deletePurgCatMember(PurgCatMember purgCatMember) |
PurgCatMemberDeleteFluentHelper |
ProcessPurchasingCategoriesService.deletePurgCatMember(PurgCatMember purgCatMember)
Deletes an existing
PurgCatMember entity in the S/4HANA system. |
PurgCatMemberUpdateFluentHelper |
DefaultProcessPurchasingCategoriesService.updatePurgCatMember(PurgCatMember purgCatMember) |
PurgCatMemberUpdateFluentHelper |
ProcessPurchasingCategoriesService.updatePurgCatMember(PurgCatMember purgCatMember)
Update an existing
PurgCatMember entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.