Class DefaultConsolidationIndustryService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationIndustryService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationIndustryService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationIndustryService")
@Deprecated
public class DefaultConsolidationIndustryService
extends Object
implements ServiceWithNavigableEntities, ConsolidationIndustryService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation industry is an industry that can be used for financial consolidation in group reporting. It can either be an industry that’s been defined in an area other than group reporting, or it can be an industry that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNINDUSTRY_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_CNSLDTNINDUSTRY |
| Business Object: | Consolidation Industry |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationIndustryService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationIndustryService.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 theCnsldtnIndustryentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnIndustryTextentity collection matching the filter and search expressions.createCnsldtnIndustry(CnsldtnIndustry cnsldtnIndustry) Deprecated.Create a newCnsldtnIndustryentity and save it to the S/4HANA system.deleteCnsldtnIndustry(CnsldtnIndustry cnsldtnIndustry) Deprecated.Deletes an existingCnsldtnIndustryentity in the S/4HANA system.deleteCnsldtnIndustryText(CnsldtnIndustryText cnsldtnIndustryText) Deprecated.Deletes an existingCnsldtnIndustryTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnIndustryentities.Deprecated.Fetch multipleCnsldtnIndustryTextentities.getCnsldtnIndustryByKey(String industry) Deprecated.Fetch a singleCnsldtnIndustryentity using key fields.getCnsldtnIndustryTextByKey(String language, String industry) Deprecated.Fetch a singleCnsldtnIndustryTextentity using key fields.Deprecated.updateCnsldtnIndustry(CnsldtnIndustry cnsldtnIndustry) Deprecated.Update an existingCnsldtnIndustryentity and save it to the S/4HANA system.updateCnsldtnIndustryText(CnsldtnIndustryText cnsldtnIndustryText) Deprecated.Update an existingCnsldtnIndustryTextentity 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
-
DefaultConsolidationIndustryService
public DefaultConsolidationIndustryService()Deprecated.Creates a service usingConsolidationIndustryService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationIndustryServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationIndustryService- 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:ConsolidationIndustryServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationIndustryService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnIndustry
Deprecated.Description copied from interface:ConsolidationIndustryServiceFetch multipleCnsldtnIndustryentities.- Specified by:
getAllCnsldtnIndustryin interfaceConsolidationIndustryService- Returns:
- A request builder to fetch multiple
CnsldtnIndustryentities. 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.
-
countCnsldtnIndustry
Deprecated.Description copied from interface:ConsolidationIndustryServiceFetch the number of entries from theCnsldtnIndustryentity collection matching the filter and search expressions.- Specified by:
countCnsldtnIndustryin interfaceConsolidationIndustryService- Returns:
- A request builder to fetch the count of
CnsldtnIndustryentities. 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.
-
getCnsldtnIndustryByKey
Deprecated.Description copied from interface:ConsolidationIndustryServiceFetch a singleCnsldtnIndustryentity using key fields.- Specified by:
getCnsldtnIndustryByKeyin interfaceConsolidationIndustryService- Parameters:
industry- IndustryConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnIndustryentity 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.
-
createCnsldtnIndustry
@Nonnull public CreateRequestBuilder<CnsldtnIndustry> createCnsldtnIndustry(@Nonnull CnsldtnIndustry cnsldtnIndustry) Deprecated.Description copied from interface:ConsolidationIndustryServiceCreate a newCnsldtnIndustryentity and save it to the S/4HANA system.- Specified by:
createCnsldtnIndustryin interfaceConsolidationIndustryService- Parameters:
cnsldtnIndustry-CnsldtnIndustryentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnIndustryentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnIndustry
@Nonnull public UpdateRequestBuilder<CnsldtnIndustry> updateCnsldtnIndustry(@Nonnull CnsldtnIndustry cnsldtnIndustry) Deprecated.Description copied from interface:ConsolidationIndustryServiceUpdate an existingCnsldtnIndustryentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnIndustryin interfaceConsolidationIndustryService- Parameters:
cnsldtnIndustry-CnsldtnIndustryentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnIndustryentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnIndustry
@Nonnull public DeleteRequestBuilder<CnsldtnIndustry> deleteCnsldtnIndustry(@Nonnull CnsldtnIndustry cnsldtnIndustry) Deprecated.Description copied from interface:ConsolidationIndustryServiceDeletes an existingCnsldtnIndustryentity in the S/4HANA system.- Specified by:
deleteCnsldtnIndustryin interfaceConsolidationIndustryService- Parameters:
cnsldtnIndustry-CnsldtnIndustryentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnIndustryentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnIndustryText
Deprecated.Description copied from interface:ConsolidationIndustryServiceFetch multipleCnsldtnIndustryTextentities.- Specified by:
getAllCnsldtnIndustryTextin interfaceConsolidationIndustryService- Returns:
- A request builder to fetch multiple
CnsldtnIndustryTextentities. 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.
-
countCnsldtnIndustryText
Deprecated.Description copied from interface:ConsolidationIndustryServiceFetch the number of entries from theCnsldtnIndustryTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnIndustryTextin interfaceConsolidationIndustryService- Returns:
- A request builder to fetch the count of
CnsldtnIndustryTextentities. 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.
-
getCnsldtnIndustryTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnIndustryText> getCnsldtnIndustryTextByKey(String language, String industry) Deprecated.Description copied from interface:ConsolidationIndustryServiceFetch a singleCnsldtnIndustryTextentity using key fields.- Specified by:
getCnsldtnIndustryTextByKeyin interfaceConsolidationIndustryService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
industry- IndustryConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnIndustryTextentity 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.
-
updateCnsldtnIndustryText
@Nonnull public UpdateRequestBuilder<CnsldtnIndustryText> updateCnsldtnIndustryText(@Nonnull CnsldtnIndustryText cnsldtnIndustryText) Deprecated.Description copied from interface:ConsolidationIndustryServiceUpdate an existingCnsldtnIndustryTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnIndustryTextin interfaceConsolidationIndustryService- Parameters:
cnsldtnIndustryText-CnsldtnIndustryTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnIndustryTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnIndustryText
@Nonnull public DeleteRequestBuilder<CnsldtnIndustryText> deleteCnsldtnIndustryText(@Nonnull CnsldtnIndustryText cnsldtnIndustryText) Deprecated.Description copied from interface:ConsolidationIndustryServiceDeletes an existingCnsldtnIndustryTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnIndustryTextin interfaceConsolidationIndustryService- Parameters:
cnsldtnIndustryText-CnsldtnIndustryTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnIndustryTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-