Class DefaultProductAllocationSequenceService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductAllocationSequenceService
- All Implemented Interfaces:
BatchService<ProductAllocationSequenceServiceBatch>,ProductAllocationSequenceService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductAllocationSequenceService")
@Deprecated
public class DefaultProductAllocationSequenceService
extends Object
implements ProductAllocationSequenceService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can use this service to read header data for a specific product allocation sequence (including its description) as well as read, edit and delete any assigned product and product-location assignments.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PRODUCT_ALLOC_SEQUENCE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Allocation Sequence Integration(SAP_COM_0161) |
| Scope Items: | Advanced Available-to-Promise Processing(1JW) |
| Authentication Methods: | x509 |
| Business Object: | Product Allocation Sequence |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.ProductAllocationSequenceService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductAllocationSequenceService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createProdAllocationSequence(ProdAllocationSequence prodAllocationSequence) Deprecated.Create a newProdAllocationSequenceentity and save it to the S/4HANA system.deleteSequenceAssignment(UUID prodAllocSqncAssignmentUUID) Deprecated.Creates a fluent helper for the DeleteSequenceAssignment OData function import.Deprecated.Fetch multipleProdAllocationSequenceentities.Deprecated.Fetch multipleProdAllocSequenceTentities.Deprecated.Fetch multipleProdAllocSqncAssgmtentities.getProdAllocationSequenceByKey(UUID productAllocationSequenceUUID) Deprecated.Fetch a singleProdAllocationSequenceentity using key fields.getProdAllocSequenceTByKey(UUID productAllocationSequenceUUID, String language) Deprecated.Fetch a singleProdAllocSequenceTentity using key fields.getProdAllocSqncAssgmtByKey(UUID prodAllocSqncAssignmentUUID) Deprecated.Fetch a singleProdAllocSqncAssgmtentity using key fields.updateProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt) Deprecated.Update an existingProdAllocSqncAssgmtentity 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
-
DefaultProductAllocationSequenceService
public DefaultProductAllocationSequenceService()Deprecated.Creates a service usingProductAllocationSequenceService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultProductAllocationSequenceService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ProductAllocationSequenceServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductAllocationSequenceService- 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<ProductAllocationSequenceServiceBatch>
-
getAllProdAllocationSequence
Deprecated.Description copied from interface:ProductAllocationSequenceServiceFetch multipleProdAllocationSequenceentities.- Specified by:
getAllProdAllocationSequencein interfaceProductAllocationSequenceService- Returns:
- A fluent helper to fetch multiple
ProdAllocationSequenceentities. 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.
-
getProdAllocationSequenceByKey
@Nonnull public ProdAllocationSequenceByKeyFluentHelper getProdAllocationSequenceByKey(UUID productAllocationSequenceUUID) Deprecated.Description copied from interface:ProductAllocationSequenceServiceFetch a singleProdAllocationSequenceentity using key fields.- Specified by:
getProdAllocationSequenceByKeyin interfaceProductAllocationSequenceService- Parameters:
productAllocationSequenceUUID- Product Allocation Sequence UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocationSequenceentity 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.
-
createProdAllocationSequence
@Nonnull public ProdAllocationSequenceCreateFluentHelper createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence) Deprecated.Description copied from interface:ProductAllocationSequenceServiceCreate a newProdAllocationSequenceentity and save it to the S/4HANA system.- Specified by:
createProdAllocationSequencein interfaceProductAllocationSequenceService- Parameters:
prodAllocationSequence-ProdAllocationSequenceentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProdAllocationSequenceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProdAllocSequenceT
Deprecated.Description copied from interface:ProductAllocationSequenceServiceFetch multipleProdAllocSequenceTentities.- Specified by:
getAllProdAllocSequenceTin interfaceProductAllocationSequenceService- Returns:
- A fluent helper to fetch multiple
ProdAllocSequenceTentities. 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.
-
getProdAllocSequenceTByKey
@Nonnull public ProdAllocSequenceTByKeyFluentHelper getProdAllocSequenceTByKey(UUID productAllocationSequenceUUID, String language) Deprecated.Description copied from interface:ProductAllocationSequenceServiceFetch a singleProdAllocSequenceTentity using key fields.- Specified by:
getProdAllocSequenceTByKeyin interfaceProductAllocationSequenceService- Parameters:
productAllocationSequenceUUID- Product Allocation Sequence UUIDConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ProdAllocSequenceTentity 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.
-
getAllProdAllocSqncAssgmt
Deprecated.Description copied from interface:ProductAllocationSequenceServiceFetch multipleProdAllocSqncAssgmtentities.- Specified by:
getAllProdAllocSqncAssgmtin interfaceProductAllocationSequenceService- Returns:
- A fluent helper to fetch multiple
ProdAllocSqncAssgmtentities. 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.
-
getProdAllocSqncAssgmtByKey
@Nonnull public ProdAllocSqncAssgmtByKeyFluentHelper getProdAllocSqncAssgmtByKey(UUID prodAllocSqncAssignmentUUID) Deprecated.Description copied from interface:ProductAllocationSequenceServiceFetch a singleProdAllocSqncAssgmtentity using key fields.- Specified by:
getProdAllocSqncAssgmtByKeyin interfaceProductAllocationSequenceService- Parameters:
prodAllocSqncAssignmentUUID- Product Allocation Sequence Assignment UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProdAllocSqncAssgmtentity 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.
-
updateProdAllocSqncAssgmt
@Nonnull public ProdAllocSqncAssgmtUpdateFluentHelper updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt) Deprecated.Description copied from interface:ProductAllocationSequenceServiceUpdate an existingProdAllocSqncAssgmtentity and save it to the S/4HANA system.- Specified by:
updateProdAllocSqncAssgmtin interfaceProductAllocationSequenceService- Parameters:
prodAllocSqncAssgmt-ProdAllocSqncAssgmtentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProdAllocSqncAssgmtentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSequenceAssignment
@Nonnull public DeleteSequenceAssignmentFluentHelper deleteSequenceAssignment(@Nonnull UUID prodAllocSqncAssignmentUUID) Deprecated.Description copied from interface:ProductAllocationSequenceServiceCreates a fluent helper for the DeleteSequenceAssignment OData function import.
- Specified by:
deleteSequenceAssignmentin interfaceProductAllocationSequenceService- Parameters:
prodAllocSqncAssignmentUUID- Product Allocation Sequence Assignment UUIDConstraints: none
Original parameter name from the Odata EDM: ProdAllocSqncAssignmentUUID
- Returns:
- A fluent helper object that will execute the DeleteSequenceAssignment OData function import with
the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-