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