Class DefaultConsolidationDivisionService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationDivisionService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationDivisionService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationDivisionService")
@Deprecated
public class DefaultConsolidationDivisionService
extends Object
implements ServiceWithNavigableEntities, ConsolidationDivisionService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation division is a division that can be used for financial consolidation in group reporting. It can either be a division that’s been defined in an area other than group reporting, or it can be a division that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNDIVISION_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_CNSLDTNDIVISION |
| Business Object: | Consolidation Division |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationDivisionService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationDivisionService.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 theCnsldtnDivisionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnDivisionTextentity collection matching the filter and search expressions.createCnsldtnDivision(CnsldtnDivision cnsldtnDivision) Deprecated.Create a newCnsldtnDivisionentity and save it to the S/4HANA system.deleteCnsldtnDivision(CnsldtnDivision cnsldtnDivision) Deprecated.Deletes an existingCnsldtnDivisionentity in the S/4HANA system.deleteCnsldtnDivisionText(CnsldtnDivisionText cnsldtnDivisionText) Deprecated.Deletes an existingCnsldtnDivisionTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnDivisionentities.Deprecated.Fetch multipleCnsldtnDivisionTextentities.getCnsldtnDivisionByKey(String division) Deprecated.Fetch a singleCnsldtnDivisionentity using key fields.getCnsldtnDivisionTextByKey(String language, String division) Deprecated.Fetch a singleCnsldtnDivisionTextentity using key fields.Deprecated.updateCnsldtnDivision(CnsldtnDivision cnsldtnDivision) Deprecated.Update an existingCnsldtnDivisionentity and save it to the S/4HANA system.updateCnsldtnDivisionText(CnsldtnDivisionText cnsldtnDivisionText) Deprecated.Update an existingCnsldtnDivisionTextentity 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
-
DefaultConsolidationDivisionService
public DefaultConsolidationDivisionService()Deprecated.Creates a service usingConsolidationDivisionService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationDivisionServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationDivisionService- 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:ConsolidationDivisionServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationDivisionService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnDivision
Deprecated.Description copied from interface:ConsolidationDivisionServiceFetch multipleCnsldtnDivisionentities.- Specified by:
getAllCnsldtnDivisionin interfaceConsolidationDivisionService- Returns:
- A request builder to fetch multiple
CnsldtnDivisionentities. 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.
-
countCnsldtnDivision
Deprecated.Description copied from interface:ConsolidationDivisionServiceFetch the number of entries from theCnsldtnDivisionentity collection matching the filter and search expressions.- Specified by:
countCnsldtnDivisionin interfaceConsolidationDivisionService- Returns:
- A request builder to fetch the count of
CnsldtnDivisionentities. 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.
-
getCnsldtnDivisionByKey
Deprecated.Description copied from interface:ConsolidationDivisionServiceFetch a singleCnsldtnDivisionentity using key fields.- Specified by:
getCnsldtnDivisionByKeyin interfaceConsolidationDivisionService- Parameters:
division- DivisionConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnDivisionentity 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.
-
createCnsldtnDivision
@Nonnull public CreateRequestBuilder<CnsldtnDivision> createCnsldtnDivision(@Nonnull CnsldtnDivision cnsldtnDivision) Deprecated.Description copied from interface:ConsolidationDivisionServiceCreate a newCnsldtnDivisionentity and save it to the S/4HANA system.- Specified by:
createCnsldtnDivisionin interfaceConsolidationDivisionService- Parameters:
cnsldtnDivision-CnsldtnDivisionentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnDivisionentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnDivision
@Nonnull public UpdateRequestBuilder<CnsldtnDivision> updateCnsldtnDivision(@Nonnull CnsldtnDivision cnsldtnDivision) Deprecated.Description copied from interface:ConsolidationDivisionServiceUpdate an existingCnsldtnDivisionentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnDivisionin interfaceConsolidationDivisionService- Parameters:
cnsldtnDivision-CnsldtnDivisionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnDivisionentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnDivision
@Nonnull public DeleteRequestBuilder<CnsldtnDivision> deleteCnsldtnDivision(@Nonnull CnsldtnDivision cnsldtnDivision) Deprecated.Description copied from interface:ConsolidationDivisionServiceDeletes an existingCnsldtnDivisionentity in the S/4HANA system.- Specified by:
deleteCnsldtnDivisionin interfaceConsolidationDivisionService- Parameters:
cnsldtnDivision-CnsldtnDivisionentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnDivisionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnDivisionText
Deprecated.Description copied from interface:ConsolidationDivisionServiceFetch multipleCnsldtnDivisionTextentities.- Specified by:
getAllCnsldtnDivisionTextin interfaceConsolidationDivisionService- Returns:
- A request builder to fetch multiple
CnsldtnDivisionTextentities. 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.
-
countCnsldtnDivisionText
Deprecated.Description copied from interface:ConsolidationDivisionServiceFetch the number of entries from theCnsldtnDivisionTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnDivisionTextin interfaceConsolidationDivisionService- Returns:
- A request builder to fetch the count of
CnsldtnDivisionTextentities. 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.
-
getCnsldtnDivisionTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnDivisionText> getCnsldtnDivisionTextByKey(String language, String division) Deprecated.Description copied from interface:ConsolidationDivisionServiceFetch a singleCnsldtnDivisionTextentity using key fields.- Specified by:
getCnsldtnDivisionTextByKeyin interfaceConsolidationDivisionService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
division- DivisionConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnDivisionTextentity 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.
-
updateCnsldtnDivisionText
@Nonnull public UpdateRequestBuilder<CnsldtnDivisionText> updateCnsldtnDivisionText(@Nonnull CnsldtnDivisionText cnsldtnDivisionText) Deprecated.Description copied from interface:ConsolidationDivisionServiceUpdate an existingCnsldtnDivisionTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnDivisionTextin interfaceConsolidationDivisionService- Parameters:
cnsldtnDivisionText-CnsldtnDivisionTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnDivisionTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnDivisionText
@Nonnull public DeleteRequestBuilder<CnsldtnDivisionText> deleteCnsldtnDivisionText(@Nonnull CnsldtnDivisionText cnsldtnDivisionText) Deprecated.Description copied from interface:ConsolidationDivisionServiceDeletes an existingCnsldtnDivisionTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnDivisionTextin interfaceConsolidationDivisionService- Parameters:
cnsldtnDivisionText-CnsldtnDivisionTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnDivisionTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-