Class DefaultConsolidationGeneralLedgerAccountService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationGeneralLedgerAccountService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationGeneralLedgerAccountService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationGeneralLedgerAccountService")
@Deprecated
public class DefaultConsolidationGeneralLedgerAccountService
extends Object
implements ServiceWithNavigableEntities, ConsolidationGeneralLedgerAccountService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation G/L account is a G/L account that can be used for financial consolidation in group reporting. It can either be a G/L account that’s been defined in an area other than group reporting, or it can be a G/L account that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNGLACCOUNT_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_CNSLDTNGLACCOUNT |
| Business Object: | Consolidation G/L Account |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationGeneralLedgerAccountService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationGeneralLedgerAccountService.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 theCnsldtnGLAccountentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnGLAccountTextentity collection matching the filter and search expressions.createCnsldtnGLAccount(CnsldtnGLAccount cnsldtnGLAccount) Deprecated.Create a newCnsldtnGLAccountentity and save it to the S/4HANA system.deleteCnsldtnGLAccount(CnsldtnGLAccount cnsldtnGLAccount) Deprecated.Deletes an existingCnsldtnGLAccountentity in the S/4HANA system.deleteCnsldtnGLAccountText(CnsldtnGLAccountText cnsldtnGLAccountText) Deprecated.Deletes an existingCnsldtnGLAccountTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnGLAccountentities.Deprecated.Fetch multipleCnsldtnGLAccountTextentities.getCnsldtnGLAccountByKey(String chartOfAccounts, String gLAccount) Deprecated.Fetch a singleCnsldtnGLAccountentity using key fields.getCnsldtnGLAccountTextByKey(String language, String chartOfAccounts, String gLAccount) Deprecated.Fetch a singleCnsldtnGLAccountTextentity using key fields.Deprecated.updateCnsldtnGLAccount(CnsldtnGLAccount cnsldtnGLAccount) Deprecated.Update an existingCnsldtnGLAccountentity and save it to the S/4HANA system.updateCnsldtnGLAccountText(CnsldtnGLAccountText cnsldtnGLAccountText) Deprecated.Update an existingCnsldtnGLAccountTextentity 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
-
DefaultConsolidationGeneralLedgerAccountService
public DefaultConsolidationGeneralLedgerAccountService()Deprecated.Creates a service usingConsolidationGeneralLedgerAccountService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationGeneralLedgerAccountService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationGeneralLedgerAccountService- 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:ConsolidationGeneralLedgerAccountServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationGeneralLedgerAccountService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnGLAccount
Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceFetch multipleCnsldtnGLAccountentities.- Specified by:
getAllCnsldtnGLAccountin interfaceConsolidationGeneralLedgerAccountService- Returns:
- A request builder to fetch multiple
CnsldtnGLAccountentities. 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.
-
countCnsldtnGLAccount
Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceFetch the number of entries from theCnsldtnGLAccountentity collection matching the filter and search expressions.- Specified by:
countCnsldtnGLAccountin interfaceConsolidationGeneralLedgerAccountService- Returns:
- A request builder to fetch the count of
CnsldtnGLAccountentities. 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.
-
getCnsldtnGLAccountByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnGLAccount> getCnsldtnGLAccountByKey(String chartOfAccounts, String gLAccount) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceFetch a singleCnsldtnGLAccountentity using key fields.- Specified by:
getCnsldtnGLAccountByKeyin interfaceConsolidationGeneralLedgerAccountService- Parameters:
chartOfAccounts- G/L Chart of AccountsConstraints: Not nullable, Maximum length: 4
gLAccount- Consolidation G/L AccountConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnGLAccountentity 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.
-
createCnsldtnGLAccount
@Nonnull public CreateRequestBuilder<CnsldtnGLAccount> createCnsldtnGLAccount(@Nonnull CnsldtnGLAccount cnsldtnGLAccount) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceCreate a newCnsldtnGLAccountentity and save it to the S/4HANA system.- Specified by:
createCnsldtnGLAccountin interfaceConsolidationGeneralLedgerAccountService- Parameters:
cnsldtnGLAccount-CnsldtnGLAccountentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnGLAccountentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnGLAccount
@Nonnull public UpdateRequestBuilder<CnsldtnGLAccount> updateCnsldtnGLAccount(@Nonnull CnsldtnGLAccount cnsldtnGLAccount) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceUpdate an existingCnsldtnGLAccountentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnGLAccountin interfaceConsolidationGeneralLedgerAccountService- Parameters:
cnsldtnGLAccount-CnsldtnGLAccountentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnGLAccountentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnGLAccount
@Nonnull public DeleteRequestBuilder<CnsldtnGLAccount> deleteCnsldtnGLAccount(@Nonnull CnsldtnGLAccount cnsldtnGLAccount) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceDeletes an existingCnsldtnGLAccountentity in the S/4HANA system.- Specified by:
deleteCnsldtnGLAccountin interfaceConsolidationGeneralLedgerAccountService- Parameters:
cnsldtnGLAccount-CnsldtnGLAccountentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnGLAccountentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnGLAccountText
Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceFetch multipleCnsldtnGLAccountTextentities.- Specified by:
getAllCnsldtnGLAccountTextin interfaceConsolidationGeneralLedgerAccountService- Returns:
- A request builder to fetch multiple
CnsldtnGLAccountTextentities. 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.
-
countCnsldtnGLAccountText
Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceFetch the number of entries from theCnsldtnGLAccountTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnGLAccountTextin interfaceConsolidationGeneralLedgerAccountService- Returns:
- A request builder to fetch the count of
CnsldtnGLAccountTextentities. 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.
-
getCnsldtnGLAccountTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnGLAccountText> getCnsldtnGLAccountTextByKey(String language, String chartOfAccounts, String gLAccount) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceFetch a singleCnsldtnGLAccountTextentity using key fields.- Specified by:
getCnsldtnGLAccountTextByKeyin interfaceConsolidationGeneralLedgerAccountService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
chartOfAccounts- G/L Chart of AccountsConstraints: Not nullable, Maximum length: 4
gLAccount- Consolidation G/L AccountConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnGLAccountTextentity 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.
-
updateCnsldtnGLAccountText
@Nonnull public UpdateRequestBuilder<CnsldtnGLAccountText> updateCnsldtnGLAccountText(@Nonnull CnsldtnGLAccountText cnsldtnGLAccountText) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceUpdate an existingCnsldtnGLAccountTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnGLAccountTextin interfaceConsolidationGeneralLedgerAccountService- Parameters:
cnsldtnGLAccountText-CnsldtnGLAccountTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnGLAccountTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnGLAccountText
@Nonnull public DeleteRequestBuilder<CnsldtnGLAccountText> deleteCnsldtnGLAccountText(@Nonnull CnsldtnGLAccountText cnsldtnGLAccountText) Deprecated.Description copied from interface:ConsolidationGeneralLedgerAccountServiceDeletes an existingCnsldtnGLAccountTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnGLAccountTextin interfaceConsolidationGeneralLedgerAccountService- Parameters:
cnsldtnGLAccountText-CnsldtnGLAccountTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnGLAccountTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-