| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionInvoiceComment |
TransactionInvoiceCommentService.create(Long spaceId,
TransactionInvoiceCommentCreate entity)
Create
Creates the comment with the given properties.
|
TransactionInvoiceComment |
TransactionInvoiceCommentService.create(Long spaceId,
TransactionInvoiceCommentCreate entity,
Map<String,Object> params)
Create
Creates the comment with the given properties.
|
TransactionInvoiceComment |
TransactionInvoiceCommentService.read(Long spaceId,
Long id)
Read
Reads the comment with the given 'id' and returns it.
|
TransactionInvoiceComment |
TransactionInvoiceCommentService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the comment with the given 'id' and returns it.
|
TransactionInvoiceComment |
TransactionInvoiceCommentService.update(Long spaceId,
TransactionInvoiceCommentActive entity)
Update
This updates the comment with the given properties.
|
TransactionInvoiceComment |
TransactionInvoiceCommentService.update(Long spaceId,
TransactionInvoiceCommentActive entity,
Map<String,Object> params)
Update
This updates the comment with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionInvoiceComment> |
TransactionInvoiceCommentService.all(Long spaceId,
Long invoiceId)
Find by invoice
Returns all comments of the given transaction invoice.
|
List<TransactionInvoiceComment> |
TransactionInvoiceCommentService.all(Long spaceId,
Long invoiceId,
Map<String,Object> params)
Find by invoice
Returns all comments of the given transaction invoice.
|
Copyright © 2021. All rights reserved.