Class DefaultEnterpriseProjectInternalTypeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultEnterpriseProjectInternalTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,EnterpriseProjectInternalTypeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultEnterpriseProjectInternalTypeService")
@Deprecated
public class DefaultEnterpriseProjectInternalTypeService
extends Object
implements ServiceWithNavigableEntities, EnterpriseProjectInternalTypeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to read the internal project type code list for enterprise projects. You can use it to make the code list values available for the corresponding Enterprise Project service.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | ENTPROJECTTYPE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Enterprise Project - Internal Project Type Integration(SAP_COM_0723) |
| Scope Items: | Project Control - Finance(1NT), Project Review(1YF), Project Control - Finance(ONT), Project Review(OYF) |
| Authentication Methods: | x509 |
| Service Group Name: | API_ENTERPRISEPROJECTTYPE |
| Business Object: | Enterprise Project |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.EnterpriseProjectInternalTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingEnterpriseProjectInternalTypeService.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 theEntProjectTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theEntProjectTypeTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleEntProjectTypeentities.Deprecated.Fetch multipleEntProjectTypeTextentities.getEntProjectTypeByKey(String entProjectTypeInternal) Deprecated.Fetch a singleEntProjectTypeentity using key fields.getEntProjectTypeTextByKey(String language, String entProjectTypeInternal) Deprecated.Fetch a singleEntProjectTypeTextentity using key fields.Deprecated.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
-
DefaultEnterpriseProjectInternalTypeService
public DefaultEnterpriseProjectInternalTypeService()Deprecated.Creates a service usingEnterpriseProjectInternalTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultEnterpriseProjectInternalTypeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceEnterpriseProjectInternalTypeService- 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:EnterpriseProjectInternalTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceEnterpriseProjectInternalTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllEntProjectType
Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceFetch multipleEntProjectTypeentities.- Specified by:
getAllEntProjectTypein interfaceEnterpriseProjectInternalTypeService- Returns:
- A request builder to fetch multiple
EntProjectTypeentities. 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.
-
countEntProjectType
Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceFetch the number of entries from theEntProjectTypeentity collection matching the filter and search expressions.- Specified by:
countEntProjectTypein interfaceEnterpriseProjectInternalTypeService- Returns:
- A request builder to fetch the count of
EntProjectTypeentities. 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.
-
getEntProjectTypeByKey
@Nonnull public GetByKeyRequestBuilder<EntProjectType> getEntProjectTypeByKey(String entProjectTypeInternal) Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceFetch a singleEntProjectTypeentity using key fields.- Specified by:
getEntProjectTypeByKeyin interfaceEnterpriseProjectInternalTypeService- Parameters:
entProjectTypeInternal- Project TypeConstraints: Not nullable, Maximum length: 15
- Returns:
- A request builder to fetch a single
EntProjectTypeentity 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.
-
getAllEntProjectTypeText
Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceFetch multipleEntProjectTypeTextentities.- Specified by:
getAllEntProjectTypeTextin interfaceEnterpriseProjectInternalTypeService- Returns:
- A request builder to fetch multiple
EntProjectTypeTextentities. 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.
-
countEntProjectTypeText
Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceFetch the number of entries from theEntProjectTypeTextentity collection matching the filter and search expressions.- Specified by:
countEntProjectTypeTextin interfaceEnterpriseProjectInternalTypeService- Returns:
- A request builder to fetch the count of
EntProjectTypeTextentities. 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.
-
getEntProjectTypeTextByKey
@Nonnull public GetByKeyRequestBuilder<EntProjectTypeText> getEntProjectTypeTextByKey(String language, String entProjectTypeInternal) Deprecated.Description copied from interface:EnterpriseProjectInternalTypeServiceFetch a singleEntProjectTypeTextentity using key fields.- Specified by:
getEntProjectTypeTextByKeyin interfaceEnterpriseProjectInternalTypeService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
entProjectTypeInternal- Project TypeConstraints: Not nullable, Maximum length: 15
- Returns:
- A request builder to fetch a single
EntProjectTypeTextentity 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-