Modifier and Type | Field and Description |
---|---|
static ProjectLink<WorkPackage> |
Project.TO_WORK_PACKAGE_SET
Use with available fluent helpers to apply the WorkPackageSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
WorkPackage |
WorkPackage.WorkPackageBuilder.build() |
protected WorkPackage |
WorkPackageCreateFluentHelper.getEntity() |
protected WorkPackage |
WorkPackageDeleteFluentHelper.getEntity() |
protected WorkPackage |
WorkPackageUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<WorkPackage> |
Project.fetchWorkPackageSet()
Fetches the WorkPackage entities (one to many) associated with this entity.
|
protected Class<WorkPackage> |
WorkPackageFluentHelper.getEntityClass() |
protected Class<WorkPackage> |
WorkPackageByKeyFluentHelper.getEntityClass() |
Class<WorkPackage> |
WorkPackage.getType() |
io.vavr.control.Option<List<WorkPackage>> |
Project.getWorkPackageSetIfPresent()
Retrieval of associated WorkPackage entities (one to many).
|
List<WorkPackage> |
Project.getWorkPackageSetOrFetch()
Retrieval of associated WorkPackage entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addWorkPackageSet(WorkPackage... entity)
Adds elements to the list of associated WorkPackage entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.workPackageSet(WorkPackage... value)
Navigation property WorkPackageSet for Project to multiple WorkPackage.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setWorkPackageSet(List<WorkPackage> value)
Overwrites the list of associated WorkPackage entities for the loaded navigation property
WorkPackageSet.
|
Constructor and Description |
---|
WorkPackageCreateFluentHelper(String servicePath,
WorkPackage entity)
Creates a fluent helper object that will create a
WorkPackage entity on
the OData endpoint. |
WorkPackageDeleteFluentHelper(String servicePath,
WorkPackage entity)
Creates a fluent helper object that will delete a
WorkPackage entity on
the OData endpoint. |
WorkPackageUpdateFluentHelper(String servicePath,
WorkPackage entity)
Creates a fluent helper object that will update a
WorkPackage entity on
the OData endpoint. |
Constructor and Description |
---|
Project(String projectID,
String projectName,
String projectStage,
String orgID,
String projectCategory,
String currency,
LocalDateTime startDate,
LocalDateTime endDate,
String projManagerExtId,
String projManagerCompCode,
String customer,
String costCenter,
String profitCenter,
String projAccountantExtId,
String projAccountantCompCode,
String projControllerExtId,
String projControllerCompCode,
String projPartnerExtId,
String projPartnerCompCode,
String projectDesc,
String confidential,
String useProjectBilling,
String restrictTimePosting,
LocalDateTime createdOn,
ZonedDateTime changedOn,
List<WorkPackage> toWorkPackageSet,
List<ProjectRole> toProjectRoleSet) |
Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.createWorkPackage(WorkPackage workPackage)
Create a new
WorkPackage entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.createWorkPackage(WorkPackage workPackage)
Create a new
WorkPackage entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.deleteWorkPackage(WorkPackage workPackage)
Deletes an existing
WorkPackage entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.deleteWorkPackage(WorkPackage workPackage)
Deletes an existing
WorkPackage entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
CommercialProjectServiceBatchChangeSet.updateWorkPackage(WorkPackage workPackage)
Update an existing
WorkPackage entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
DefaultCommercialProjectServiceBatchChangeSet.updateWorkPackage(WorkPackage workPackage)
Update an existing
WorkPackage entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WorkPackage> |
WorkPackageOneToOneLink.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 WorkPackageLink<ObjectT> |
WorkPackageLink.translateLinkType(EntityLink<WorkPackageLink<ObjectT>,WorkPackage,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
WorkPackageCreateFluentHelper |
CommercialProjectService.createWorkPackage(WorkPackage workPackage)
Create a new
WorkPackage entity and save it to the S/4HANA system. |
WorkPackageCreateFluentHelper |
DefaultCommercialProjectService.createWorkPackage(WorkPackage workPackage) |
WorkPackageDeleteFluentHelper |
CommercialProjectService.deleteWorkPackage(WorkPackage workPackage)
Deletes an existing
WorkPackage entity in the S/4HANA system. |
WorkPackageDeleteFluentHelper |
DefaultCommercialProjectService.deleteWorkPackage(WorkPackage workPackage) |
WorkPackageUpdateFluentHelper |
CommercialProjectService.updateWorkPackage(WorkPackage workPackage)
Update an existing
WorkPackage entity and save it to the S/4HANA system. |
WorkPackageUpdateFluentHelper |
DefaultCommercialProjectService.updateWorkPackage(WorkPackage workPackage) |
Copyright © 2020 SAP SE. All rights reserved.