Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static WorkPackageLink<Demand> |
WorkPackage.TO_DEMAND_SET
Use with available fluent helpers to apply the DemandSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Demand |
Demand.DemandBuilder.build() |
protected Demand |
DemandCreateFluentHelper.getEntity() |
protected Demand |
DemandUpdateFluentHelper.getEntity() |
protected Demand |
DemandDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<Demand> |
WorkPackage.fetchDemandSet()
Fetches the Demand entities (one to many) associated with this entity.
|
Optional<List<Demand>> |
WorkPackage.getDemandSetIfPresent()
Retrieval of associated Demand entities (one to many).
|
List<Demand> |
WorkPackage.getDemandSetOrFetch()
Retrieval of associated Demand entities (one to many).
|
Class<Demand> |
Demand.getType() |
Modifier and Type | Method and Description |
---|---|
void |
WorkPackage.addDemandSet(Demand... entity)
Adds elements to the list of associated Demand entities.
|
WorkPackage.WorkPackageBuilder |
WorkPackage.WorkPackageBuilder.demandSet(Demand... value) |
Modifier and Type | Method and Description |
---|---|
void |
WorkPackage.setDemandSet(List<Demand> value)
Overwrites the list of associated Demand entities for the loaded navigation property DemandSet.
|
protected DemandLink<ObjectT> |
DemandLink.translateLinkType(EntityLink<DemandLink<ObjectT>,Demand,ObjectT> link) |
Constructor and Description |
---|
DemandCreateFluentHelper(String servicePath,
Demand entity)
Creates a fluent helper object that will create a
Demand entity on the OData
endpoint. |
DemandDeleteFluentHelper(String servicePath,
Demand entity)
Creates a fluent helper object that will delete a
Demand entity on the OData
endpoint. |
DemandUpdateFluentHelper(String servicePath,
Demand entity)
Creates a fluent helper object that will update a
Demand entity on the OData
endpoint. |
Constructor and Description |
---|
WorkPackage(String projectID,
String description,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<Demand> toDemandSet) |
Modifier and Type | Method and Description |
---|---|
DemandCreateFluentHelper |
CommercialProjectService.createDemand(Demand demand)
Create a new
Demand entity
and save it to the S/4HANA system. |
DemandCreateFluentHelper |
DefaultCommercialProjectService.createDemand(Demand demand) |
DemandDeleteFluentHelper |
CommercialProjectService.deleteDemand(Demand demand)
Deletes an existing
Demand
entity in the S/4HANA system. |
DemandDeleteFluentHelper |
DefaultCommercialProjectService.deleteDemand(Demand demand) |
DemandUpdateFluentHelper |
CommercialProjectService.updateDemand(Demand demand)
Update an existing
Demand
entity and save it to the S/4HANA system. |
DemandUpdateFluentHelper |
DefaultCommercialProjectService.updateDemand(Demand demand) |
Copyright © 2018 SAP SE. All rights reserved.