Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract.SrvcContrItemProduct
Packages that use SrvcContrItemProduct
Package
Description
-
Uses of SrvcContrItemProduct in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type parameters of type SrvcContrItemProductModifier and TypeFieldDescriptionstatic final SimpleProperty<SrvcContrItemProduct>SrvcContrItemProduct.ALL_FIELDSSelector for all available fields of SrvcContrItemProduct.static final SimpleProperty.String<SrvcContrItemProduct>SrvcContrItemProduct.SERVICE_CONTRACTstatic final SimpleProperty.String<SrvcContrItemProduct>SrvcContrItemProduct.SERVICE_CONTRACT_ITEMstatic final SimpleProperty.String<SrvcContrItemProduct>SrvcContrItemProduct.SERVICE_PRODUCT_LIST_ITEMstatic final SimpleProperty.String<SrvcContrItemProduct>SrvcContrItemProduct.SRVC_CONTR_PROD_LIST_PRODUCTstatic final NavigationProperty.Single<SrvcContrItemProduct,ServiceContractItem> SrvcContrItemProduct.TO__ITEMUse with available request builders to apply the _Item navigation property to query operations.ServiceContractItem.TO__ITEM_PRODUCTUse with available request builders to apply the _ItemProduct navigation property to query operations.static final NavigationProperty.Single<SrvcContrItemProduct,ServiceContract> SrvcContrItemProduct.TO__SERVICE_CONTRACTUse with available request builders to apply the _ServiceContract navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return SrvcContrItemProductMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return types with arguments of type SrvcContrItemProductModifier and TypeMethodDescriptionio.vavr.control.Option<List<SrvcContrItemProduct>>ServiceContractItem.getItemProductIfPresent()Retrieval of associated SrvcContrItemProduct entities (one to many).SrvcContrItemProduct.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with parameters of type SrvcContrItemProductModifier and TypeMethodDescriptionvoidServiceContractItem.addItemProduct(SrvcContrItemProduct... entity) Adds elements to the list of associated SrvcContrItemProduct entities.ServiceContractItem.ServiceContractItemBuilder.itemProduct(SrvcContrItemProduct... value) Navigation property _ItemProduct for ServiceContractItem to multiple SrvcContrItemProduct.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type arguments of type SrvcContrItemProductModifier and TypeMethodDescriptionvoidServiceContractItem.setItemProduct(List<SrvcContrItemProduct> value) Overwrites the list of associated SrvcContrItemProduct entities for the loaded navigation property _ItemProduct. -
Uses of SrvcContrItemProduct in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type SrvcContrItemProductModifier and TypeMethodDescriptionDefaultServiceContractService.countSrvcContrItemProduct()Deprecated.ServiceContractService.countSrvcContrItemProduct()Deprecated.Fetch the number of entries from theSrvcContrItemProductentity collection matching the filter and search expressions.DefaultServiceContractService.deleteSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.ServiceContractService.deleteSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.Deletes an existingSrvcContrItemProductentity in the S/4HANA system.DefaultServiceContractService.getAllSrvcContrItemProduct()Deprecated.ServiceContractService.getAllSrvcContrItemProduct()Deprecated.Fetch multipleSrvcContrItemProductentities.DefaultServiceContractService.getSrvcContrItemProductByKey(String serviceContract, String serviceContractItem, String serviceProductListItem) Deprecated.ServiceContractService.getSrvcContrItemProductByKey(String serviceContract, String serviceContractItem, String serviceProductListItem) Deprecated.Fetch a singleSrvcContrItemProductentity using key fields.DefaultServiceContractService.updateSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.ServiceContractService.updateSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.Update an existingSrvcContrItemProductentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SrvcContrItemProductModifier and TypeMethodDescriptionDefaultServiceContractService.deleteSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.ServiceContractService.deleteSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.Deletes an existingSrvcContrItemProductentity in the S/4HANA system.DefaultServiceContractService.updateSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.ServiceContractService.updateSrvcContrItemProduct(SrvcContrItemProduct srvcContrItemProduct) Deprecated.Update an existingSrvcContrItemProductentity and save it to the S/4HANA system.