Class DefaultConsolidationSalesDistrictService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationSalesDistrictService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationSalesDistrictService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationSalesDistrictService")
@Deprecated
public class DefaultConsolidationSalesDistrictService
extends Object
implements ServiceWithNavigableEntities, ConsolidationSalesDistrictService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation sales district is a sales district that can be used for financial consolidation in group reporting. It can either be a sales district that’s been defined in an area other than group reporting, or it can be a sales district that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNSALESDISTRICT_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_CNSLDTNSALESDISTRICT |
| Business Object: | Consolidation Sales District |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationSalesDistrictService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationSalesDistrictService.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 theCnsldtnSalesDistrictentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnSalesDistrictTextentity collection matching the filter and search expressions.createCnsldtnSalesDistrict(CnsldtnSalesDistrict cnsldtnSalesDistrict) Deprecated.Create a newCnsldtnSalesDistrictentity and save it to the S/4HANA system.deleteCnsldtnSalesDistrict(CnsldtnSalesDistrict cnsldtnSalesDistrict) Deprecated.Deletes an existingCnsldtnSalesDistrictentity in the S/4HANA system.deleteCnsldtnSalesDistrictText(CnsldtnSalesDistrictText cnsldtnSalesDistrictText) Deprecated.Deletes an existingCnsldtnSalesDistrictTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnSalesDistrictentities.Deprecated.Fetch multipleCnsldtnSalesDistrictTextentities.getCnsldtnSalesDistrictByKey(String salesDistrict) Deprecated.Fetch a singleCnsldtnSalesDistrictentity using key fields.getCnsldtnSalesDistrictTextByKey(String language, String salesDistrict) Deprecated.Fetch a singleCnsldtnSalesDistrictTextentity using key fields.Deprecated.updateCnsldtnSalesDistrict(CnsldtnSalesDistrict cnsldtnSalesDistrict) Deprecated.Update an existingCnsldtnSalesDistrictentity and save it to the S/4HANA system.updateCnsldtnSalesDistrictText(CnsldtnSalesDistrictText cnsldtnSalesDistrictText) Deprecated.Update an existingCnsldtnSalesDistrictTextentity 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
-
DefaultConsolidationSalesDistrictService
public DefaultConsolidationSalesDistrictService()Deprecated.Creates a service usingConsolidationSalesDistrictService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationSalesDistrictService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationSalesDistrictService- 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:ConsolidationSalesDistrictServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationSalesDistrictService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnSalesDistrict
Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceFetch multipleCnsldtnSalesDistrictentities.- Specified by:
getAllCnsldtnSalesDistrictin interfaceConsolidationSalesDistrictService- Returns:
- A request builder to fetch multiple
CnsldtnSalesDistrictentities. 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.
-
countCnsldtnSalesDistrict
Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceFetch the number of entries from theCnsldtnSalesDistrictentity collection matching the filter and search expressions.- Specified by:
countCnsldtnSalesDistrictin interfaceConsolidationSalesDistrictService- Returns:
- A request builder to fetch the count of
CnsldtnSalesDistrictentities. 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.
-
getCnsldtnSalesDistrictByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnSalesDistrict> getCnsldtnSalesDistrictByKey(String salesDistrict) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceFetch a singleCnsldtnSalesDistrictentity using key fields.- Specified by:
getCnsldtnSalesDistrictByKeyin interfaceConsolidationSalesDistrictService- Parameters:
salesDistrict- Sales DistrictConstraints: Not nullable, Maximum length: 6
- Returns:
- A request builder to fetch a single
CnsldtnSalesDistrictentity 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.
-
createCnsldtnSalesDistrict
@Nonnull public CreateRequestBuilder<CnsldtnSalesDistrict> createCnsldtnSalesDistrict(@Nonnull CnsldtnSalesDistrict cnsldtnSalesDistrict) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceCreate a newCnsldtnSalesDistrictentity and save it to the S/4HANA system.- Specified by:
createCnsldtnSalesDistrictin interfaceConsolidationSalesDistrictService- Parameters:
cnsldtnSalesDistrict-CnsldtnSalesDistrictentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnSalesDistrictentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnSalesDistrict
@Nonnull public UpdateRequestBuilder<CnsldtnSalesDistrict> updateCnsldtnSalesDistrict(@Nonnull CnsldtnSalesDistrict cnsldtnSalesDistrict) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceUpdate an existingCnsldtnSalesDistrictentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnSalesDistrictin interfaceConsolidationSalesDistrictService- Parameters:
cnsldtnSalesDistrict-CnsldtnSalesDistrictentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSalesDistrictentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSalesDistrict
@Nonnull public DeleteRequestBuilder<CnsldtnSalesDistrict> deleteCnsldtnSalesDistrict(@Nonnull CnsldtnSalesDistrict cnsldtnSalesDistrict) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceDeletes an existingCnsldtnSalesDistrictentity in the S/4HANA system.- Specified by:
deleteCnsldtnSalesDistrictin interfaceConsolidationSalesDistrictService- Parameters:
cnsldtnSalesDistrict-CnsldtnSalesDistrictentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSalesDistrictentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnSalesDistrictText
Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceFetch multipleCnsldtnSalesDistrictTextentities.- Specified by:
getAllCnsldtnSalesDistrictTextin interfaceConsolidationSalesDistrictService- Returns:
- A request builder to fetch multiple
CnsldtnSalesDistrictTextentities. 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.
-
countCnsldtnSalesDistrictText
Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceFetch the number of entries from theCnsldtnSalesDistrictTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnSalesDistrictTextin interfaceConsolidationSalesDistrictService- Returns:
- A request builder to fetch the count of
CnsldtnSalesDistrictTextentities. 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.
-
getCnsldtnSalesDistrictTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnSalesDistrictText> getCnsldtnSalesDistrictTextByKey(String language, String salesDistrict) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceFetch a singleCnsldtnSalesDistrictTextentity using key fields.- Specified by:
getCnsldtnSalesDistrictTextByKeyin interfaceConsolidationSalesDistrictService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
salesDistrict- Sales DistrictConstraints: Not nullable, Maximum length: 6
- Returns:
- A request builder to fetch a single
CnsldtnSalesDistrictTextentity 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.
-
updateCnsldtnSalesDistrictText
@Nonnull public UpdateRequestBuilder<CnsldtnSalesDistrictText> updateCnsldtnSalesDistrictText(@Nonnull CnsldtnSalesDistrictText cnsldtnSalesDistrictText) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceUpdate an existingCnsldtnSalesDistrictTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnSalesDistrictTextin interfaceConsolidationSalesDistrictService- Parameters:
cnsldtnSalesDistrictText-CnsldtnSalesDistrictTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSalesDistrictTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSalesDistrictText
@Nonnull public DeleteRequestBuilder<CnsldtnSalesDistrictText> deleteCnsldtnSalesDistrictText(@Nonnull CnsldtnSalesDistrictText cnsldtnSalesDistrictText) Deprecated.Description copied from interface:ConsolidationSalesDistrictServiceDeletes an existingCnsldtnSalesDistrictTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnSalesDistrictTextin interfaceConsolidationSalesDistrictService- Parameters:
cnsldtnSalesDistrictText-CnsldtnSalesDistrictTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSalesDistrictTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-