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