Class DefaultPlantSubstitutionGroupService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPlantSubstitutionGroupService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,PlantSubstitutionGroupService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPlantSubstitutionGroupService")
@Deprecated
public class DefaultPlantSubstitutionGroupService
extends Object
implements ServiceWithNavigableEntities, PlantSubstitutionGroupService
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 groups, which can be used in Plant Substitution and Plant Exclusion. Additionally, status and group descriptions can be maintained.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | PLANTSUBSTITUTIONGROUP_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_PLANTSUBSTNGRP |
| Business Object: | Plant Substitution Group |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.PlantSubstitutionGroupService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPlantSubstitutionGroupService.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 thePlantSubstnGrpentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePlantSubstnGrpTxtentity collection matching the filter and search expressions.createPlantSubstnGrp(PlantSubstnGrp plantSubstnGrp) Deprecated.Create a newPlantSubstnGrpentity and save it to the S/4HANA system.deletePlantSubstnGrp(PlantSubstnGrp plantSubstnGrp) Deprecated.Deletes an existingPlantSubstnGrpentity in the S/4HANA system.deletePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Deletes an existingPlantSubstnGrpTxtentity in the S/4HANA system.Deprecated.Fetch multiplePlantSubstnGrpentities.Deprecated.Fetch multiplePlantSubstnGrpTxtentities.getPlantSubstnGrpByKey(String mDSubstnObjectType, String mDSubstnGroup) Deprecated.Fetch a singlePlantSubstnGrpentity using key fields.getPlantSubstnGrpTextByKey(String language, String mDSubstnObjectType, String mDSubstnGroup) Deprecated.Fetch a singlePlantSubstnGrpTxtentity using key fields.Deprecated.updatePlantSubstnGrp(PlantSubstnGrp plantSubstnGrp) Deprecated.Update an existingPlantSubstnGrpentity and save it to the S/4HANA system.updatePlantSubstnGrpText(PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Update an existingPlantSubstnGrpTxtentity 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
-
DefaultPlantSubstitutionGroupService
public DefaultPlantSubstitutionGroupService()Deprecated.Creates a service usingPlantSubstitutionGroupService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PlantSubstitutionGroupServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePlantSubstitutionGroupService- 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:PlantSubstitutionGroupServiceCreates a batch request builder object.- Specified by:
batchin interfacePlantSubstitutionGroupService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllPlantSubstnGrp
Deprecated.Description copied from interface:PlantSubstitutionGroupServiceFetch multiplePlantSubstnGrpentities.- Specified by:
getAllPlantSubstnGrpin interfacePlantSubstitutionGroupService- Returns:
- A request builder to fetch multiple
PlantSubstnGrpentities. 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.
-
countPlantSubstnGrp
Deprecated.Description copied from interface:PlantSubstitutionGroupServiceFetch the number of entries from thePlantSubstnGrpentity collection matching the filter and search expressions.- Specified by:
countPlantSubstnGrpin interfacePlantSubstitutionGroupService- Returns:
- A request builder to fetch the count of
PlantSubstnGrpentities. 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.
-
getPlantSubstnGrpByKey
@Nonnull public GetByKeyRequestBuilder<PlantSubstnGrp> getPlantSubstnGrpByKey(String mDSubstnObjectType, String mDSubstnGroup) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceFetch a singlePlantSubstnGrpentity using key fields.- Specified by:
getPlantSubstnGrpByKeyin interfacePlantSubstitutionGroupService- Parameters:
mDSubstnObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
mDSubstnGroup- Group NameConstraints: Not nullable, Maximum length: 20
- Returns:
- A request builder to fetch a single
PlantSubstnGrpentity 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.
-
createPlantSubstnGrp
@Nonnull public CreateRequestBuilder<PlantSubstnGrp> createPlantSubstnGrp(@Nonnull PlantSubstnGrp plantSubstnGrp) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceCreate a newPlantSubstnGrpentity and save it to the S/4HANA system.- Specified by:
createPlantSubstnGrpin interfacePlantSubstitutionGroupService- Parameters:
plantSubstnGrp-PlantSubstnGrpentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
PlantSubstnGrpentity. To perform execution, call theexecutemethod on the request builder object.
-
updatePlantSubstnGrp
@Nonnull public UpdateRequestBuilder<PlantSubstnGrp> updatePlantSubstnGrp(@Nonnull PlantSubstnGrp plantSubstnGrp) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceUpdate an existingPlantSubstnGrpentity and save it to the S/4HANA system.- Specified by:
updatePlantSubstnGrpin interfacePlantSubstitutionGroupService- Parameters:
plantSubstnGrp-PlantSubstnGrpentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PlantSubstnGrpentity. To perform execution, call theexecutemethod on the request builder object.
-
deletePlantSubstnGrp
@Nonnull public DeleteRequestBuilder<PlantSubstnGrp> deletePlantSubstnGrp(@Nonnull PlantSubstnGrp plantSubstnGrp) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceDeletes an existingPlantSubstnGrpentity in the S/4HANA system.- Specified by:
deletePlantSubstnGrpin interfacePlantSubstitutionGroupService- Parameters:
plantSubstnGrp-PlantSubstnGrpentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PlantSubstnGrpentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllPlantSubstnGrpText
Deprecated.Description copied from interface:PlantSubstitutionGroupServiceFetch multiplePlantSubstnGrpTxtentities.- Specified by:
getAllPlantSubstnGrpTextin interfacePlantSubstitutionGroupService- Returns:
- A request builder to fetch multiple
PlantSubstnGrpTxtentities. 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.
-
countPlantSubstnGrpText
Deprecated.Description copied from interface:PlantSubstitutionGroupServiceFetch the number of entries from thePlantSubstnGrpTxtentity collection matching the filter and search expressions.- Specified by:
countPlantSubstnGrpTextin interfacePlantSubstitutionGroupService- Returns:
- A request builder to fetch the count of
PlantSubstnGrpTxtentities. 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.
-
getPlantSubstnGrpTextByKey
@Nonnull public GetByKeyRequestBuilder<PlantSubstnGrpTxt> getPlantSubstnGrpTextByKey(String language, String mDSubstnObjectType, String mDSubstnGroup) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceFetch a singlePlantSubstnGrpTxtentity using key fields.- Specified by:
getPlantSubstnGrpTextByKeyin interfacePlantSubstitutionGroupService- Parameters:
language- LanguageConstraints: Not nullable, Maximum length: 2
mDSubstnObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
mDSubstnGroup- Group NameConstraints: Not nullable, Maximum length: 20
- Returns:
- A request builder to fetch a single
PlantSubstnGrpTxtentity 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.
-
updatePlantSubstnGrpText
@Nonnull public UpdateRequestBuilder<PlantSubstnGrpTxt> updatePlantSubstnGrpText(@Nonnull PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceUpdate an existingPlantSubstnGrpTxtentity and save it to the S/4HANA system.- Specified by:
updatePlantSubstnGrpTextin interfacePlantSubstitutionGroupService- Parameters:
plantSubstnGrpTxt-PlantSubstnGrpTxtentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PlantSubstnGrpTxtentity. To perform execution, call theexecutemethod on the request builder object.
-
deletePlantSubstnGrpText
@Nonnull public DeleteRequestBuilder<PlantSubstnGrpTxt> deletePlantSubstnGrpText(@Nonnull PlantSubstnGrpTxt plantSubstnGrpTxt) Deprecated.Description copied from interface:PlantSubstitutionGroupServiceDeletes an existingPlantSubstnGrpTxtentity in the S/4HANA system.- Specified by:
deletePlantSubstnGrpTextin interfacePlantSubstitutionGroupService- Parameters:
plantSubstnGrpTxt-PlantSubstnGrpTxtentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PlantSubstnGrpTxtentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-