Class DefaultConsolidationCustomerService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationCustomerService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationCustomerService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationCustomerService")
@Deprecated
public class DefaultConsolidationCustomerService
extends Object
implements ServiceWithNavigableEntities, ConsolidationCustomerService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation customer is a customer that can be used for financial consolidation in group reporting. It can either be a customer that’s been defined in an area other than group reporting, or it can be a customer that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNCUSTOMER_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_CNSLDTNCUSTOMER |
| Business Object: | Consolidation Customer |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationCustomerService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationCustomerService.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 theCnsldtnCustomerentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnCustomerTextentity collection matching the filter and search expressions.createCnsldtnCustomer(CnsldtnCustomer cnsldtnCustomer) Deprecated.Create a newCnsldtnCustomerentity and save it to the S/4HANA system.deleteCnsldtnCustomer(CnsldtnCustomer cnsldtnCustomer) Deprecated.Deletes an existingCnsldtnCustomerentity in the S/4HANA system.deleteCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Deletes an existingCnsldtnCustomerTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnCustomerentities.Deprecated.Fetch multipleCnsldtnCustomerTextentities.getCnsldtnCustomerByKey(String customer) Deprecated.Fetch a singleCnsldtnCustomerentity using key fields.getCnsldtnCustomerTextByKey(String language, String customer) Deprecated.Fetch a singleCnsldtnCustomerTextentity using key fields.Deprecated.updateCnsldtnCustomer(CnsldtnCustomer cnsldtnCustomer) Deprecated.Update an existingCnsldtnCustomerentity and save it to the S/4HANA system.updateCnsldtnCustomerText(CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Update an existingCnsldtnCustomerTextentity 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
-
DefaultConsolidationCustomerService
public DefaultConsolidationCustomerService()Deprecated.Creates a service usingConsolidationCustomerService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationCustomerServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationCustomerService- 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:ConsolidationCustomerServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationCustomerService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnCustomer
Deprecated.Description copied from interface:ConsolidationCustomerServiceFetch multipleCnsldtnCustomerentities.- Specified by:
getAllCnsldtnCustomerin interfaceConsolidationCustomerService- Returns:
- A request builder to fetch multiple
CnsldtnCustomerentities. 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.
-
countCnsldtnCustomer
Deprecated.Description copied from interface:ConsolidationCustomerServiceFetch the number of entries from theCnsldtnCustomerentity collection matching the filter and search expressions.- Specified by:
countCnsldtnCustomerin interfaceConsolidationCustomerService- Returns:
- A request builder to fetch the count of
CnsldtnCustomerentities. 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.
-
getCnsldtnCustomerByKey
Deprecated.Description copied from interface:ConsolidationCustomerServiceFetch a singleCnsldtnCustomerentity using key fields.- Specified by:
getCnsldtnCustomerByKeyin interfaceConsolidationCustomerService- Parameters:
customer- Consolidation CustomerConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnCustomerentity 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.
-
createCnsldtnCustomer
@Nonnull public CreateRequestBuilder<CnsldtnCustomer> createCnsldtnCustomer(@Nonnull CnsldtnCustomer cnsldtnCustomer) Deprecated.Description copied from interface:ConsolidationCustomerServiceCreate a newCnsldtnCustomerentity and save it to the S/4HANA system.- Specified by:
createCnsldtnCustomerin interfaceConsolidationCustomerService- Parameters:
cnsldtnCustomer-CnsldtnCustomerentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnCustomerentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnCustomer
@Nonnull public UpdateRequestBuilder<CnsldtnCustomer> updateCnsldtnCustomer(@Nonnull CnsldtnCustomer cnsldtnCustomer) Deprecated.Description copied from interface:ConsolidationCustomerServiceUpdate an existingCnsldtnCustomerentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnCustomerin interfaceConsolidationCustomerService- Parameters:
cnsldtnCustomer-CnsldtnCustomerentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnCustomerentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnCustomer
@Nonnull public DeleteRequestBuilder<CnsldtnCustomer> deleteCnsldtnCustomer(@Nonnull CnsldtnCustomer cnsldtnCustomer) Deprecated.Description copied from interface:ConsolidationCustomerServiceDeletes an existingCnsldtnCustomerentity in the S/4HANA system.- Specified by:
deleteCnsldtnCustomerin interfaceConsolidationCustomerService- Parameters:
cnsldtnCustomer-CnsldtnCustomerentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnCustomerentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnCustomerText
Deprecated.Description copied from interface:ConsolidationCustomerServiceFetch multipleCnsldtnCustomerTextentities.- Specified by:
getAllCnsldtnCustomerTextin interfaceConsolidationCustomerService- Returns:
- A request builder to fetch multiple
CnsldtnCustomerTextentities. 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.
-
countCnsldtnCustomerText
Deprecated.Description copied from interface:ConsolidationCustomerServiceFetch the number of entries from theCnsldtnCustomerTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnCustomerTextin interfaceConsolidationCustomerService- Returns:
- A request builder to fetch the count of
CnsldtnCustomerTextentities. 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.
-
getCnsldtnCustomerTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnCustomerText> getCnsldtnCustomerTextByKey(String language, String customer) Deprecated.Description copied from interface:ConsolidationCustomerServiceFetch a singleCnsldtnCustomerTextentity using key fields.- Specified by:
getCnsldtnCustomerTextByKeyin interfaceConsolidationCustomerService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
customer- Consolidation CustomerConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnCustomerTextentity 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.
-
updateCnsldtnCustomerText
@Nonnull public UpdateRequestBuilder<CnsldtnCustomerText> updateCnsldtnCustomerText(@Nonnull CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Description copied from interface:ConsolidationCustomerServiceUpdate an existingCnsldtnCustomerTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnCustomerTextin interfaceConsolidationCustomerService- Parameters:
cnsldtnCustomerText-CnsldtnCustomerTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnCustomerTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnCustomerText
@Nonnull public DeleteRequestBuilder<CnsldtnCustomerText> deleteCnsldtnCustomerText(@Nonnull CnsldtnCustomerText cnsldtnCustomerText) Deprecated.Description copied from interface:ConsolidationCustomerServiceDeletes an existingCnsldtnCustomerTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnCustomerTextin interfaceConsolidationCustomerService- Parameters:
cnsldtnCustomerText-CnsldtnCustomerTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnCustomerTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-