Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.CustProjSlsOrdItem
Packages that use CustProjSlsOrdItem
Package
Description
-
Uses of CustProjSlsOrdItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type parameters of type CustProjSlsOrdItemModifier and TypeFieldDescriptionstatic final CustProjSlsOrdLink<CustProjSlsOrdItem>CustProjSlsOrd.TO_CUST_PROJ_SLS_ORD_ITEMUse with available fluent helpers to apply the to_CustProjSlsOrdItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return CustProjSlsOrdItemModifier and TypeMethodDescriptionCustProjSlsOrdItem.CustProjSlsOrdItemBuilder.build()protected CustProjSlsOrdItemCustProjSlsOrdItemCreateFluentHelper.getEntity()protected CustProjSlsOrdItemCustProjSlsOrdItemDeleteFluentHelper.getEntity()protected CustProjSlsOrdItemCustProjSlsOrdItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type CustProjSlsOrdItemModifier and TypeMethodDescriptionCustProjSlsOrd.fetchCustProjSlsOrdItem()Fetches the CustProjSlsOrdItem entities (one to many) associated with this entity.io.vavr.control.Option<List<CustProjSlsOrdItem>>CustProjSlsOrd.getCustProjSlsOrdItemIfPresent()Retrieval of associated CustProjSlsOrdItem entities (one to many).CustProjSlsOrd.getCustProjSlsOrdItemOrFetch()Retrieval of associated CustProjSlsOrdItem entities (one to many).protected Class<CustProjSlsOrdItem>CustProjSlsOrdItemByKeyFluentHelper.getEntityClass()protected Class<CustProjSlsOrdItem>CustProjSlsOrdItemFluentHelper.getEntityClass()CustProjSlsOrdItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type CustProjSlsOrdItemModifier and TypeMethodDescriptionvoidCustProjSlsOrd.addCustProjSlsOrdItem(CustProjSlsOrdItem... entity) Adds elements to the list of associated CustProjSlsOrdItem entities.CustProjSlsOrd.CustProjSlsOrdBuilder.custProjSlsOrdItem(CustProjSlsOrdItem... value) Navigation property to_CustProjSlsOrdItem for CustProjSlsOrd to multiple CustProjSlsOrdItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type CustProjSlsOrdItemModifier and TypeMethodDescriptionvoidCustProjSlsOrd.setCustProjSlsOrdItem(List<CustProjSlsOrdItem> value) Overwrites the list of associated CustProjSlsOrdItem entities for the loaded navigation property to_CustProjSlsOrdItem.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type CustProjSlsOrdItemModifierConstructorDescriptionCustProjSlsOrdItemCreateFluentHelper(String servicePath, CustProjSlsOrdItem entity, String entityCollection) Creates a fluent helper object that will create aCustProjSlsOrdItementity on the OData endpoint.CustProjSlsOrdItemDeleteFluentHelper(String servicePath, CustProjSlsOrdItem entity, String entityCollection) Creates a fluent helper object that will delete aCustProjSlsOrdItementity on the OData endpoint.CustProjSlsOrdItemUpdateFluentHelper(String servicePath, CustProjSlsOrdItem entity, String entityCollection) Creates a fluent helper object that will update aCustProjSlsOrdItementity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type CustProjSlsOrdItemModifierConstructorDescriptionCustProjSlsOrd(String customerProject, String salesOrder, String soldToParty, BigDecimal totalNetAmount, String transactionCurrency, String purchaseOrderByCustomer, LocalDateTime customerPurchaseOrderDate, String salesOffice, String salesGroup, String customerPaymentTerms, String paymentMethod, String customerAccountAssignmentGroup, String headerBillingBlockReason, String salesOrganization, String distributionChannel, String organizationDivision, List<CustProjSlsOrdItem> toCustProjSlsOrdItem, List<CustProjSlsOrdPartner> toCustProjSlsOrdPartner, List<CustProjSlsOrdText> toCustProjSlsOrdText) -
Uses of CustProjSlsOrdItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.batch with parameters of type CustProjSlsOrdItemModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Create a newCustProjSlsOrdItementity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) CommercialProjectServiceBatchChangeSet.deleteCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deletes an existingCustProjSlsOrdItementity in the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.deleteCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) CommercialProjectServiceBatchChangeSet.updateCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Update an existingCustProjSlsOrdItementity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.updateCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) -
Uses of CustProjSlsOrdItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link that return types with arguments of type CustProjSlsOrdItemModifier and TypeMethodDescriptionCustProjSlsOrdItemOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link with type arguments of type CustProjSlsOrdItemModifier and TypeMethodDescriptionprotected CustProjSlsOrdItemLink<ObjectT>CustProjSlsOrdItemLink.translateLinkType(EntityLink<CustProjSlsOrdItemLink<ObjectT>, CustProjSlsOrdItem, ObjectT> link) -
Uses of CustProjSlsOrdItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustProjSlsOrdItemModifier and TypeMethodDescriptionCommercialProjectService.createCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deprecated.Create a newCustProjSlsOrdItementity and save it to the S/4HANA system.DefaultCommercialProjectService.createCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deprecated.CommercialProjectService.deleteCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deprecated.Deletes an existingCustProjSlsOrdItementity in the S/4HANA system.DefaultCommercialProjectService.deleteCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deprecated.CommercialProjectService.updateCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deprecated.Update an existingCustProjSlsOrdItementity and save it to the S/4HANA system.DefaultCommercialProjectService.updateCustProjSlsOrdItem(CustProjSlsOrdItem custProjSlsOrdItem) Deprecated.