Class DefaultSourcingProjectDemandConfirmationCodeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSourcingProjectDemandConfirmationCodeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SourcingProjectDemandConfirmationCodeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSourcingProjectDemandConfirmationCodeService")
@Deprecated
public class DefaultSourcingProjectDemandConfirmationCodeService
extends Object
implements ServiceWithNavigableEntities, SourcingProjectDemandConfirmationCodeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The read-only service enables you to request information about the available demand confirmation codes and the text nodes for the demand confirmation codes. The requested information is sent as a response. You can request information about all available demand confirmation codes or specific ones..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_SRCGPROJITEMDEMANDCONFCODE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRCGPRJITMDMNDCONFCODE |
| Business Object: | Sourcing Project |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SourcingProjectDemandConfirmationCodeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSourcingProjectDemandConfirmationCodeService.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 theSrcgProjItemDemandConfCodeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjItemDmndConfCodeTxtentity collection matching the filter and search expressions.Deprecated.Fetch multipleSrcgProjItemDemandConfCodeentities.Deprecated.Fetch multipleSrcgProjItemDmndConfCodeTxtentities.Deprecated.getSrcgProjItemDemandConfCodeByKey(String srcgProjItemDemandConfCode) Deprecated.Fetch a singleSrcgProjItemDemandConfCodeentity using key fields.getSrcgProjItemDmndConfCodeTxtByKey(String srcgProjItemDemandConfCode, String language) Deprecated.Fetch a singleSrcgProjItemDmndConfCodeTxtentity using key fields.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
-
DefaultSourcingProjectDemandConfirmationCodeService
public DefaultSourcingProjectDemandConfirmationCodeService()Deprecated.Creates a service usingSourcingProjectDemandConfirmationCodeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSourcingProjectDemandConfirmationCodeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSourcingProjectDemandConfirmationCodeService- 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:SourcingProjectDemandConfirmationCodeServiceCreates a batch request builder object.- Specified by:
batchin interfaceSourcingProjectDemandConfirmationCodeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSrcgProjItemDemandConfCode
Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceFetch multipleSrcgProjItemDemandConfCodeentities.- Specified by:
getAllSrcgProjItemDemandConfCodein interfaceSourcingProjectDemandConfirmationCodeService- Returns:
- A request builder to fetch multiple
SrcgProjItemDemandConfCodeentities. 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.
-
countSrcgProjItemDemandConfCode
Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceFetch the number of entries from theSrcgProjItemDemandConfCodeentity collection matching the filter and search expressions.- Specified by:
countSrcgProjItemDemandConfCodein interfaceSourcingProjectDemandConfirmationCodeService- Returns:
- A request builder to fetch the count of
SrcgProjItemDemandConfCodeentities. 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.
-
getSrcgProjItemDemandConfCodeByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjItemDemandConfCode> getSrcgProjItemDemandConfCodeByKey(String srcgProjItemDemandConfCode) Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceFetch a singleSrcgProjItemDemandConfCodeentity using key fields.- Specified by:
getSrcgProjItemDemandConfCodeByKeyin interfaceSourcingProjectDemandConfirmationCodeService- Parameters:
srcgProjItemDemandConfCode- Demand is ConfirmedConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
SrcgProjItemDemandConfCodeentity 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.
-
getAllSrcgProjItemDmndConfCodeTxt
@Nonnull public GetAllRequestBuilder<SrcgProjItemDmndConfCodeTxt> getAllSrcgProjItemDmndConfCodeTxt()Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceFetch multipleSrcgProjItemDmndConfCodeTxtentities.- Specified by:
getAllSrcgProjItemDmndConfCodeTxtin interfaceSourcingProjectDemandConfirmationCodeService- Returns:
- A request builder to fetch multiple
SrcgProjItemDmndConfCodeTxtentities. 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.
-
countSrcgProjItemDmndConfCodeTxt
Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceFetch the number of entries from theSrcgProjItemDmndConfCodeTxtentity collection matching the filter and search expressions.- Specified by:
countSrcgProjItemDmndConfCodeTxtin interfaceSourcingProjectDemandConfirmationCodeService- Returns:
- A request builder to fetch the count of
SrcgProjItemDmndConfCodeTxtentities. 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.
-
getSrcgProjItemDmndConfCodeTxtByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjItemDmndConfCodeTxt> getSrcgProjItemDmndConfCodeTxtByKey(String srcgProjItemDemandConfCode, String language) Deprecated.Description copied from interface:SourcingProjectDemandConfirmationCodeServiceFetch a singleSrcgProjItemDmndConfCodeTxtentity using key fields.- Specified by:
getSrcgProjItemDmndConfCodeTxtByKeyin interfaceSourcingProjectDemandConfirmationCodeService- Parameters:
srcgProjItemDemandConfCode- Demand is ConfirmedConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
SrcgProjItemDmndConfCodeTxtentity 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
-