Class DefaultConsolidationBillingDocumentTypeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationBillingDocumentTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationBillingDocumentTypeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationBillingDocumentTypeService")
@Deprecated
public class DefaultConsolidationBillingDocumentTypeService
extends Object
implements ServiceWithNavigableEntities, ConsolidationBillingDocumentTypeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation billing document type is a billing document type that can be used for financial consolidation in group reporting. It can either be a billing document type that’s been defined in an area other than group reporting, or it can be a billing document type that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNBILLINGDOCUMENTTYPE_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_CNSLDTNBILLINGDOCTYPE |
| Business Object: | Consolidation Billing Document Type |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationBillingDocumentTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationBillingDocumentTypeService.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 theCnsldtnBillingDocumentTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnBillingDocTypeTextentity collection matching the filter and search expressions.createCnsldtnBillingDocumentType(CnsldtnBillingDocumentType cnsldtnBillingDocumentType) Deprecated.Create a newCnsldtnBillingDocumentTypeentity and save it to the S/4HANA system.deleteCnsldtnBillingDocumentType(CnsldtnBillingDocumentType cnsldtnBillingDocumentType) Deprecated.Deletes an existingCnsldtnBillingDocumentTypeentity in the S/4HANA system.deleteCnsldtnBillingDocumentTypeText(CnsldtnBillingDocTypeText cnsldtnBillingDocTypeText) Deprecated.Deletes an existingCnsldtnBillingDocTypeTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnBillingDocumentTypeentities.Deprecated.Fetch multipleCnsldtnBillingDocTypeTextentities.getCnsldtnBillingDocumentTypeByKey(String billingDocumentType) Deprecated.Fetch a singleCnsldtnBillingDocumentTypeentity using key fields.getCnsldtnBillingDocumentTypeTextByKey(String language, String billingDocumentType) Deprecated.Fetch a singleCnsldtnBillingDocTypeTextentity using key fields.Deprecated.updateCnsldtnBillingDocumentType(CnsldtnBillingDocumentType cnsldtnBillingDocumentType) Deprecated.Update an existingCnsldtnBillingDocumentTypeentity and save it to the S/4HANA system.updateCnsldtnBillingDocumentTypeText(CnsldtnBillingDocTypeText cnsldtnBillingDocTypeText) Deprecated.Update an existingCnsldtnBillingDocTypeTextentity 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
-
DefaultConsolidationBillingDocumentTypeService
public DefaultConsolidationBillingDocumentTypeService()Deprecated.Creates a service usingConsolidationBillingDocumentTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationBillingDocumentTypeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationBillingDocumentTypeService- 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:ConsolidationBillingDocumentTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationBillingDocumentTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnBillingDocumentType
Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceFetch multipleCnsldtnBillingDocumentTypeentities.- Specified by:
getAllCnsldtnBillingDocumentTypein interfaceConsolidationBillingDocumentTypeService- Returns:
- A request builder to fetch multiple
CnsldtnBillingDocumentTypeentities. 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.
-
countCnsldtnBillingDocumentType
Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceFetch the number of entries from theCnsldtnBillingDocumentTypeentity collection matching the filter and search expressions.- Specified by:
countCnsldtnBillingDocumentTypein interfaceConsolidationBillingDocumentTypeService- Returns:
- A request builder to fetch the count of
CnsldtnBillingDocumentTypeentities. 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.
-
getCnsldtnBillingDocumentTypeByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnBillingDocumentType> getCnsldtnBillingDocumentTypeByKey(String billingDocumentType) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceFetch a singleCnsldtnBillingDocumentTypeentity using key fields.- Specified by:
getCnsldtnBillingDocumentTypeByKeyin interfaceConsolidationBillingDocumentTypeService- Parameters:
billingDocumentType- Billing Document TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnBillingDocumentTypeentity 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.
-
createCnsldtnBillingDocumentType
@Nonnull public CreateRequestBuilder<CnsldtnBillingDocumentType> createCnsldtnBillingDocumentType(@Nonnull CnsldtnBillingDocumentType cnsldtnBillingDocumentType) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceCreate a newCnsldtnBillingDocumentTypeentity and save it to the S/4HANA system.- Specified by:
createCnsldtnBillingDocumentTypein interfaceConsolidationBillingDocumentTypeService- Parameters:
cnsldtnBillingDocumentType-CnsldtnBillingDocumentTypeentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnBillingDocumentTypeentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnBillingDocumentType
@Nonnull public UpdateRequestBuilder<CnsldtnBillingDocumentType> updateCnsldtnBillingDocumentType(@Nonnull CnsldtnBillingDocumentType cnsldtnBillingDocumentType) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceUpdate an existingCnsldtnBillingDocumentTypeentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnBillingDocumentTypein interfaceConsolidationBillingDocumentTypeService- Parameters:
cnsldtnBillingDocumentType-CnsldtnBillingDocumentTypeentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnBillingDocumentTypeentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnBillingDocumentType
@Nonnull public DeleteRequestBuilder<CnsldtnBillingDocumentType> deleteCnsldtnBillingDocumentType(@Nonnull CnsldtnBillingDocumentType cnsldtnBillingDocumentType) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceDeletes an existingCnsldtnBillingDocumentTypeentity in the S/4HANA system.- Specified by:
deleteCnsldtnBillingDocumentTypein interfaceConsolidationBillingDocumentTypeService- Parameters:
cnsldtnBillingDocumentType-CnsldtnBillingDocumentTypeentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnBillingDocumentTypeentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnBillingDocumentTypeText
@Nonnull public GetAllRequestBuilder<CnsldtnBillingDocTypeText> getAllCnsldtnBillingDocumentTypeText()Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceFetch multipleCnsldtnBillingDocTypeTextentities.- Specified by:
getAllCnsldtnBillingDocumentTypeTextin interfaceConsolidationBillingDocumentTypeService- Returns:
- A request builder to fetch multiple
CnsldtnBillingDocTypeTextentities. 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.
-
countCnsldtnBillingDocumentTypeText
@Nonnull public CountRequestBuilder<CnsldtnBillingDocTypeText> countCnsldtnBillingDocumentTypeText()Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceFetch the number of entries from theCnsldtnBillingDocTypeTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnBillingDocumentTypeTextin interfaceConsolidationBillingDocumentTypeService- Returns:
- A request builder to fetch the count of
CnsldtnBillingDocTypeTextentities. 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.
-
getCnsldtnBillingDocumentTypeTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnBillingDocTypeText> getCnsldtnBillingDocumentTypeTextByKey(String language, String billingDocumentType) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceFetch a singleCnsldtnBillingDocTypeTextentity using key fields.- Specified by:
getCnsldtnBillingDocumentTypeTextByKeyin interfaceConsolidationBillingDocumentTypeService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
billingDocumentType- Billing Document TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnBillingDocTypeTextentity 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.
-
updateCnsldtnBillingDocumentTypeText
@Nonnull public UpdateRequestBuilder<CnsldtnBillingDocTypeText> updateCnsldtnBillingDocumentTypeText(@Nonnull CnsldtnBillingDocTypeText cnsldtnBillingDocTypeText) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceUpdate an existingCnsldtnBillingDocTypeTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnBillingDocumentTypeTextin interfaceConsolidationBillingDocumentTypeService- Parameters:
cnsldtnBillingDocTypeText-CnsldtnBillingDocTypeTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnBillingDocTypeTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnBillingDocumentTypeText
@Nonnull public DeleteRequestBuilder<CnsldtnBillingDocTypeText> deleteCnsldtnBillingDocumentTypeText(@Nonnull CnsldtnBillingDocTypeText cnsldtnBillingDocTypeText) Deprecated.Description copied from interface:ConsolidationBillingDocumentTypeServiceDeletes an existingCnsldtnBillingDocTypeTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnBillingDocumentTypeTextin interfaceConsolidationBillingDocumentTypeService- Parameters:
cnsldtnBillingDocTypeText-CnsldtnBillingDocTypeTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnBillingDocTypeTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-