public interface SortInfoDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(SortInfo si) |
List<SortInfo> |
findByCriteria(org.hibernate.criterion.DetachedCriteria dc)
Pozwala wyszukać informacje o sortowaniu
|
List<SortInfo> |
findByCriteria(org.hibernate.criterion.DetachedCriteria dc,
Integer start,
Integer limit)
Pozwala wyszukać informacje o sortowaniu
|
SortInfo |
get(String activityId,
String processId,
String tableId,
String userId)
Pobiera dane sortowania konretnej tabelki
|
void |
saveOrUpadte(SortInfo si)
Zapisuje lub zmienia dane sortowania
|
SortInfo get(String activityId, String processId, String tableId, String userId) throws Exception
activityId - processId - tableId - userId - Exceptionvoid saveOrUpadte(SortInfo si) throws Exception
si - ExceptionList<SortInfo> findByCriteria(org.hibernate.criterion.DetachedCriteria dc) throws Exception
dc - - obiekt w którym podajemy warunki wyszukiwaniaExceptionList<SortInfo> findByCriteria(org.hibernate.criterion.DetachedCriteria dc, Integer start, Integer limit) throws Exception
dc - - obiekt w którym podajemy warunki wyszukiwaniastart - - początek wynikówlimit - - limit wynikówExceptionCopyright © 2016 Suncode. All rights reserved.