public class SortInfoDaoImpl extends Object implements SortInfoDao
| Constructor and Description |
|---|
SortInfoDaoImpl() |
| 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
|
public SortInfo get(String activityId, String processId, String tableId, String userId) throws Exception
SortInfoDaoget in interface SortInfoDaoExceptionpublic void saveOrUpadte(SortInfo si) throws Exception
SortInfoDaosaveOrUpadte in interface SortInfoDaoExceptionpublic void delete(SortInfo si) throws Exception
delete in interface SortInfoDaoExceptionpublic List<SortInfo> findByCriteria(org.hibernate.criterion.DetachedCriteria dc) throws Exception
SortInfoDaofindByCriteria in interface SortInfoDaodc - - obiekt w którym podajemy warunki wyszukiwaniaExceptionpublic List<SortInfo> findByCriteria(org.hibernate.criterion.DetachedCriteria dc, Integer start, Integer limit) throws Exception
SortInfoDaofindByCriteria in interface SortInfoDaodc - - obiekt w którym podajemy warunki wyszukiwaniastart - - początek wynikówlimit - - limit wynikówExceptionCopyright © 2023 Suncode. All rights reserved.