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