public interface TransferStatusService extends CRUDService<TransferStatusDTO,TransferStatusData,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
void |
changeStatus(ChangeTransferStatusDTO params)
Changes the status of the given transfer
|
java.util.List<TransferStatusDetailedVO> |
list(java.lang.Long flowId)
Returns all transfer statuses in the flow with the given identifier
|
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(java.lang.Long flowId) throws FrameworkException
FrameworkException