Package org.cyclos.impl.banking
Interface TransferStatusFlowServiceLocal
-
- All Superinterfaces:
CRUDService<TransferStatusFlowDTO,TransferStatusFlowData,Void>,CRUDServiceLocal<TransferStatusFlow,TransferStatusFlowDTO,TransferStatusFlowData,Void>,Service,TransferStatusFlowService
public interface TransferStatusFlowServiceLocal extends CRUDServiceLocal<TransferStatusFlow,TransferStatusFlowDTO,TransferStatusFlowData,Void>, TransferStatusFlowService
Local interface forTransferStatusFlowService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TransferStatusFlow>listAll()Returns all existing flowsList<TransferStatusFlow>listByAccountType(AccountType type)Returns a list with all transfer status flows for all transfer types from / to the given account type-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.banking.TransferStatusFlowService
list
-
-
-
-
Method Detail
-
listAll
List<TransferStatusFlow> listAll()
Returns all existing flows
-
listByAccountType
List<TransferStatusFlow> listByAccountType(AccountType type)
Returns a list with all transfer status flows for all transfer types from / to the given account type
-
-