Class DefaultConsolidationOrderService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationOrderService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationOrderService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationOrderService")
@Deprecated
public class DefaultConsolidationOrderService
extends Object
implements ServiceWithNavigableEntities, ConsolidationOrderService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation order is an order that can be used for financial consolidation in group reporting. It can either be an order that’s been defined in an area other than group reporting, or it can be an order that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNORDER_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_CNSLDTNORDER |
| Business Object: | Consolidation Order |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationOrderService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationOrderService.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 theCnsldtnOrderentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnOrderTextentity collection matching the filter and search expressions.createCnsldtnOrder(CnsldtnOrder cnsldtnOrder) Deprecated.Create a newCnsldtnOrderentity and save it to the S/4HANA system.deleteCnsldtnOrder(CnsldtnOrder cnsldtnOrder) Deprecated.Deletes an existingCnsldtnOrderentity in the S/4HANA system.deleteCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Deletes an existingCnsldtnOrderTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnOrderentities.Deprecated.Fetch multipleCnsldtnOrderTextentities.getCnsldtnOrderByKey(String orderID) Deprecated.Fetch a singleCnsldtnOrderentity using key fields.getCnsldtnOrderTextByKey(String language, String orderID) Deprecated.Fetch a singleCnsldtnOrderTextentity using key fields.Deprecated.updateCnsldtnOrder(CnsldtnOrder cnsldtnOrder) Deprecated.Update an existingCnsldtnOrderentity and save it to the S/4HANA system.updateCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Update an existingCnsldtnOrderTextentity 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
-
DefaultConsolidationOrderService
public DefaultConsolidationOrderService()Deprecated.Creates a service usingConsolidationOrderService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationOrderServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationOrderService- 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:ConsolidationOrderServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationOrderService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnOrder
Deprecated.Description copied from interface:ConsolidationOrderServiceFetch multipleCnsldtnOrderentities.- Specified by:
getAllCnsldtnOrderin interfaceConsolidationOrderService- Returns:
- A request builder to fetch multiple
CnsldtnOrderentities. 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.
-
countCnsldtnOrder
Deprecated.Description copied from interface:ConsolidationOrderServiceFetch the number of entries from theCnsldtnOrderentity collection matching the filter and search expressions.- Specified by:
countCnsldtnOrderin interfaceConsolidationOrderService- Returns:
- A request builder to fetch the count of
CnsldtnOrderentities. 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.
-
getCnsldtnOrderByKey
Deprecated.Description copied from interface:ConsolidationOrderServiceFetch a singleCnsldtnOrderentity using key fields.- Specified by:
getCnsldtnOrderByKeyin interfaceConsolidationOrderService- Parameters:
orderID- OrderConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
CnsldtnOrderentity 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.
-
createCnsldtnOrder
@Nonnull public CreateRequestBuilder<CnsldtnOrder> createCnsldtnOrder(@Nonnull CnsldtnOrder cnsldtnOrder) Deprecated.Description copied from interface:ConsolidationOrderServiceCreate a newCnsldtnOrderentity and save it to the S/4HANA system.- Specified by:
createCnsldtnOrderin interfaceConsolidationOrderService- Parameters:
cnsldtnOrder-CnsldtnOrderentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnOrderentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnOrder
@Nonnull public UpdateRequestBuilder<CnsldtnOrder> updateCnsldtnOrder(@Nonnull CnsldtnOrder cnsldtnOrder) Deprecated.Description copied from interface:ConsolidationOrderServiceUpdate an existingCnsldtnOrderentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnOrderin interfaceConsolidationOrderService- Parameters:
cnsldtnOrder-CnsldtnOrderentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnOrderentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnOrder
@Nonnull public DeleteRequestBuilder<CnsldtnOrder> deleteCnsldtnOrder(@Nonnull CnsldtnOrder cnsldtnOrder) Deprecated.Description copied from interface:ConsolidationOrderServiceDeletes an existingCnsldtnOrderentity in the S/4HANA system.- Specified by:
deleteCnsldtnOrderin interfaceConsolidationOrderService- Parameters:
cnsldtnOrder-CnsldtnOrderentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnOrderentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnOrderText
Deprecated.Description copied from interface:ConsolidationOrderServiceFetch multipleCnsldtnOrderTextentities.- Specified by:
getAllCnsldtnOrderTextin interfaceConsolidationOrderService- Returns:
- A request builder to fetch multiple
CnsldtnOrderTextentities. 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.
-
countCnsldtnOrderText
Deprecated.Description copied from interface:ConsolidationOrderServiceFetch the number of entries from theCnsldtnOrderTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnOrderTextin interfaceConsolidationOrderService- Returns:
- A request builder to fetch the count of
CnsldtnOrderTextentities. 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.
-
getCnsldtnOrderTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnOrderText> getCnsldtnOrderTextByKey(String language, String orderID) Deprecated.Description copied from interface:ConsolidationOrderServiceFetch a singleCnsldtnOrderTextentity using key fields.- Specified by:
getCnsldtnOrderTextByKeyin interfaceConsolidationOrderService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
orderID- OrderConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
CnsldtnOrderTextentity 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.
-
updateCnsldtnOrderText
@Nonnull public UpdateRequestBuilder<CnsldtnOrderText> updateCnsldtnOrderText(@Nonnull CnsldtnOrderText cnsldtnOrderText) Deprecated.Description copied from interface:ConsolidationOrderServiceUpdate an existingCnsldtnOrderTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnOrderTextin interfaceConsolidationOrderService- Parameters:
cnsldtnOrderText-CnsldtnOrderTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnOrderTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnOrderText
@Nonnull public DeleteRequestBuilder<CnsldtnOrderText> deleteCnsldtnOrderText(@Nonnull CnsldtnOrderText cnsldtnOrderText) Deprecated.Description copied from interface:ConsolidationOrderServiceDeletes an existingCnsldtnOrderTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnOrderTextin interfaceConsolidationOrderService- Parameters:
cnsldtnOrderText-CnsldtnOrderTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnOrderTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-