Class DefaultConsolidationSupplierService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationSupplierService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationSupplierService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationSupplierService")
@Deprecated
public class DefaultConsolidationSupplierService
extends Object
implements ServiceWithNavigableEntities, ConsolidationSupplierService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation supplier is a supplier that can be used for financial consolidation in group reporting. It can either be a supplier that’s been defined in an area other than group reporting, or it can be a supplier that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNSUPPLIER_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_CNSLDTNSUPPLIER |
| Business Object: | Consolidation Supplier |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationSupplierService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationSupplierService.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 theCnsldtnSupplierentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnSupplierTextentity collection matching the filter and search expressions.createCnsldtnSupplier(CnsldtnSupplier cnsldtnSupplier) Deprecated.Create a newCnsldtnSupplierentity and save it to the S/4HANA system.deleteCnsldtnSupplier(CnsldtnSupplier cnsldtnSupplier) Deprecated.Deletes an existingCnsldtnSupplierentity in the S/4HANA system.deleteCnsldtnSupplierText(CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Deletes an existingCnsldtnSupplierTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnSupplierentities.Deprecated.Fetch multipleCnsldtnSupplierTextentities.getCnsldtnSupplierByKey(String supplier) Deprecated.Fetch a singleCnsldtnSupplierentity using key fields.getCnsldtnSupplierTextByKey(String language, String supplier) Deprecated.Fetch a singleCnsldtnSupplierTextentity using key fields.Deprecated.updateCnsldtnSupplier(CnsldtnSupplier cnsldtnSupplier) Deprecated.Update an existingCnsldtnSupplierentity and save it to the S/4HANA system.updateCnsldtnSupplierText(CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Update an existingCnsldtnSupplierTextentity 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
-
DefaultConsolidationSupplierService
public DefaultConsolidationSupplierService()Deprecated.Creates a service usingConsolidationSupplierService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationSupplierServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationSupplierService- 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:ConsolidationSupplierServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationSupplierService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnSupplier
Deprecated.Description copied from interface:ConsolidationSupplierServiceFetch multipleCnsldtnSupplierentities.- Specified by:
getAllCnsldtnSupplierin interfaceConsolidationSupplierService- Returns:
- A request builder to fetch multiple
CnsldtnSupplierentities. 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.
-
countCnsldtnSupplier
Deprecated.Description copied from interface:ConsolidationSupplierServiceFetch the number of entries from theCnsldtnSupplierentity collection matching the filter and search expressions.- Specified by:
countCnsldtnSupplierin interfaceConsolidationSupplierService- Returns:
- A request builder to fetch the count of
CnsldtnSupplierentities. 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.
-
getCnsldtnSupplierByKey
Deprecated.Description copied from interface:ConsolidationSupplierServiceFetch a singleCnsldtnSupplierentity using key fields.- Specified by:
getCnsldtnSupplierByKeyin interfaceConsolidationSupplierService- Parameters:
supplier- SupplierConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnSupplierentity 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.
-
createCnsldtnSupplier
@Nonnull public CreateRequestBuilder<CnsldtnSupplier> createCnsldtnSupplier(@Nonnull CnsldtnSupplier cnsldtnSupplier) Deprecated.Description copied from interface:ConsolidationSupplierServiceCreate a newCnsldtnSupplierentity and save it to the S/4HANA system.- Specified by:
createCnsldtnSupplierin interfaceConsolidationSupplierService- Parameters:
cnsldtnSupplier-CnsldtnSupplierentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnSupplierentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnSupplier
@Nonnull public UpdateRequestBuilder<CnsldtnSupplier> updateCnsldtnSupplier(@Nonnull CnsldtnSupplier cnsldtnSupplier) Deprecated.Description copied from interface:ConsolidationSupplierServiceUpdate an existingCnsldtnSupplierentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnSupplierin interfaceConsolidationSupplierService- Parameters:
cnsldtnSupplier-CnsldtnSupplierentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSupplierentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSupplier
@Nonnull public DeleteRequestBuilder<CnsldtnSupplier> deleteCnsldtnSupplier(@Nonnull CnsldtnSupplier cnsldtnSupplier) Deprecated.Description copied from interface:ConsolidationSupplierServiceDeletes an existingCnsldtnSupplierentity in the S/4HANA system.- Specified by:
deleteCnsldtnSupplierin interfaceConsolidationSupplierService- Parameters:
cnsldtnSupplier-CnsldtnSupplierentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSupplierentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnSupplierText
Deprecated.Description copied from interface:ConsolidationSupplierServiceFetch multipleCnsldtnSupplierTextentities.- Specified by:
getAllCnsldtnSupplierTextin interfaceConsolidationSupplierService- Returns:
- A request builder to fetch multiple
CnsldtnSupplierTextentities. 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.
-
countCnsldtnSupplierText
Deprecated.Description copied from interface:ConsolidationSupplierServiceFetch the number of entries from theCnsldtnSupplierTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnSupplierTextin interfaceConsolidationSupplierService- Returns:
- A request builder to fetch the count of
CnsldtnSupplierTextentities. 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.
-
getCnsldtnSupplierTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnSupplierText> getCnsldtnSupplierTextByKey(String language, String supplier) Deprecated.Description copied from interface:ConsolidationSupplierServiceFetch a singleCnsldtnSupplierTextentity using key fields.- Specified by:
getCnsldtnSupplierTextByKeyin interfaceConsolidationSupplierService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
supplier- SupplierConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnSupplierTextentity 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.
-
updateCnsldtnSupplierText
@Nonnull public UpdateRequestBuilder<CnsldtnSupplierText> updateCnsldtnSupplierText(@Nonnull CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Description copied from interface:ConsolidationSupplierServiceUpdate an existingCnsldtnSupplierTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnSupplierTextin interfaceConsolidationSupplierService- Parameters:
cnsldtnSupplierText-CnsldtnSupplierTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSupplierTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSupplierText
@Nonnull public DeleteRequestBuilder<CnsldtnSupplierText> deleteCnsldtnSupplierText(@Nonnull CnsldtnSupplierText cnsldtnSupplierText) Deprecated.Description copied from interface:ConsolidationSupplierServiceDeletes an existingCnsldtnSupplierTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnSupplierTextin interfaceConsolidationSupplierService- Parameters:
cnsldtnSupplierText-CnsldtnSupplierTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSupplierTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-