public interface LanguageService extends CRUDService<LanguageDTO,LanguageData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
LanguageVO |
get(java.lang.Long id)
Returns a language VO by id
|
LanguageVO |
getCurrent()
Returns the language VO for the current user
|
java.util.List<LanguageVO> |
list()
Lists languages filtered by network
|
getData, getDataForNew, load, remove, removeAll, saveLanguageVO get(java.lang.Long id) throws FrameworkException
FrameworkExceptionLanguageVO getCurrent() throws FrameworkException
FrameworkExceptionjava.util.List<LanguageVO> list() throws FrameworkException
FrameworkException