Class DefaultStorageLocationSubstitutionService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultStorageLocationSubstitutionService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,StorageLocationSubstitutionService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultStorageLocationSubstitutionService")
@Deprecated
public class DefaultStorageLocationSubstitutionService
extends Object
implements ServiceWithNavigableEntities, StorageLocationSubstitutionService
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 plant and time range specific storage location substitution. Additionally, these substitutions can be sequenced, and grouped using predefined groups.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | STORLOCSUBSTITUTION_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Master Data - Location Substitution Integration(SAP_COM_0780) |
| Scope Items: | Advanced Available-to-Promise Processing(1JW) |
| Authentication Methods: | x509 |
| Service Group Name: | API_STORLOCSUBSTN |
| Business Object: | Storage Location Substitution |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.StorageLocationSubstitutionService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingStorageLocationSubstitutionService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theSLocSubstnentity collection matching the filter and search expressions.createStorageLocationSubstn(SLocSubstn sLocSubstn) Deprecated.Create a newSLocSubstnentity and save it to the S/4HANA system.deleteStorageLocationSubstn(SLocSubstn sLocSubstn) Deprecated.Deletes an existingSLocSubstnentity in the S/4HANA system.Deprecated.Fetch multipleSLocSubstnentities.Deprecated.getStorageLocationSubstnByKey(UUID mDSubstnUUID) Deprecated.Fetch a singleSLocSubstnentity using key fields.updateStorageLocationSubstn(SLocSubstn sLocSubstn) Deprecated.Update an existingSLocSubstnentity 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultStorageLocationSubstitutionService
public DefaultStorageLocationSubstitutionService()Deprecated.Creates a service usingStorageLocationSubstitutionService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultStorageLocationSubstitutionService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:StorageLocationSubstitutionServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceStorageLocationSubstitutionService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:StorageLocationSubstitutionServiceCreates a batch request builder object.- Specified by:
batchin interfaceStorageLocationSubstitutionService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllStorageLocationSubstn
Deprecated.Description copied from interface:StorageLocationSubstitutionServiceFetch multipleSLocSubstnentities.- Specified by:
getAllStorageLocationSubstnin interfaceStorageLocationSubstitutionService- Returns:
- A request builder to fetch multiple
SLocSubstnentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countStorageLocationSubstn
Deprecated.Description copied from interface:StorageLocationSubstitutionServiceFetch the number of entries from theSLocSubstnentity collection matching the filter and search expressions.- Specified by:
countStorageLocationSubstnin interfaceStorageLocationSubstitutionService- Returns:
- A request builder to fetch the count of
SLocSubstnentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getStorageLocationSubstnByKey
Deprecated.Description copied from interface:StorageLocationSubstitutionServiceFetch a singleSLocSubstnentity using key fields.- Specified by:
getStorageLocationSubstnByKeyin interfaceStorageLocationSubstitutionService- Parameters:
mDSubstnUUID- Substitution UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SLocSubstnentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createStorageLocationSubstn
@Nonnull public CreateRequestBuilder<SLocSubstn> createStorageLocationSubstn(@Nonnull SLocSubstn sLocSubstn) Deprecated.Description copied from interface:StorageLocationSubstitutionServiceCreate a newSLocSubstnentity and save it to the S/4HANA system.- Specified by:
createStorageLocationSubstnin interfaceStorageLocationSubstitutionService- Parameters:
sLocSubstn-SLocSubstnentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SLocSubstnentity. To perform execution, call theexecutemethod on the request builder object.
-
updateStorageLocationSubstn
@Nonnull public UpdateRequestBuilder<SLocSubstn> updateStorageLocationSubstn(@Nonnull SLocSubstn sLocSubstn) Deprecated.Description copied from interface:StorageLocationSubstitutionServiceUpdate an existingSLocSubstnentity and save it to the S/4HANA system.- Specified by:
updateStorageLocationSubstnin interfaceStorageLocationSubstitutionService- Parameters:
sLocSubstn-SLocSubstnentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SLocSubstnentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteStorageLocationSubstn
@Nonnull public DeleteRequestBuilder<SLocSubstn> deleteStorageLocationSubstn(@Nonnull SLocSubstn sLocSubstn) Deprecated.Description copied from interface:StorageLocationSubstitutionServiceDeletes an existingSLocSubstnentity in the S/4HANA system.- Specified by:
deleteStorageLocationSubstnin interfaceStorageLocationSubstitutionService- Parameters:
sLocSubstn-SLocSubstnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SLocSubstnentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-