Class DefaultConsolidationPlantService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationPlantService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationPlantService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationPlantService")
@Deprecated
public class DefaultConsolidationPlantService
extends Object
implements ServiceWithNavigableEntities, ConsolidationPlantService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation plant is a plant that can be used for financial consolidation in group reporting. It can either be a plant that’s been defined in an area other than group reporting, or it can be a plant that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNPLANT_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336) |
| Scope Items: | Group Reporting - Data from External Systems(2U6) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CNSLDTNPLANT |
| Business Object: | Consolidation Plant |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationPlantService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationPlantService.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 theCnsldtnPlantentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnPlantTextentity collection matching the filter and search expressions.createCnsldtnPlant(CnsldtnPlant cnsldtnPlant) Deprecated.Create a newCnsldtnPlantentity and save it to the S/4HANA system.deleteCnsldtnPlant(CnsldtnPlant cnsldtnPlant) Deprecated.Deletes an existingCnsldtnPlantentity in the S/4HANA system.deleteCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Deletes an existingCnsldtnPlantTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnPlantentities.Deprecated.Fetch multipleCnsldtnPlantTextentities.getCnsldtnPlantByKey(String plant) Deprecated.Fetch a singleCnsldtnPlantentity using key fields.getCnsldtnPlantTextByKey(String language, String plant) Deprecated.Fetch a singleCnsldtnPlantTextentity using key fields.Deprecated.updateCnsldtnPlant(CnsldtnPlant cnsldtnPlant) Deprecated.Update an existingCnsldtnPlantentity and save it to the S/4HANA system.updateCnsldtnPlantText(CnsldtnPlantText cnsldtnPlantText) Deprecated.Update an existingCnsldtnPlantTextentity 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
-
DefaultConsolidationPlantService
public DefaultConsolidationPlantService()Deprecated.Creates a service usingConsolidationPlantService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationPlantServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationPlantService- 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:ConsolidationPlantServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationPlantService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnPlant
Deprecated.Description copied from interface:ConsolidationPlantServiceFetch multipleCnsldtnPlantentities.- Specified by:
getAllCnsldtnPlantin interfaceConsolidationPlantService- Returns:
- A request builder to fetch multiple
CnsldtnPlantentities. 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.
-
countCnsldtnPlant
Deprecated.Description copied from interface:ConsolidationPlantServiceFetch the number of entries from theCnsldtnPlantentity collection matching the filter and search expressions.- Specified by:
countCnsldtnPlantin interfaceConsolidationPlantService- Returns:
- A request builder to fetch the count of
CnsldtnPlantentities. 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.
-
getCnsldtnPlantByKey
Deprecated.Description copied from interface:ConsolidationPlantServiceFetch a singleCnsldtnPlantentity using key fields.- Specified by:
getCnsldtnPlantByKeyin interfaceConsolidationPlantService- Parameters:
plant- PlantConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnPlantentity 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.
-
createCnsldtnPlant
@Nonnull public CreateRequestBuilder<CnsldtnPlant> createCnsldtnPlant(@Nonnull CnsldtnPlant cnsldtnPlant) Deprecated.Description copied from interface:ConsolidationPlantServiceCreate a newCnsldtnPlantentity and save it to the S/4HANA system.- Specified by:
createCnsldtnPlantin interfaceConsolidationPlantService- Parameters:
cnsldtnPlant-CnsldtnPlantentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnPlantentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnPlant
@Nonnull public UpdateRequestBuilder<CnsldtnPlant> updateCnsldtnPlant(@Nonnull CnsldtnPlant cnsldtnPlant) Deprecated.Description copied from interface:ConsolidationPlantServiceUpdate an existingCnsldtnPlantentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnPlantin interfaceConsolidationPlantService- Parameters:
cnsldtnPlant-CnsldtnPlantentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnPlantentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnPlant
@Nonnull public DeleteRequestBuilder<CnsldtnPlant> deleteCnsldtnPlant(@Nonnull CnsldtnPlant cnsldtnPlant) Deprecated.Description copied from interface:ConsolidationPlantServiceDeletes an existingCnsldtnPlantentity in the S/4HANA system.- Specified by:
deleteCnsldtnPlantin interfaceConsolidationPlantService- Parameters:
cnsldtnPlant-CnsldtnPlantentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnPlantentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnPlantText
Deprecated.Description copied from interface:ConsolidationPlantServiceFetch multipleCnsldtnPlantTextentities.- Specified by:
getAllCnsldtnPlantTextin interfaceConsolidationPlantService- Returns:
- A request builder to fetch multiple
CnsldtnPlantTextentities. 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.
-
countCnsldtnPlantText
Deprecated.Description copied from interface:ConsolidationPlantServiceFetch the number of entries from theCnsldtnPlantTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnPlantTextin interfaceConsolidationPlantService- Returns:
- A request builder to fetch the count of
CnsldtnPlantTextentities. 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.
-
getCnsldtnPlantTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnPlantText> getCnsldtnPlantTextByKey(String language, String plant) Deprecated.Description copied from interface:ConsolidationPlantServiceFetch a singleCnsldtnPlantTextentity using key fields.- Specified by:
getCnsldtnPlantTextByKeyin interfaceConsolidationPlantService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
plant- PlantConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnPlantTextentity 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.
-
updateCnsldtnPlantText
@Nonnull public UpdateRequestBuilder<CnsldtnPlantText> updateCnsldtnPlantText(@Nonnull CnsldtnPlantText cnsldtnPlantText) Deprecated.Description copied from interface:ConsolidationPlantServiceUpdate an existingCnsldtnPlantTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnPlantTextin interfaceConsolidationPlantService- Parameters:
cnsldtnPlantText-CnsldtnPlantTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnPlantTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnPlantText
@Nonnull public DeleteRequestBuilder<CnsldtnPlantText> deleteCnsldtnPlantText(@Nonnull CnsldtnPlantText cnsldtnPlantText) Deprecated.Description copied from interface:ConsolidationPlantServiceDeletes an existingCnsldtnPlantTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnPlantTextin interfaceConsolidationPlantService- Parameters:
cnsldtnPlantText-CnsldtnPlantTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnPlantTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-