Class DefaultProjectBillingRequestService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProjectBillingRequestService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProjectBillingRequestService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProjectBillingRequestService")
@Deprecated
public class DefaultProjectBillingRequestService
extends Object
implements ServiceWithNavigableEntities, ProjectBillingRequestService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, read, update, and delete project billing requests for customer projects. A project billing request is a document generated when preparing billing for one or more billing elements. It is an intermediary document based on which billing document requests are generated. This service is based on the OData protocol and can be consumed by apps and other user interfaces..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PROJECTBILLINGREQUEST_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Project Billing Integration(SAP_COM_0909) |
| Scope Items: | Project Billing - Project-Based Services(4E9) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PROJECTBILLINGREQUEST |
| Business Object: | Project Billing Request |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProjectBillingRequestService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProjectBillingRequestService.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 theProjectBillingRequestentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectBillingRequestItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectBillingRequestItemJELnkentity collection matching the filter and search expressions.createProjectBillingRequest(ProjectBillingRequest projectBillingRequest) Deprecated.Create a newProjectBillingRequestentity and save it to the S/4HANA system.deleteProjectBillingRequestItem(ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Deletes an existingProjectBillingRequestItementity in the S/4HANA system.Deprecated.Fetch multipleProjectBillingRequestentities.Deprecated.Fetch multipleProjectBillingRequestItementities.Deprecated.Fetch multipleProjectBillingRequestItemJELnkentities.getProjectBillingRequestByKey(UUID projectBillingRequestUUID) Deprecated.Fetch a singleProjectBillingRequestentity using key fields.getProjectBillingRequestItemByKey(UUID projectBillingRequestItemUUID) Deprecated.Fetch a singleProjectBillingRequestItementity using key fields.getProjectBillingRequestItemJELnkByKey(UUID projBillgElmntEntrItmUUID) Deprecated.Fetch a singleProjectBillingRequestItemJELnkentity using key fields.Deprecated.updateProjectBillingRequestItem(ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Update an existingProjectBillingRequestItementity 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
-
DefaultProjectBillingRequestService
public DefaultProjectBillingRequestService()Deprecated.Creates a service usingProjectBillingRequestService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProjectBillingRequestServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProjectBillingRequestService- 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:ProjectBillingRequestServiceCreates a batch request builder object.- Specified by:
batchin interfaceProjectBillingRequestService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProjectBillingRequest
Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch multipleProjectBillingRequestentities.- Specified by:
getAllProjectBillingRequestin interfaceProjectBillingRequestService- Returns:
- A request builder to fetch multiple
ProjectBillingRequestentities. 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.
-
countProjectBillingRequest
Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch the number of entries from theProjectBillingRequestentity collection matching the filter and search expressions.- Specified by:
countProjectBillingRequestin interfaceProjectBillingRequestService- Returns:
- A request builder to fetch the count of
ProjectBillingRequestentities. 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.
-
getProjectBillingRequestByKey
@Nonnull public GetByKeyRequestBuilder<ProjectBillingRequest> getProjectBillingRequestByKey(UUID projectBillingRequestUUID) Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch a singleProjectBillingRequestentity using key fields.- Specified by:
getProjectBillingRequestByKeyin interfaceProjectBillingRequestService- Parameters:
projectBillingRequestUUID- Project Billing Request UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProjectBillingRequestentity 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.
-
createProjectBillingRequest
@Nonnull public CreateRequestBuilder<ProjectBillingRequest> createProjectBillingRequest(@Nonnull ProjectBillingRequest projectBillingRequest) Deprecated.Description copied from interface:ProjectBillingRequestServiceCreate a newProjectBillingRequestentity and save it to the S/4HANA system.- Specified by:
createProjectBillingRequestin interfaceProjectBillingRequestService- Parameters:
projectBillingRequest-ProjectBillingRequestentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ProjectBillingRequestentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProjectBillingRequestItem
Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch multipleProjectBillingRequestItementities.- Specified by:
getAllProjectBillingRequestItemin interfaceProjectBillingRequestService- Returns:
- A request builder to fetch multiple
ProjectBillingRequestItementities. 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.
-
countProjectBillingRequestItem
Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch the number of entries from theProjectBillingRequestItementity collection matching the filter and search expressions.- Specified by:
countProjectBillingRequestItemin interfaceProjectBillingRequestService- Returns:
- A request builder to fetch the count of
ProjectBillingRequestItementities. 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.
-
getProjectBillingRequestItemByKey
@Nonnull public GetByKeyRequestBuilder<ProjectBillingRequestItem> getProjectBillingRequestItemByKey(UUID projectBillingRequestItemUUID) Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch a singleProjectBillingRequestItementity using key fields.- Specified by:
getProjectBillingRequestItemByKeyin interfaceProjectBillingRequestService- Parameters:
projectBillingRequestItemUUID- Project Billing Request Item UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProjectBillingRequestItementity 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.
-
updateProjectBillingRequestItem
@Nonnull public UpdateRequestBuilder<ProjectBillingRequestItem> updateProjectBillingRequestItem(@Nonnull ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Description copied from interface:ProjectBillingRequestServiceUpdate an existingProjectBillingRequestItementity and save it to the S/4HANA system.- Specified by:
updateProjectBillingRequestItemin interfaceProjectBillingRequestService- Parameters:
projectBillingRequestItem-ProjectBillingRequestItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ProjectBillingRequestItementity. To perform execution, call theexecutemethod on the request builder object.
-
deleteProjectBillingRequestItem
@Nonnull public DeleteRequestBuilder<ProjectBillingRequestItem> deleteProjectBillingRequestItem(@Nonnull ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Description copied from interface:ProjectBillingRequestServiceDeletes an existingProjectBillingRequestItementity in the S/4HANA system.- Specified by:
deleteProjectBillingRequestItemin interfaceProjectBillingRequestService- Parameters:
projectBillingRequestItem-ProjectBillingRequestItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ProjectBillingRequestItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProjectBillingRequestItemJELnk
@Nonnull public GetAllRequestBuilder<ProjectBillingRequestItemJELnk> getAllProjectBillingRequestItemJELnk()Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch multipleProjectBillingRequestItemJELnkentities.- Specified by:
getAllProjectBillingRequestItemJELnkin interfaceProjectBillingRequestService- Returns:
- A request builder to fetch multiple
ProjectBillingRequestItemJELnkentities. 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.
-
countProjectBillingRequestItemJELnk
@Nonnull public CountRequestBuilder<ProjectBillingRequestItemJELnk> countProjectBillingRequestItemJELnk()Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch the number of entries from theProjectBillingRequestItemJELnkentity collection matching the filter and search expressions.- Specified by:
countProjectBillingRequestItemJELnkin interfaceProjectBillingRequestService- Returns:
- A request builder to fetch the count of
ProjectBillingRequestItemJELnkentities. 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.
-
getProjectBillingRequestItemJELnkByKey
@Nonnull public GetByKeyRequestBuilder<ProjectBillingRequestItemJELnk> getProjectBillingRequestItemJELnkByKey(UUID projBillgElmntEntrItmUUID) Deprecated.Description copied from interface:ProjectBillingRequestServiceFetch a singleProjectBillingRequestItemJELnkentity using key fields.- Specified by:
getProjectBillingRequestItemJELnkByKeyin interfaceProjectBillingRequestService- Parameters:
projBillgElmntEntrItmUUID- Project Billing Element Entry UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProjectBillingRequestItemJELnkentity 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
-