| Package | Description |
|---|---|
| com.plusmpm.CUF.database.sortInfo |
| Modifier and Type | Method and Description |
|---|---|
SortInfo |
SortInfoDao.get(String activityId,
String processId,
String tableId,
String userId)
Pobiera dane sortowania konretnej tabelki
|
SortInfo |
SortInfoDaoImpl.get(String activityId,
String processId,
String tableId,
String userId) |
SortInfo |
SortInfoService.get(String activityId,
String processId,
String tableId,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<SortInfo> |
SortInfoDao.findByCriteria(org.hibernate.criterion.DetachedCriteria dc)
Pozwala wyszukać informacje o sortowaniu
|
List<SortInfo> |
SortInfoDaoImpl.findByCriteria(org.hibernate.criterion.DetachedCriteria dc) |
List<SortInfo> |
SortInfoDao.findByCriteria(org.hibernate.criterion.DetachedCriteria dc,
Integer start,
Integer limit)
Pozwala wyszukać informacje o sortowaniu
|
List<SortInfo> |
SortInfoDaoImpl.findByCriteria(org.hibernate.criterion.DetachedCriteria dc,
Integer start,
Integer limit) |
List<SortInfo> |
SortInfoService.getAllForActivity(String activityId,
String processId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SortInfoDao.delete(SortInfo si) |
void |
SortInfoDaoImpl.delete(SortInfo si) |
void |
SortInfoService.delete(SortInfo si) |
void |
SortInfoDao.saveOrUpadte(SortInfo si)
Zapisuje lub zmienia dane sortowania
|
void |
SortInfoDaoImpl.saveOrUpadte(SortInfo si) |
void |
SortInfoService.saveOrUpadte(SortInfo si) |
Copyright © 2014 Suncode. All rights reserved.