Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
LegalTransaction |
LegalTransaction.LegalTransactionBuilder.build() |
LegalTransaction |
CancelFluentHelper.execute(ErpConfigContext configContext) |
LegalTransaction |
TerminateFluentHelper.execute(ErpConfigContext configContext) |
protected LegalTransaction |
LegalTransactionCreateFluentHelper.getEntity() |
protected LegalTransaction |
LegalTransactionUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<LegalTransaction> |
CancelFluentHelper.getEntityClass() |
protected Class<LegalTransaction> |
LegalTransactionByKeyFluentHelper.getEntityClass() |
protected Class<LegalTransaction> |
LegalTransactionFluentHelper.getEntityClass() |
protected Class<LegalTransaction> |
TerminateFluentHelper.getEntityClass() |
Class<LegalTransaction> |
LegalTransaction.getType() |
Modifier and Type | Method and Description |
---|---|
protected LegalTransactionLink<ObjectT> |
LegalTransactionLink.translateLinkType(EntityLink<LegalTransactionLink<ObjectT>,LegalTransaction,ObjectT> link) |
Constructor and Description |
---|
LegalTransactionCreateFluentHelper(String servicePath,
LegalTransaction entity)
Creates a fluent helper object that will create a
LegalTransaction entity on the OData endpoint. |
LegalTransactionUpdateFluentHelper(String servicePath,
LegalTransaction entity)
Creates a fluent helper object that will update a
LegalTransaction entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
LegalTransactionCreateFluentHelper |
LegalTransactionService.createLegalTransaction(LegalTransaction legalTransaction)
Create a new
LegalTransaction entity and save it to the S/4HANA system. |
LegalTransactionCreateFluentHelper |
DefaultLegalTransactionService.createLegalTransaction(LegalTransaction legalTransaction) |
LegalTransactionUpdateFluentHelper |
LegalTransactionService.updateLegalTransaction(LegalTransaction legalTransaction)
Update an existing
LegalTransaction entity and save it to the S/4HANA system. |
LegalTransactionUpdateFluentHelper |
DefaultLegalTransactionService.updateLegalTransaction(LegalTransaction legalTransaction) |
Copyright © 2018 SAP SE. All rights reserved.