Interface ProductAllocationSequenceService
- All Superinterfaces:
BatchService<ProductAllocationSequenceServiceBatch>
- All Known Implementing Classes:
DefaultProductAllocationSequenceService
@Deprecated
public interface ProductAllocationSequenceService
extends BatchService<ProductAllocationSequenceServiceBatch>
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateProdAllocationSequence(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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllProdAllocationSequence
Deprecated.Fetch multipleProdAllocationSequenceentities.- 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 ProdAllocationSequenceByKeyFluentHelper getProdAllocationSequenceByKey(UUID productAllocationSequenceUUID) Deprecated.Fetch a singleProdAllocationSequenceentity using key fields.- 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 ProdAllocationSequenceCreateFluentHelper createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence) Deprecated.Create a newProdAllocationSequenceentity and save it to the S/4HANA system.- 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.Fetch multipleProdAllocSequenceTentities.- 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 ProdAllocSequenceTByKeyFluentHelper getProdAllocSequenceTByKey(UUID productAllocationSequenceUUID, String language) Deprecated.Fetch a singleProdAllocSequenceTentity using key fields.- 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.Fetch multipleProdAllocSqncAssgmtentities.- 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 ProdAllocSqncAssgmtByKeyFluentHelper getProdAllocSqncAssgmtByKey(UUID prodAllocSqncAssignmentUUID) Deprecated.Fetch a singleProdAllocSqncAssgmtentity using key fields.- 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 ProdAllocSqncAssgmtUpdateFluentHelper updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt) Deprecated.Update an existingProdAllocSqncAssgmtentity and save it to the S/4HANA system.- 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 DeleteSequenceAssignmentFluentHelper deleteSequenceAssignment(@Nonnull UUID prodAllocSqncAssignmentUUID) Deprecated.Creates a fluent helper for the DeleteSequenceAssignment OData function import.
- 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.
-