Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject |
Modifier and Type | Field and Description |
---|---|
static ProjectField<String> |
Project.CONFIDENTIAL
Use with available fluent helpers to apply the Confidential field to query operations.
|
static ProjectField<String> |
Project.COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static ProjectField<String> |
Project.CURRENCY
Use with available fluent helpers to apply the Currency field to query operations.
|
static ProjectField<String> |
Project.CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static ProjectField<LocalDateTime> |
Project.END_DATE
Use with available fluent helpers to apply the EndDate field to query operations.
|
static ProjectField<String> |
Project.ORG_ID
Use with available fluent helpers to apply the OrgID field to query operations.
|
static ProjectField<String> |
Project.PROFIT_CENTER
Use with available fluent helpers to apply the ProfitCenter field to query operations.
|
static ProjectField<String> |
Project.PROJ_ACCOUNTANT_COMP_CODE
Use with available fluent helpers to apply the ProjAccountantCompCode field to query operations.
|
static ProjectField<String> |
Project.PROJ_ACCOUNTANT_EXT_ID
Use with available fluent helpers to apply the ProjAccountantExtId field to query operations.
|
static ProjectField<String> |
Project.PROJ_CONTROLLER_COMP_CODE
Use with available fluent helpers to apply the ProjControllerCompCode field to query operations.
|
static ProjectField<String> |
Project.PROJ_CONTROLLER_EXT_ID
Use with available fluent helpers to apply the ProjControllerExtId field to query operations.
|
static ProjectField<String> |
Project.PROJ_MANAGER_COMP_CODE
Use with available fluent helpers to apply the ProjManagerCompCode field to query operations.
|
static ProjectField<String> |
Project.PROJ_MANAGER_EXT_ID
Use with available fluent helpers to apply the ProjManagerExtId field to query operations.
|
static ProjectField<String> |
Project.PROJ_PARTNER_COMP_CODE
Use with available fluent helpers to apply the ProjPartnerCompCode field to query operations.
|
static ProjectField<String> |
Project.PROJ_PARTNER_EXT_ID
Use with available fluent helpers to apply the ProjPartnerExtId field to query operations.
|
static ProjectField<String> |
Project.PROJECT_CATEGORY
Use with available fluent helpers to apply the ProjectCategory field to query operations.
|
static ProjectField<String> |
Project.PROJECT_DESC
Use with available fluent helpers to apply the ProjectDesc field to query operations.
|
static ProjectField<String> |
Project.PROJECT_ID
Use with available fluent helpers to apply the ProjectID field to query operations.
|
static ProjectField<String> |
Project.PROJECT_NAME
Use with available fluent helpers to apply the ProjectName field to query operations.
|
static ProjectField<String> |
Project.PROJECT_STAGE
Use with available fluent helpers to apply the ProjectStage field to query operations.
|
static ProjectField<String> |
Project.RESTRICT_TIME_POSTING
Use with available fluent helpers to apply the RestrictTimePosting field to query operations.
|
static ProjectField<LocalDateTime> |
Project.START_DATE
Use with available fluent helpers to apply the StartDate field to query operations.
|
static ProjectField<String> |
Project.USE_PROJECT_BILLING
Use with available fluent helpers to apply the UseProjectBilling field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> ProjectField<T> |
Project.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
Project.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2020 SAP SE. All rights reserved.