Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.Demand
Packages that use Demand
Package
Description
-
Uses of Demand 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 DemandModifier and TypeFieldDescriptionstatic final WorkPackageLink<Demand>WorkPackage.TO_DEMAND_SETUse with available fluent helpers to apply the DemandSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return DemandModifier and TypeMethodDescriptionDemand.DemandBuilder.build()protected DemandDemandCreateFluentHelper.getEntity()protected DemandDemandDeleteFluentHelper.getEntity()protected DemandDemandUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type DemandModifier and TypeMethodDescriptionWorkPackage.fetchDemandSet()Fetches the Demand entities (one to many) associated with this entity.WorkPackage.getDemandSetIfPresent()Retrieval of associated Demand entities (one to many).WorkPackage.getDemandSetOrFetch()Retrieval of associated Demand entities (one to many).DemandByKeyFluentHelper.getEntityClass()DemandFluentHelper.getEntityClass()Demand.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type DemandModifier and TypeMethodDescriptionvoidWorkPackage.addDemandSet(Demand... entity) Adds elements to the list of associated Demand entities.Navigation property DemandSet for WorkPackage to multiple Demand.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type DemandModifier and TypeMethodDescriptionvoidWorkPackage.setDemandSet(List<Demand> value) Overwrites the list of associated Demand entities for the loaded navigation property DemandSet.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type DemandModifierConstructorDescriptionDemandCreateFluentHelper(String servicePath, Demand entity, String entityCollection) Creates a fluent helper object that will create aDemandentity on the OData endpoint.DemandDeleteFluentHelper(String servicePath, Demand entity, String entityCollection) Creates a fluent helper object that will delete aDemandentity on the OData endpoint.DemandUpdateFluentHelper(String servicePath, Demand entity, String entityCollection) Creates a fluent helper object that will update aDemandentity on the OData endpoint. -
Uses of Demand 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 DemandModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createDemand(Demand demand) Create a newDemandentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createDemand(Demand demand) CommercialProjectServiceBatchChangeSet.deleteDemand(Demand demand) Deletes an existingDemandentity in the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.deleteDemand(Demand demand) CommercialProjectServiceBatchChangeSet.updateDemand(Demand demand) Update an existingDemandentity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.updateDemand(Demand demand) -
Uses of Demand 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 DemandModifier and TypeMethodDescriptionDemandOneToOneLink.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 DemandModifier and TypeMethodDescriptionprotected DemandLink<ObjectT>DemandLink.translateLinkType(EntityLink<DemandLink<ObjectT>, Demand, ObjectT> link) -
Uses of Demand in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type DemandModifier and TypeMethodDescriptionCommercialProjectService.createDemand(Demand demand) Deprecated.Create a newDemandentity and save it to the S/4HANA system.DefaultCommercialProjectService.createDemand(Demand demand) Deprecated.CommercialProjectService.deleteDemand(Demand demand) Deprecated.Deletes an existingDemandentity in the S/4HANA system.DefaultCommercialProjectService.deleteDemand(Demand demand) Deprecated.CommercialProjectService.updateDemand(Demand demand) Deprecated.Update an existingDemandentity and save it to the S/4HANA system.DefaultCommercialProjectService.updateDemand(Demand demand) Deprecated.