Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate.ServiceContractItemProductList
Packages that use ServiceContractItemProductList
Package
Description
-
Uses of ServiceContractItemProductList in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with type parameters of type ServiceContractItemProductListModifier and TypeFieldDescriptionstatic final SimpleProperty<ServiceContractItemProductList>ServiceContractItemProductList.ALL_FIELDSSelector for all available fields of ServiceContractItemProductList.static final SimpleProperty.String<ServiceContractItemProductList>ServiceContractItemProductList.SERVICE_CONTRACT_TEMPLATEstatic final SimpleProperty.String<ServiceContractItemProductList>ServiceContractItemProductList.SERVICE_CONTRACT_TEMPLATE_ITEMstatic final SimpleProperty.String<ServiceContractItemProductList>ServiceContractItemProductList.SERVICE_PRODUCT_LIST_ITEMstatic final SimpleProperty.String<ServiceContractItemProductList>ServiceContractItemProductList.SRVC_CONTR_PROD_LIST_PRODUCTServiceContractItemProductList.TO__ITEMUse with available request builders to apply the _Item navigation property to query operations.static final NavigationProperty.Collection<ServiceContractTemplateItem,ServiceContractItemProductList> ServiceContractTemplateItem.TO__ITEM_PRODUCTUse with available request builders to apply the _ItemProduct navigation property to query operations.ServiceContractItemProductList.TO__SERVICE_CONTRACT_TEMPLATEUse with available request builders to apply the _ServiceContractTemplate navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate that return ServiceContractItemProductListModifier and TypeMethodDescriptionServiceContractItemProductList.ServiceContractItemProductListBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate that return types with arguments of type ServiceContractItemProductListModifier and TypeMethodDescriptionio.vavr.control.Option<List<ServiceContractItemProductList>>ServiceContractTemplateItem.getItemProductIfPresent()Retrieval of associated ServiceContractItemProductList entities (one to many).ServiceContractItemProductList.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with parameters of type ServiceContractItemProductListModifier and TypeMethodDescriptionvoidServiceContractTemplateItem.addItemProduct(ServiceContractItemProductList... entity) Adds elements to the list of associated ServiceContractItemProductList entities.ServiceContractTemplateItem.ServiceContractTemplateItemBuilder.itemProduct(ServiceContractItemProductList... value) Navigation property _ItemProduct for ServiceContractTemplateItem to multiple ServiceContractItemProductList.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with type arguments of type ServiceContractItemProductListModifier and TypeMethodDescriptionvoidServiceContractTemplateItem.setItemProduct(List<ServiceContractItemProductList> value) Overwrites the list of associated ServiceContractItemProductList entities for the loaded navigation property _ItemProduct.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate with type arguments of type ServiceContractItemProductListModifierConstructorDescriptionServiceContractTemplateItem(String serviceContractTemplate, String serviceContractTemplateItem, String srvcContrTmplItemCategory, String srvcContrTmplItemDescription, String language, OffsetDateTime serviceDocItemCreationDateTime, OffsetDateTime serviceDocItemChangedDateTime, String serviceDocItemCreatedByUser, String serviceDocItemChangedByUser, String product, BigDecimal srvcContrTmplItemQuantity, String srvcContrTmplItmQtyUnitSAPCode, String srvcContrTmplItmQtyUnitISOCode, Boolean srvcContrTmplItemIsNew, Boolean srvcContrTmplItemIsInProcess, Boolean srvcContrTmplItemIsReleased, Boolean srvcContrTmplItemIsCompleted, String srvcContrTmplItemStatus, Boolean srvcContrTmplItemHasError, BigDecimal srvcContrItemDuration, String srvcContrItmDurnUnitSAPCode, String srvcContrItmDurnUnitISOCode, String respEmployeeBusinessPartnerId, BigDecimal srvcContrItemRnwlDuration, String srvcContrItmRnwlDurnUntSAPCode, String srvcContrItmRnwlDurnUntISOCode, BigDecimal srvcContrItemExtensionDuration, String srvcContrItmExtnDurnUntSAPCode, String srvcContrItmExtnDurnUntISOCode, String responseProfile, String serviceProfile, String settlementPeriodRule, String srvcMgmtBillgPlanBillgDateRule, String billingPlanPriceDateRule, List<ServiceContractItemProductList> to_ItemProduct, List<SrvcContrTmplItemLongText> to_LongText, List<ServiceContractItemObjectList> to_ReferenceObject, ServiceContractTemplate to_ServiceContractTemplate) -
Uses of ServiceContractItemProductList 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 ServiceContractItemProductListModifier and TypeMethodDescriptionDefaultServiceContractTemplateService.countSrvcContrTmplItemProduct()Deprecated.ServiceContractTemplateService.countSrvcContrTmplItemProduct()Deprecated.Fetch the number of entries from theServiceContractItemProductListentity collection matching the filter and search expressions.DefaultServiceContractTemplateService.getAllSrvcContrTmplItemProduct()Deprecated.ServiceContractTemplateService.getAllSrvcContrTmplItemProduct()Deprecated.Fetch multipleServiceContractItemProductListentities.DefaultServiceContractTemplateService.getSrvcContrTmplItemProductByKey(String serviceContractTemplate, String serviceContractTemplateItem, String serviceProductListItem) Deprecated.ServiceContractTemplateService.getSrvcContrTmplItemProductByKey(String serviceContractTemplate, String serviceContractTemplateItem, String serviceProductListItem) Deprecated.Fetch a singleServiceContractItemProductListentity using key fields.