public class SortInfoService extends Object
| Constructor and Description |
|---|
SortInfoService(SortInfoDao dao) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(SortInfo si) |
SortInfo |
get(String activityId,
String processId,
String tableId,
String userId) |
List<SortInfo> |
getAllForActivity(String activityId,
String processId) |
SortInfoDao |
getDao() |
void |
saveOrUpadte(SortInfo si) |
void |
setDao(SortInfoDao dao) |
public SortInfoService(SortInfoDao dao)
public SortInfoDao getDao()
public void setDao(SortInfoDao dao)
public SortInfo get(String activityId, String processId, String tableId, String userId) throws Exception
ExceptionCopyright © 2021 Suncode. All rights reserved.