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 |
DemandDeleteFluentHelper.getEntity() |
protected Demand |
DemandUpdateFluentHelper.getEntity() |
protected Demand |
DemandCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<Demand> |
WorkPackage.fetchDemandSet()
Fetches the Demand entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<Demand>> |
WorkPackage.getDemandSetIfPresent()
Retrieval of associated Demand entities (one to many).
|
List<Demand> |
WorkPackage.getDemandSetOrFetch()
Retrieval of associated Demand entities (one to many).
|
protected Class<Demand> |
DemandFluentHelper.getEntityClass() |
protected Class<Demand> |
DemandByKeyFluentHelper.getEntityClass() |
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)
Navigation property DemandSet for WorkPackage to multiple Demand.
|
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.
|
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 workPackageID,
String workPackageName,
String description,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
String workPackageType,
BigDecimal unitQuantity,
String unitId,
LocalDateTime createdOn,
ZonedDateTime changedOn,
List<WorkPackageFunction> toWorkPackageFunctionSet,
List<Demand> toDemandSet,
List<WorkItem> toWorkItemSet,
Project toProject,
List<EngmntProjRsceDmnd> toResourceDemand) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createDemand(Demand demand)
Create a new
Demand entity
and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createDemand(Demand demand)
Create a new
Demand entity
and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.deleteDemand(Demand demand)
Deletes an existing
Demand
entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.deleteDemand(Demand demand)
Deletes an existing
Demand
entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.updateDemand(Demand demand)
Update an existing
Demand
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.updateDemand(Demand demand)
Update an existing
Demand
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Demand> |
DemandOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected DemandLink<ObjectT> |
DemandLink.translateLinkType(EntityLink<DemandLink<ObjectT>,Demand,ObjectT> link) |
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 © 2020 SAP SE. All rights reserved.