Modifier and Type | Field and Description |
---|---|
static EnterpriseProjectLink<EnterpriseProjectRole> |
EnterpriseProject.TO_ENT_PROJ_ROLE
Use with available fluent helpers to apply the to_EntProjRole navigation property to query operations.
|
static EntTeamMemberEntitlementOneToOneLink<EnterpriseProjectRole> |
EntTeamMemberEntitlement.TO_ROLE
Use with available fluent helpers to apply the to_Role navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
EnterpriseProjectRole |
EnterpriseProjectRole.EnterpriseProjectRoleBuilder.build() |
EnterpriseProjectRole |
EntTeamMemberEntitlement.fetchRole()
Fetches the EnterpriseProjectRole entity (one to one) associated with this entity.
|
protected EnterpriseProjectRole |
EnterpriseProjectRoleCreateFluentHelper.getEntity() |
EnterpriseProjectRole |
EntTeamMemberEntitlement.getRoleOrFetch()
Retrieval of associated EnterpriseProjectRole entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<EnterpriseProjectRole> |
EnterpriseProject.fetchEntProjRole()
Fetches the EnterpriseProjectRole entities (one to many) associated with this entity.
|
protected Class<EnterpriseProjectRole> |
EnterpriseProjectRoleFluentHelper.getEntityClass() |
protected Class<EnterpriseProjectRole> |
EnterpriseProjectRoleByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<EnterpriseProjectRole>> |
EnterpriseProject.getEntProjRoleIfPresent()
Retrieval of associated EnterpriseProjectRole entities (one to many).
|
List<EnterpriseProjectRole> |
EnterpriseProject.getEntProjRoleOrFetch()
Retrieval of associated EnterpriseProjectRole entities (one to many).
|
io.vavr.control.Option<EnterpriseProjectRole> |
EntTeamMemberEntitlement.getRoleIfPresent()
Retrieval of associated EnterpriseProjectRole entity (one to one).
|
Class<EnterpriseProjectRole> |
EnterpriseProjectRole.getType() |
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseProject.addEntProjRole(EnterpriseProjectRole... entity)
Adds elements to the list of associated EnterpriseProjectRole entities.
|
EnterpriseProject.EnterpriseProjectBuilder |
EnterpriseProject.EnterpriseProjectBuilder.entProjRole(EnterpriseProjectRole... value)
Navigation property to_EntProjRole for EnterpriseProject to multiple
EnterpriseProjectRole.
|
EntTeamMemberEntitlement.EntTeamMemberEntitlementBuilder |
EntTeamMemberEntitlement.EntTeamMemberEntitlementBuilder.role(EnterpriseProjectRole value)
Navigation property to_Role for EntTeamMemberEntitlement to single
EnterpriseProjectRole.
|
void |
EntTeamMemberEntitlement.setRole(EnterpriseProjectRole value)
Overwrites the associated EnterpriseProjectRole entity for the loaded navigation property to_Role.
|
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseProject.setEntProjRole(List<EnterpriseProjectRole> value)
Overwrites the list of associated EnterpriseProjectRole entities for the loaded navigation property
to_EntProjRole.
|
Constructor and Description |
---|
EnterpriseProjectRoleCreateFluentHelper(String servicePath,
EnterpriseProjectRole entity)
Creates a fluent helper object that will create a
EnterpriseProjectRole entity on the OData endpoint. |
EntTeamMemberEntitlement(UUID projectEntitlementUUID,
UUID projectUUID,
UUID projectRoleUUID,
UUID teamMemberUUID,
String projectRoleType,
String createdByUser,
ZonedDateTime creationDateTime,
String lastChangedByUser,
ZonedDateTime lastChangeDateTime,
ZonedDateTime pROJECTLASTCHANGEDDATETIME,
EnterpriseProject toEnterpriseProject,
EnterpriseProjectRole toRole,
EnterpriseProjectTeamMember toTeamMember) |
Constructor and Description |
---|
EnterpriseProject(UUID projectUUID,
String projectInternalID,
String project,
String projectDescription,
String enterpriseProjectType,
String priorityCode,
LocalDateTime projectStartDate,
LocalDateTime projectEndDate,
UUID customerUUID,
String enterpriseProjectServiceOrg,
Boolean entProjectIsConfidential,
String restrictedTimePosting,
String processingStatus,
String responsibleCostCenter,
String profitCenter,
String projectProfileCode,
String functionalArea,
String companyCode,
String controllingArea,
String plant,
String location,
String taxJurisdiction,
String projectCurrency,
String availabilityControlProfile,
Boolean availabilityControlIsActive,
String functionalLocation,
Boolean isBillingRelevant,
String investmentProfile,
ZonedDateTime lastChangeDateTime,
ZonedDateTime projectLastChangedDateTime,
String lastChangedByUser,
Boolean entProjIsMultiSlsOrdItmsEnbld,
List<EnterpriseProjectElement> toEnterpriseProjectElement,
EnterpriseProjectJVA toEnterpriseProjectJVA,
EnterpriseProjBlkFunc toEntProjBlkFunc,
EntProjectPublicSector toEntProjectPublicSector,
List<EnterpriseProjectRole> toEntProjRole,
List<EnterpriseProjectTeamMember> toEntProjTeamMember) |
Modifier and Type | Method and Description |
---|---|
EnterpriseProjectV2ServiceBatchChangeSet |
EnterpriseProjectV2ServiceBatchChangeSet.createEnterpriseProjectRole(EnterpriseProjectRole enterpriseProjectRole)
Create a new
EnterpriseProjectRole entity and save it to the S/4HANA system. |
EnterpriseProjectV2ServiceBatchChangeSet |
DefaultEnterpriseProjectV2ServiceBatchChangeSet.createEnterpriseProjectRole(EnterpriseProjectRole enterpriseProjectRole)
Create a new
EnterpriseProjectRole entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<EnterpriseProjectRole> |
EnterpriseProjectRoleOneToOneLink.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 EnterpriseProjectRoleLink<ObjectT> |
EnterpriseProjectRoleLink.translateLinkType(EntityLink<EnterpriseProjectRoleLink<ObjectT>,EnterpriseProjectRole,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
EnterpriseProjectRoleCreateFluentHelper |
EnterpriseProjectV2Service.createEnterpriseProjectRole(EnterpriseProjectRole enterpriseProjectRole)
Create a new
EnterpriseProjectRole entity and save it to the S/4HANA system. |
EnterpriseProjectRoleCreateFluentHelper |
DefaultEnterpriseProjectV2Service.createEnterpriseProjectRole(EnterpriseProjectRole enterpriseProjectRole) |
Copyright © 2021 SAP SE. All rights reserved.