Class DefaultPurchasingCategoryService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPurchasingCategoryService
- All Implemented Interfaces:
BatchService<PurchasingCategoryServiceBatch>,PurchasingCategoryService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPurchasingCategoryService")
@Deprecated
public class DefaultPurchasingCategoryService
extends Object
implements PurchasingCategoryService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, read, and update purchasing categories through an API call.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PURCHASING_CATEGORY_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Purchasing Category Integration(SAP_COM_0123) |
| Scope Items: | Supplier Classification and Segmentation(19E) |
| Authentication Methods: | x509 |
| Business Object: | Purchasing Category |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.PurchasingCategoryService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPurchasingCategoryService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createPurgCat(PurgCat purgCat) Deprecated.Create a newPurgCatentity and save it to the S/4HANA system.createPurgCatDescription(PurgCatDescription purgCatDescription) Deprecated.Create a newPurgCatDescriptionentity and save it to the S/4HANA system.createPurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup) Deprecated.Create a newPurgCatMaterialGroupentity and save it to the S/4HANA system.createPurgCatMember(PurgCatMember purgCatMember) Deprecated.Create a newPurgCatMemberentity and save it to the S/4HANA system.createPurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend) Deprecated.Create a newPurgCatPlannedSpendentity and save it to the S/4HANA system.createPurgCatSupplier(PurgCatSupplier purgCatSupplier) Deprecated.Create a newPurgCatSupplierentity and save it to the S/4HANA system.createPurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus) Deprecated.Create a newPurgCatTranslationStatusentity and save it to the S/4HANA system.deletePurgCatDescription(PurgCatDescription purgCatDescription) Deprecated.Deletes an existingPurgCatDescriptionentity in the S/4HANA system.deletePurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup) Deprecated.Deletes an existingPurgCatMaterialGroupentity in the S/4HANA system.deletePurgCatMember(PurgCatMember purgCatMember) Deprecated.Deletes an existingPurgCatMemberentity in the S/4HANA system.deletePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend) Deprecated.Deletes an existingPurgCatPlannedSpendentity in the S/4HANA system.deletePurgCatSupplier(PurgCatSupplier purgCatSupplier) Deprecated.Deletes an existingPurgCatSupplierentity in the S/4HANA system.deletePurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus) Deprecated.Deletes an existingPurgCatTranslationStatusentity in the S/4HANA system.Deprecated.Fetch multiplePurgCatentities.Deprecated.Fetch multiplePurgCatDescriptionentities.Deprecated.Fetch multiplePurgCatMaterialGroupentities.Deprecated.Fetch multiplePurgCatMemberentities.Deprecated.Fetch multiplePurgCatPlannedSpendentities.Deprecated.Fetch multiplePurgCatPurchaserResponsibleentities.Deprecated.Fetch multiplePurgCatSupplierentities.Deprecated.Fetch multiplePurgCatTranslationStatusentities.getPurgCatByKey(UUID purgCatUUID) Deprecated.Fetch a singlePurgCatentity using key fields.getPurgCatDescriptionByKey(UUID purgCatDescriptionUUID) Deprecated.Fetch a singlePurgCatDescriptionentity using key fields.getPurgCatMaterialGroupByKey(UUID purCatMaterialGroupUUID) Deprecated.Fetch a singlePurgCatMaterialGroupentity using key fields.getPurgCatMemberByKey(UUID purgCatPartyUUID) Deprecated.Fetch a singlePurgCatMemberentity using key fields.getPurgCatPlannedSpendByKey(UUID purgCatPlndSpendUUID) Deprecated.Fetch a singlePurgCatPlannedSpendentity using key fields.getPurgCatPurchaserResponsibleByKey(UUID purgCatPartyUUID) Deprecated.Fetch a singlePurgCatPurchaserResponsibleentity using key fields.getPurgCatSupplierByKey(UUID purgCatPartyUUID) Deprecated.Fetch a singlePurgCatSupplierentity using key fields.getPurgCatTranslationStatusByKey(UUID purgCatTranslationUUID) Deprecated.Fetch a singlePurgCatTranslationStatusentity using key fields.updatePurgCat(PurgCat purgCat) Deprecated.Update an existingPurgCatentity and save it to the S/4HANA system.updatePurgCatDescription(PurgCatDescription purgCatDescription) Deprecated.Update an existingPurgCatDescriptionentity and save it to the S/4HANA system.updatePurgCatMaterialGroup(PurgCatMaterialGroup purgCatMaterialGroup) Deprecated.Update an existingPurgCatMaterialGroupentity and save it to the S/4HANA system.updatePurgCatMember(PurgCatMember purgCatMember) Deprecated.Update an existingPurgCatMemberentity and save it to the S/4HANA system.updatePurgCatPlannedSpend(PurgCatPlannedSpend purgCatPlannedSpend) Deprecated.Update an existingPurgCatPlannedSpendentity and save it to the S/4HANA system.updatePurgCatPurchaserResponsible(PurgCatPurchaserResponsible purgCatPurchaserResponsible) Deprecated.Update an existingPurgCatPurchaserResponsibleentity and save it to the S/4HANA system.updatePurgCatSupplier(PurgCatSupplier purgCatSupplier) Deprecated.Update an existingPurgCatSupplierentity and save it to the S/4HANA system.updatePurgCatTranslationStatus(PurgCatTranslationStatus purgCatTranslationStatus) Deprecated.Update an existingPurgCatTranslationStatusentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultPurchasingCategoryService
public DefaultPurchasingCategoryService()Deprecated.Creates a service usingPurchasingCategoryService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PurchasingCategoryServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePurchasingCategoryService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<PurchasingCategoryServiceBatch>
-
getAllPurgCat
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatentities.- Specified by:
getAllPurgCatin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatByKey
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatentity using key fields.- Specified by:
getPurgCatByKeyin interfacePurchasingCategoryService- Parameters:
purgCatUUID- Purchasing Category UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCat
Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatentity and save it to the S/4HANA system.- Specified by:
createPurgCatin interfacePurchasingCategoryService- Parameters:
purgCat-PurgCatentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCat
Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatentity and save it to the S/4HANA system.- Specified by:
updatePurgCatin interfacePurchasingCategoryService- Parameters:
purgCat-PurgCatentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatDescription
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatDescriptionentities.- Specified by:
getAllPurgCatDescriptionin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatDescriptionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatDescriptionByKey
@Nonnull public PurgCatDescriptionByKeyFluentHelper getPurgCatDescriptionByKey(UUID purgCatDescriptionUUID) Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatDescriptionentity using key fields.- Specified by:
getPurgCatDescriptionByKeyin interfacePurchasingCategoryService- Parameters:
purgCatDescriptionUUID- Purchasing Category Description UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatDescriptionentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCatDescription
@Nonnull public PurgCatDescriptionCreateFluentHelper createPurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatDescriptionentity and save it to the S/4HANA system.- Specified by:
createPurgCatDescriptionin interfacePurchasingCategoryService- Parameters:
purgCatDescription-PurgCatDescriptionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatDescription
@Nonnull public PurgCatDescriptionUpdateFluentHelper updatePurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatDescriptionentity and save it to the S/4HANA system.- Specified by:
updatePurgCatDescriptionin interfacePurchasingCategoryService- Parameters:
purgCatDescription-PurgCatDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgCatDescription
@Nonnull public PurgCatDescriptionDeleteFluentHelper deletePurgCatDescription(@Nonnull PurgCatDescription purgCatDescription) Deprecated.Description copied from interface:PurchasingCategoryServiceDeletes an existingPurgCatDescriptionentity in the S/4HANA system.- Specified by:
deletePurgCatDescriptionin interfacePurchasingCategoryService- Parameters:
purgCatDescription-PurgCatDescriptionentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgCatDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatMaterialGroup
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatMaterialGroupentities.- Specified by:
getAllPurgCatMaterialGroupin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatMaterialGroupentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatMaterialGroupByKey
@Nonnull public PurgCatMaterialGroupByKeyFluentHelper getPurgCatMaterialGroupByKey(UUID purCatMaterialGroupUUID) Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatMaterialGroupentity using key fields.- Specified by:
getPurgCatMaterialGroupByKeyin interfacePurchasingCategoryService- Parameters:
purCatMaterialGroupUUID- Purchasing Category Material Group Reference UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatMaterialGroupentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCatMaterialGroup
@Nonnull public PurgCatMaterialGroupCreateFluentHelper createPurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatMaterialGroupentity and save it to the S/4HANA system.- Specified by:
createPurgCatMaterialGroupin interfacePurchasingCategoryService- Parameters:
purgCatMaterialGroup-PurgCatMaterialGroupentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatMaterialGroupentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatMaterialGroup
@Nonnull public PurgCatMaterialGroupUpdateFluentHelper updatePurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatMaterialGroupentity and save it to the S/4HANA system.- Specified by:
updatePurgCatMaterialGroupin interfacePurchasingCategoryService- Parameters:
purgCatMaterialGroup-PurgCatMaterialGroupentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatMaterialGroupentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgCatMaterialGroup
@Nonnull public PurgCatMaterialGroupDeleteFluentHelper deletePurgCatMaterialGroup(@Nonnull PurgCatMaterialGroup purgCatMaterialGroup) Deprecated.Description copied from interface:PurchasingCategoryServiceDeletes an existingPurgCatMaterialGroupentity in the S/4HANA system.- Specified by:
deletePurgCatMaterialGroupin interfacePurchasingCategoryService- Parameters:
purgCatMaterialGroup-PurgCatMaterialGroupentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgCatMaterialGroupentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatMember
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatMemberentities.- Specified by:
getAllPurgCatMemberin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatMemberentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatMemberByKey
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatMemberentity using key fields.- Specified by:
getPurgCatMemberByKeyin interfacePurchasingCategoryService- Parameters:
purgCatPartyUUID- Purchasing Category Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatMemberentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCatMember
@Nonnull public PurgCatMemberCreateFluentHelper createPurgCatMember(@Nonnull PurgCatMember purgCatMember) Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatMemberentity and save it to the S/4HANA system.- Specified by:
createPurgCatMemberin interfacePurchasingCategoryService- Parameters:
purgCatMember-PurgCatMemberentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatMemberentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatMember
@Nonnull public PurgCatMemberUpdateFluentHelper updatePurgCatMember(@Nonnull PurgCatMember purgCatMember) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatMemberentity and save it to the S/4HANA system.- Specified by:
updatePurgCatMemberin interfacePurchasingCategoryService- Parameters:
purgCatMember-PurgCatMemberentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatMemberentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgCatMember
@Nonnull public PurgCatMemberDeleteFluentHelper deletePurgCatMember(@Nonnull PurgCatMember purgCatMember) Deprecated.Description copied from interface:PurchasingCategoryServiceDeletes an existingPurgCatMemberentity in the S/4HANA system.- Specified by:
deletePurgCatMemberin interfacePurchasingCategoryService- Parameters:
purgCatMember-PurgCatMemberentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgCatMemberentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatPlannedSpend
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatPlannedSpendentities.- Specified by:
getAllPurgCatPlannedSpendin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatPlannedSpendentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatPlannedSpendByKey
@Nonnull public PurgCatPlannedSpendByKeyFluentHelper getPurgCatPlannedSpendByKey(UUID purgCatPlndSpendUUID) Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatPlannedSpendentity using key fields.- Specified by:
getPurgCatPlannedSpendByKeyin interfacePurchasingCategoryService- Parameters:
purgCatPlndSpendUUID- Planned Spend for a Purchasing CategoryConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatPlannedSpendentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCatPlannedSpend
@Nonnull public PurgCatPlannedSpendCreateFluentHelper createPurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatPlannedSpendentity and save it to the S/4HANA system.- Specified by:
createPurgCatPlannedSpendin interfacePurchasingCategoryService- Parameters:
purgCatPlannedSpend-PurgCatPlannedSpendentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatPlannedSpendentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatPlannedSpend
@Nonnull public PurgCatPlannedSpendUpdateFluentHelper updatePurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatPlannedSpendentity and save it to the S/4HANA system.- Specified by:
updatePurgCatPlannedSpendin interfacePurchasingCategoryService- Parameters:
purgCatPlannedSpend-PurgCatPlannedSpendentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatPlannedSpendentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgCatPlannedSpend
@Nonnull public PurgCatPlannedSpendDeleteFluentHelper deletePurgCatPlannedSpend(@Nonnull PurgCatPlannedSpend purgCatPlannedSpend) Deprecated.Description copied from interface:PurchasingCategoryServiceDeletes an existingPurgCatPlannedSpendentity in the S/4HANA system.- Specified by:
deletePurgCatPlannedSpendin interfacePurchasingCategoryService- Parameters:
purgCatPlannedSpend-PurgCatPlannedSpendentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgCatPlannedSpendentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatPurchaserResponsible
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatPurchaserResponsibleentities.- Specified by:
getAllPurgCatPurchaserResponsiblein interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatPurchaserResponsibleentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatPurchaserResponsibleByKey
@Nonnull public PurgCatPurchaserResponsibleByKeyFluentHelper getPurgCatPurchaserResponsibleByKey(UUID purgCatPartyUUID) Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatPurchaserResponsibleentity using key fields.- Specified by:
getPurgCatPurchaserResponsibleByKeyin interfacePurchasingCategoryService- Parameters:
purgCatPartyUUID- Purchasing Category Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatPurchaserResponsibleentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatPurchaserResponsible
@Nonnull public PurgCatPurchaserResponsibleUpdateFluentHelper updatePurgCatPurchaserResponsible(@Nonnull PurgCatPurchaserResponsible purgCatPurchaserResponsible) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatPurchaserResponsibleentity and save it to the S/4HANA system.- Specified by:
updatePurgCatPurchaserResponsiblein interfacePurchasingCategoryService- Parameters:
purgCatPurchaserResponsible-PurgCatPurchaserResponsibleentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatPurchaserResponsibleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatSupplier
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatSupplierentities.- Specified by:
getAllPurgCatSupplierin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatSupplierentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatSupplierByKey
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatSupplierentity using key fields.- Specified by:
getPurgCatSupplierByKeyin interfacePurchasingCategoryService- Parameters:
purgCatPartyUUID- Purchasing Category Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatSupplierentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCatSupplier
@Nonnull public PurgCatSupplierCreateFluentHelper createPurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatSupplierentity and save it to the S/4HANA system.- Specified by:
createPurgCatSupplierin interfacePurchasingCategoryService- Parameters:
purgCatSupplier-PurgCatSupplierentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatSupplierentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatSupplier
@Nonnull public PurgCatSupplierUpdateFluentHelper updatePurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatSupplierentity and save it to the S/4HANA system.- Specified by:
updatePurgCatSupplierin interfacePurchasingCategoryService- Parameters:
purgCatSupplier-PurgCatSupplierentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatSupplierentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgCatSupplier
@Nonnull public PurgCatSupplierDeleteFluentHelper deletePurgCatSupplier(@Nonnull PurgCatSupplier purgCatSupplier) Deprecated.Description copied from interface:PurchasingCategoryServiceDeletes an existingPurgCatSupplierentity in the S/4HANA system.- Specified by:
deletePurgCatSupplierin interfacePurchasingCategoryService- Parameters:
purgCatSupplier-PurgCatSupplierentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgCatSupplierentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgCatTranslationStatus
Deprecated.Description copied from interface:PurchasingCategoryServiceFetch multiplePurgCatTranslationStatusentities.- Specified by:
getAllPurgCatTranslationStatusin interfacePurchasingCategoryService- Returns:
- A fluent helper to fetch multiple
PurgCatTranslationStatusentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgCatTranslationStatusByKey
@Nonnull public PurgCatTranslationStatusByKeyFluentHelper getPurgCatTranslationStatusByKey(UUID purgCatTranslationUUID) Deprecated.Description copied from interface:PurchasingCategoryServiceFetch a singlePurgCatTranslationStatusentity using key fields.- Specified by:
getPurgCatTranslationStatusByKeyin interfacePurchasingCategoryService- Parameters:
purgCatTranslationUUID- Purchasing Category Translation UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
PurgCatTranslationStatusentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgCatTranslationStatus
@Nonnull public PurgCatTranslationStatusCreateFluentHelper createPurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Deprecated.Description copied from interface:PurchasingCategoryServiceCreate a newPurgCatTranslationStatusentity and save it to the S/4HANA system.- Specified by:
createPurgCatTranslationStatusin interfacePurchasingCategoryService- Parameters:
purgCatTranslationStatus-PurgCatTranslationStatusentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgCatTranslationStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgCatTranslationStatus
@Nonnull public PurgCatTranslationStatusUpdateFluentHelper updatePurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Deprecated.Description copied from interface:PurchasingCategoryServiceUpdate an existingPurgCatTranslationStatusentity and save it to the S/4HANA system.- Specified by:
updatePurgCatTranslationStatusin interfacePurchasingCategoryService- Parameters:
purgCatTranslationStatus-PurgCatTranslationStatusentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgCatTranslationStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgCatTranslationStatus
@Nonnull public PurgCatTranslationStatusDeleteFluentHelper deletePurgCatTranslationStatus(@Nonnull PurgCatTranslationStatus purgCatTranslationStatus) Deprecated.Description copied from interface:PurchasingCategoryServiceDeletes an existingPurgCatTranslationStatusentity in the S/4HANA system.- Specified by:
deletePurgCatTranslationStatusin interfacePurchasingCategoryService- Parameters:
purgCatTranslationStatus-PurgCatTranslationStatusentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgCatTranslationStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-