public interface AuthorizationLevelService extends CRUDService<AuthorizationLevelDTO,AuthorizationLevelData,TransferTypeVO>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthorizationLevelVO> |
list(TransferTypeVO transferType) |
getData, getDataForNew, load, remove, removeAll, savejava.util.List<AuthorizationLevelVO> list(TransferTypeVO transferType) throws FrameworkException
transferTypeVO - transfer type used to list the authorization levels.FrameworkException