public interface DomainService extends DataService<DomainModel>
Modifier and Type | Method and Description |
---|---|
void |
delete(String id) |
LangridList<DomainModel> |
getAllList() |
LangridList<DomainModel> |
getListOnGrid(String gridId) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar
void delete(String id) throws ServiceManagerException
ServiceManagerException
LangridList<DomainModel> getListOnGrid(String gridId) throws ServiceManagerException
ServiceManagerException
LangridList<DomainModel> getAllList() throws ServiceManagerException
ServiceManagerException