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, setScopeParametarvoid delete(String id) throws ServiceManagerException
ServiceManagerExceptionLangridList<DomainModel> getListOnGrid(String gridId) throws ServiceManagerException
ServiceManagerExceptionLangridList<DomainModel> getAllList() throws ServiceManagerException
ServiceManagerException