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() |
protected PurgCatSupplier |
PurgCatSupplierDeleteFluentHelper.getEntity() |
protected PurgCatSupplier |
PurgCatSupplierCreateFluentHelper.getEntity() |
protected PurgCatSupplier |
PurgCatSupplierUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurgCatSupplier> |
PurgCat.fetchPurgCatSupplier()
Fetches the PurgCatSupplier entities (one to many) associated with this entity.
|
protected Class<PurgCatSupplier> |
PurgCatSupplierByKeyFluentHelper.getEntityClass() |
protected Class<PurgCatSupplier> |
PurgCatSupplierFluentHelper.getEntityClass() |
Optional<List<PurgCatSupplier>> |
PurgCat.getPurgCatSupplierIfPresent()
Retrieval of associated PurgCatSupplier entities (one to many).
|
List<PurgCatSupplier> |
PurgCat.getPurgCatSupplierOrFetch()
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.
|
protected PurgCatSupplierLink<ObjectT> |
PurgCatSupplierLink.translateLinkType(EntityLink<PurgCatSupplierLink<ObjectT>,PurgCatSupplier,ObjectT> link) |
Constructor and Description |
---|
PurgCatSupplierCreateFluentHelper(String servicePath,
PurgCatSupplier entity)
Creates a fluent helper object that will create a
PurgCatSupplier entity on the OData endpoint. |
PurgCatSupplierDeleteFluentHelper(String servicePath,
PurgCatSupplier entity)
Creates a fluent helper object that will delete a
PurgCatSupplier entity on the OData endpoint. |
PurgCatSupplierUpdateFluentHelper(String servicePath,
PurgCatSupplier entity)
Creates a fluent helper object that will update a
PurgCatSupplier 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,
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.