Modifier and Type | Field and Description |
---|---|
static EnterpriseProjectLink<EnterpriseProjectElement> |
EnterpriseProject.TO_ENTERPRISE_PROJECT_ELEMENT
Use with available fluent helpers to apply the to_EnterpriseProjectElement navigation property to query
operations.
|
static EnterpriseProjectElementOneToOneLink<EnterpriseProjectElement> |
EnterpriseProjectElement.TO_PARENT_PROJ_ELEMENT
Use with available fluent helpers to apply the to_ParentProjElement navigation property to query
operations.
|
static EnterpriseProjectElementLink<EnterpriseProjectElement> |
EnterpriseProjectElement.TO_SUB_PROJ_ELEMENT
Use with available fluent helpers to apply the to_SubProjElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
EnterpriseProjectElement |
EnterpriseProjectElement.EnterpriseProjectElementBuilder.build() |
EnterpriseProjectElement |
EnterpriseProjectElement.fetchParentProjElement()
Fetches the EnterpriseProjectElement entity (one to one) associated with this entity.
|
EnterpriseProjectElement |
EnterpriseProjectElement.getParentProjElementOrFetch()
Retrieval of associated EnterpriseProjectElement entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<EnterpriseProjectElement> |
EnterpriseProject.fetchEnterpriseProjectElement()
Fetches the EnterpriseProjectElement entities (one to many) associated with this entity.
|
List<EnterpriseProjectElement> |
EnterpriseProjectElement.fetchSubProjElement()
Fetches the EnterpriseProjectElement entities (one to many) associated with this entity.
|
Optional<List<EnterpriseProjectElement>> |
EnterpriseProject.getEnterpriseProjectElementIfPresent()
Retrieval of associated EnterpriseProjectElement entities (one to many).
|
List<EnterpriseProjectElement> |
EnterpriseProject.getEnterpriseProjectElementOrFetch()
Retrieval of associated EnterpriseProjectElement entities (one to many).
|
protected Class<EnterpriseProjectElement> |
EnterpriseProjectElementFluentHelper.getEntityClass() |
protected Class<EnterpriseProjectElement> |
EnterpriseProjectElementByKeyFluentHelper.getEntityClass() |
Optional<EnterpriseProjectElement> |
EnterpriseProjectElement.getParentProjElementIfPresent()
Retrieval of associated EnterpriseProjectElement entity (one to one).
|
Optional<List<EnterpriseProjectElement>> |
EnterpriseProjectElement.getSubProjElementIfPresent()
Retrieval of associated EnterpriseProjectElement entities (one to many).
|
List<EnterpriseProjectElement> |
EnterpriseProjectElement.getSubProjElementOrFetch()
Retrieval of associated EnterpriseProjectElement entities (one to many).
|
Class<EnterpriseProjectElement> |
EnterpriseProjectElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseProject.addEnterpriseProjectElement(EnterpriseProjectElement... entity)
Adds elements to the list of associated EnterpriseProjectElement entities.
|
void |
EnterpriseProjectElement.addSubProjElement(EnterpriseProjectElement... entity)
Adds elements to the list of associated EnterpriseProjectElement entities.
|
EnterpriseProject.EnterpriseProjectBuilder |
EnterpriseProject.EnterpriseProjectBuilder.enterpriseProjectElement(EnterpriseProjectElement... value) |
EnterpriseProjectElement.EnterpriseProjectElementBuilder |
EnterpriseProjectElement.EnterpriseProjectElementBuilder.parentProjElement(EnterpriseProjectElement value) |
void |
EnterpriseProjectElement.setParentProjElement(EnterpriseProjectElement value)
Overwrites the associated EnterpriseProjectElement entity for the loaded navigation property
to_ParentProjElement.
|
EnterpriseProjectElement.EnterpriseProjectElementBuilder |
EnterpriseProjectElement.EnterpriseProjectElementBuilder.subProjElement(EnterpriseProjectElement... value) |
Modifier and Type | Method and Description |
---|---|
void |
EnterpriseProject.setEnterpriseProjectElement(List<EnterpriseProjectElement> value)
Overwrites the list of associated EnterpriseProjectElement entities for the loaded navigation property
to_EnterpriseProjectElement.
|
void |
EnterpriseProjectElement.setSubProjElement(List<EnterpriseProjectElement> value)
Overwrites the list of associated EnterpriseProjectElement entities for the loaded navigation property
to_SubProjElement.
|
Constructor and Description |
---|
EnterpriseProjectElement(UUID projectElementUUID,
String projectElement,
String wBSElementInternalID,
UUID projectUUID,
String projectElementDescription,
UUID parentObjectUUID,
String processingStatus,
String sortingNumber,
LocalDateTime plannedStartDate,
LocalDateTime plannedEndDate,
String responsibleCostCenter,
String companyCode,
String profitCenter,
String functionalArea,
String controllingArea,
String plant,
String factoryCalendar,
String costingSheet,
String investmentProfile,
Boolean wBSIsStatisticalWBSElement,
String costCenter,
String createdByUser,
ZonedDateTime creationDateTime,
ZonedDateTime lastChangeDateTime,
String lastChangedByUser,
ZonedDateTime projectLastChangedDateTime,
EnterpriseProject toEnterpriseProject,
EnterpriseProjectElement toParentProjElement,
List<EnterpriseProjectElement> toSubProjElement) |
Constructor and Description |
---|
EnterpriseProject(UUID projectUUID,
String projectInternalID,
String project,
String projectDescription,
String enterpriseProjectType,
String priorityCode,
LocalDateTime projectStartDate,
LocalDateTime projectEndDate,
String processingStatus,
String responsibleCostCenter,
String profitCenter,
UUID projectManagerUUID,
String projectProfileCode,
String functionalArea,
String companyCode,
String controllingArea,
ZonedDateTime lastChangeDateTime,
List<EnterpriseProjectElement> toEnterpriseProjectElement) |
EnterpriseProjectElement(UUID projectElementUUID,
String projectElement,
String wBSElementInternalID,
UUID projectUUID,
String projectElementDescription,
UUID parentObjectUUID,
String processingStatus,
String sortingNumber,
LocalDateTime plannedStartDate,
LocalDateTime plannedEndDate,
String responsibleCostCenter,
String companyCode,
String profitCenter,
String functionalArea,
String controllingArea,
String plant,
String factoryCalendar,
String costingSheet,
String investmentProfile,
Boolean wBSIsStatisticalWBSElement,
String costCenter,
String createdByUser,
ZonedDateTime creationDateTime,
ZonedDateTime lastChangeDateTime,
String lastChangedByUser,
ZonedDateTime projectLastChangedDateTime,
EnterpriseProject toEnterpriseProject,
EnterpriseProjectElement toParentProjElement,
List<EnterpriseProjectElement> toSubProjElement) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<EnterpriseProjectElement> |
EnterpriseProjectElementOneToOneLink.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 EnterpriseProjectElementLink<ObjectT> |
EnterpriseProjectElementLink.translateLinkType(EntityLink<EnterpriseProjectElementLink<ObjectT>,EnterpriseProjectElement,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.