public interface TransferStatusService extends CRUDService<TransferStatusDTO,TransferStatusData,TransferStatusFlowVO>
| Modifier and Type | Method and Description |
|---|---|
void |
changeStatus(ChangeTransferStatusDTO params)
Changes the status of the given transfer
|
java.util.List<TransferStatusDetailedVO> |
list(TransferStatusFlowVO transferStatusFlow)
Returns all transfer statuses in the given flow
|
getData, getDataForNew, load, remove, removeAll, savevoid changeStatus(ChangeTransferStatusDTO params) throws FrameworkException
IllegalActionException - If the given status is not a valid state given the current oneFrameworkExceptionjava.util.List<TransferStatusDetailedVO> list(TransferStatusFlowVO transferStatusFlow) throws FrameworkException
FrameworkException