Package org.cyclos.services.banking
Interface AuthorizationLevelService
-
- All Superinterfaces:
CRUDService<AuthorizationLevelDTO,AuthorizationLevelData,TransferTypeVO>,Service
- All Known Subinterfaces:
AuthorizationLevelServiceLocal
public interface AuthorizationLevelService extends CRUDService<AuthorizationLevelDTO,AuthorizationLevelData,TransferTypeVO>
Service interface for authorization levels
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AuthorizationLevelVO>list(@NotNull TransferTypeVO transferType)-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<AuthorizationLevelVO> list(@NotNull @NotNull TransferTypeVO transferType) throws FrameworkException
- Parameters:
transferType- transfer type used to list the authorization levels.- Returns:
- a list with the authorization levels for the given transfer type.
- Throws:
FrameworkException
-
-