Class DefaultConsolidationFinancialTransactionTypeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationFinancialTransactionTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationFinancialTransactionTypeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationFinancialTransactionTypeService")
@Deprecated
public class DefaultConsolidationFinancialTransactionTypeService
extends Object
implements ServiceWithNavigableEntities, ConsolidationFinancialTransactionTypeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation financial transaction type is a financial transaction type that can be used for financial consolidation in group reporting. It can either be a financial transaction type that’s been defined in an area other than group reporting, or it can be a financial transaction type that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNFINTRANSACTIONTYPE_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_CNSLDTNFINTRANSTYPE |
| Business Object: | Consolidation Financial Transaction Type |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationFinancialTransactionTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationFinancialTransactionTypeService.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 theCnsldtnFinTransactionTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnFinTransactionTypeTextentity collection matching the filter and search expressions.createCnsldtnFinTransactionType(CnsldtnFinTransactionType cnsldtnFinTransactionType) Deprecated.Create a newCnsldtnFinTransactionTypeentity and save it to the S/4HANA system.deleteCnsldtnFinTransactionType(CnsldtnFinTransactionType cnsldtnFinTransactionType) Deprecated.Deletes an existingCnsldtnFinTransactionTypeentity in the S/4HANA system.deleteCnsldtnFinTransactionTypeText(CnsldtnFinTransactionTypeText cnsldtnFinTransactionTypeText) Deprecated.Deletes an existingCnsldtnFinTransactionTypeTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnFinTransactionTypeentities.Deprecated.Fetch multipleCnsldtnFinTransactionTypeTextentities.getCnsldtnFinTransactionTypeByKey(String financialTransactionType) Deprecated.Fetch a singleCnsldtnFinTransactionTypeentity using key fields.getCnsldtnFinTransactionTypeTextByKey(String language, String financialTransactionType) Deprecated.Fetch a singleCnsldtnFinTransactionTypeTextentity using key fields.Deprecated.updateCnsldtnFinTransactionType(CnsldtnFinTransactionType cnsldtnFinTransactionType) Deprecated.Update an existingCnsldtnFinTransactionTypeentity and save it to the S/4HANA system.updateCnsldtnFinTransactionTypeText(CnsldtnFinTransactionTypeText cnsldtnFinTransactionTypeText) Deprecated.Update an existingCnsldtnFinTransactionTypeTextentity 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
-
DefaultConsolidationFinancialTransactionTypeService
public DefaultConsolidationFinancialTransactionTypeService()Deprecated.Creates a service usingConsolidationFinancialTransactionTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationFinancialTransactionTypeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationFinancialTransactionTypeService- 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:ConsolidationFinancialTransactionTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationFinancialTransactionTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnFinTransactionType
Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceFetch multipleCnsldtnFinTransactionTypeentities.- Specified by:
getAllCnsldtnFinTransactionTypein interfaceConsolidationFinancialTransactionTypeService- Returns:
- A request builder to fetch multiple
CnsldtnFinTransactionTypeentities. 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.
-
countCnsldtnFinTransactionType
Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceFetch the number of entries from theCnsldtnFinTransactionTypeentity collection matching the filter and search expressions.- Specified by:
countCnsldtnFinTransactionTypein interfaceConsolidationFinancialTransactionTypeService- Returns:
- A request builder to fetch the count of
CnsldtnFinTransactionTypeentities. 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.
-
getCnsldtnFinTransactionTypeByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnFinTransactionType> getCnsldtnFinTransactionTypeByKey(String financialTransactionType) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceFetch a singleCnsldtnFinTransactionTypeentity using key fields.- Specified by:
getCnsldtnFinTransactionTypeByKeyin interfaceConsolidationFinancialTransactionTypeService- Parameters:
financialTransactionType- Financial Transaction TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
CnsldtnFinTransactionTypeentity 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.
-
createCnsldtnFinTransactionType
@Nonnull public CreateRequestBuilder<CnsldtnFinTransactionType> createCnsldtnFinTransactionType(@Nonnull CnsldtnFinTransactionType cnsldtnFinTransactionType) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceCreate a newCnsldtnFinTransactionTypeentity and save it to the S/4HANA system.- Specified by:
createCnsldtnFinTransactionTypein interfaceConsolidationFinancialTransactionTypeService- Parameters:
cnsldtnFinTransactionType-CnsldtnFinTransactionTypeentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnFinTransactionTypeentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnFinTransactionType
@Nonnull public UpdateRequestBuilder<CnsldtnFinTransactionType> updateCnsldtnFinTransactionType(@Nonnull CnsldtnFinTransactionType cnsldtnFinTransactionType) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceUpdate an existingCnsldtnFinTransactionTypeentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFinTransactionTypein interfaceConsolidationFinancialTransactionTypeService- Parameters:
cnsldtnFinTransactionType-CnsldtnFinTransactionTypeentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFinTransactionTypeentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnFinTransactionType
@Nonnull public DeleteRequestBuilder<CnsldtnFinTransactionType> deleteCnsldtnFinTransactionType(@Nonnull CnsldtnFinTransactionType cnsldtnFinTransactionType) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceDeletes an existingCnsldtnFinTransactionTypeentity in the S/4HANA system.- Specified by:
deleteCnsldtnFinTransactionTypein interfaceConsolidationFinancialTransactionTypeService- Parameters:
cnsldtnFinTransactionType-CnsldtnFinTransactionTypeentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnFinTransactionTypeentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnFinTransactionTypeText
@Nonnull public GetAllRequestBuilder<CnsldtnFinTransactionTypeText> getAllCnsldtnFinTransactionTypeText()Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceFetch multipleCnsldtnFinTransactionTypeTextentities.- Specified by:
getAllCnsldtnFinTransactionTypeTextin interfaceConsolidationFinancialTransactionTypeService- Returns:
- A request builder to fetch multiple
CnsldtnFinTransactionTypeTextentities. 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.
-
countCnsldtnFinTransactionTypeText
@Nonnull public CountRequestBuilder<CnsldtnFinTransactionTypeText> countCnsldtnFinTransactionTypeText()Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceFetch the number of entries from theCnsldtnFinTransactionTypeTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnFinTransactionTypeTextin interfaceConsolidationFinancialTransactionTypeService- Returns:
- A request builder to fetch the count of
CnsldtnFinTransactionTypeTextentities. 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.
-
getCnsldtnFinTransactionTypeTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnFinTransactionTypeText> getCnsldtnFinTransactionTypeTextByKey(String language, String financialTransactionType) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceFetch a singleCnsldtnFinTransactionTypeTextentity using key fields.- Specified by:
getCnsldtnFinTransactionTypeTextByKeyin interfaceConsolidationFinancialTransactionTypeService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
financialTransactionType- Financial Transaction TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
CnsldtnFinTransactionTypeTextentity 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.
-
updateCnsldtnFinTransactionTypeText
@Nonnull public UpdateRequestBuilder<CnsldtnFinTransactionTypeText> updateCnsldtnFinTransactionTypeText(@Nonnull CnsldtnFinTransactionTypeText cnsldtnFinTransactionTypeText) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceUpdate an existingCnsldtnFinTransactionTypeTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFinTransactionTypeTextin interfaceConsolidationFinancialTransactionTypeService- Parameters:
cnsldtnFinTransactionTypeText-CnsldtnFinTransactionTypeTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFinTransactionTypeTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnFinTransactionTypeText
@Nonnull public DeleteRequestBuilder<CnsldtnFinTransactionTypeText> deleteCnsldtnFinTransactionTypeText(@Nonnull CnsldtnFinTransactionTypeText cnsldtnFinTransactionTypeText) Deprecated.Description copied from interface:ConsolidationFinancialTransactionTypeServiceDeletes an existingCnsldtnFinTransactionTypeTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnFinTransactionTypeTextin interfaceConsolidationFinancialTransactionTypeService- Parameters:
cnsldtnFinTransactionTypeText-CnsldtnFinTransactionTypeTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnFinTransactionTypeTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-