Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityField<LglTransDate,UUID> |
LglTransDate.LEGAL_TRANSACTION_DATE_U_U_ID
Use with available fluent helpers to apply the LegalTransactionDateUUID field to query operations.
|
static EntityField<LglTransDate,String> |
LglTransDate.LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.
|
static EntityField<LglTransDate,UUID> |
LglTransDate.LEGAL_TRANSACTION_U_U_ID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
|
static EntityField<LglTransDate,String> |
LglTransDate.LGL_CNTNT_M_DATE_TYPE
Use with available fluent helpers to apply the LglCntntMDateType field to query operations.
|
static EntityField<LglTransDate,Calendar> |
LglTransDate.LGL_CNTNT_M_FROM_DATE
Use with available fluent helpers to apply the LglCntntMFromDate field to query operations.
|
static EntityField<LglTransDate,Calendar> |
LglTransDate.LGL_CNTNT_M_TO_DATE
Use with available fluent helpers to apply the LglCntntMToDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
LglTransDate |
LglTransDate.LglTransDateBuilder.build() |
LglTransDate |
LglTransDateByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
LglTransDate |
LglTransDateCreateFluentHelper.execute()
Executes the underlying create request.
|
LglTransDate |
LglTransDateByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
LglTransDate |
LglTransDateCreateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying create request.
|
LglTransDate |
LglTransDateByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
LglTransDate |
LglTransDateCreateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying create request.
|
Modifier and Type | Method and Description |
---|---|
List<LglTransDate> |
LglTransDateFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<LglTransDate> |
LglTransDateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<LglTransDate> |
LglTransDateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<LglTransDate> |
LegalTransaction.fetchLglTransDate()
Fetches the LglTransDate entities (one to many) associated with this entity.
|
static <T> EntityField<LglTransDate,T> |
LglTransDate.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<LglTransDate> |
LglTransDate.getType() |
Modifier and Type | Method and Description |
---|---|
LglTransDateFluentHelper |
LglTransDateFluentHelper.filter(ExpressionFluentHelper<LglTransDate> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
LglTransDateFluentHelper |
LglTransDateFluentHelper.orderBy(EntityField<LglTransDate,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Constructor and Description |
---|
LglTransDateCreateFluentHelper(LglTransDate lglTransDate)
Creates a fluent helper object that will create a new
LglTransDate entity and save it to the S/4HANA system. |
LglTransDateDeleteFluentHelper(LglTransDate lglTransDate)
Creates a fluent helper object that will delete an existing
LglTransDate entity in the S/4HANA system. |
LglTransDateUpdateFluentHelper(LglTransDate lglTransDate)
Creates a fluent helper object that will create a new
LglTransDate entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
LglTransDateCreateFluentHelper |
DefaultLegalTransactionService.createLglTransDate(LglTransDate lglTransDate) |
LglTransDateCreateFluentHelper |
LegalTransactionService.createLglTransDate(LglTransDate lglTransDate)
Create a new
LglTransDate entity and save it to the S/4HANA system. |
LglTransDateDeleteFluentHelper |
DefaultLegalTransactionService.deleteLglTransDate(LglTransDate lglTransDate) |
LglTransDateDeleteFluentHelper |
LegalTransactionService.deleteLglTransDate(LglTransDate lglTransDate)
Deletes an existing
LglTransDate entity in the S/4HANA system. |
LglTransDateUpdateFluentHelper |
DefaultLegalTransactionService.updateLglTransDate(LglTransDate lglTransDate) |
LglTransDateUpdateFluentHelper |
LegalTransactionService.updateLglTransDate(LglTransDate lglTransDate)
Update an existing
LglTransDate entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.