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<PurgCatSupplier> |
PurgCat.TO_PURG_CAT_SUPPLIER
Use with available fluent helpers to apply the to_PurgCatSupplier navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurgCatSupplier |
PurgCatSupplier.PurgCatSupplierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurgCatSupplier> |
PurgCat.fetchPurgCatSupplier()
Fetches the PurgCatSupplier entities (one to many) associated with this entity.
|
List<PurgCatSupplier> |
PurgCat.getPurgCatSupplierOrFetch()
Retrieval of associated PurgCatSupplier entities (one to many).
|
com.google.common.base.Optional<List<PurgCatSupplier>> |
PurgCat.getPurgCatSupplierOrNull()
Retrieval of associated PurgCatSupplier entities (one to many).
|
Class<PurgCatSupplier> |
PurgCatSupplier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.addPurgCatSupplier(PurgCatSupplier... entity)
Adds elements to the list of associated PurgCatSupplier entities.
|
PurgCat.PurgCatBuilder |
PurgCat.PurgCatBuilder.purgCatSupplier(PurgCatSupplier... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurgCat.setPurgCatSupplier(List<PurgCatSupplier> value)
Overwrites the list of associated PurgCatSupplier entities for the loaded navigation property to_PurgCatSupplier.
|
Constructor and Description |
---|
PurgCatSupplierCreateFluentHelper(PurgCatSupplier entity) |
PurgCatSupplierDeleteFluentHelper(PurgCatSupplier entity) |
PurgCatSupplierUpdateFluentHelper(PurgCatSupplier 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 |
---|---|
PurgCatSupplierCreateFluentHelper |
PurchasingCategoryService.createPurgCatSupplier(PurgCatSupplier purgCatSupplier)
Create a new
PurgCatSupplier entity and save it to the S/4HANA system. |
PurgCatSupplierCreateFluentHelper |
DefaultPurchasingCategoryService.createPurgCatSupplier(PurgCatSupplier purgCatSupplier) |
PurgCatSupplierDeleteFluentHelper |
PurchasingCategoryService.deletePurgCatSupplier(PurgCatSupplier purgCatSupplier)
Deletes an existing
PurgCatSupplier entity in the S/4HANA system. |
PurgCatSupplierDeleteFluentHelper |
DefaultPurchasingCategoryService.deletePurgCatSupplier(PurgCatSupplier purgCatSupplier) |
PurgCatSupplierUpdateFluentHelper |
PurchasingCategoryService.updatePurgCatSupplier(PurgCatSupplier purgCatSupplier)
Update an existing
PurgCatSupplier entity and save it to the S/4HANA system. |
PurgCatSupplierUpdateFluentHelper |
DefaultPurchasingCategoryService.updatePurgCatSupplier(PurgCatSupplier purgCatSupplier) |
Copyright © 2018 SAP SE. All rights reserved.