@Service public class BatchLogService extends Object implements IBatchLogService
| 构造器和说明 |
|---|
BatchLogService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteBatchLog(int id) |
BatchLogBean |
getBatchLogBean(int id) |
IBatchLogDao |
getBatchLogDao() |
List<BatchLogBean> |
getBatchLogListByType(String type,
int uid) |
Pager<BatchLogBean> |
getBatchLogPager(int uid) |
void |
setBatchLogDao(IBatchLogDao batchLogDao) |
public IBatchLogDao getBatchLogDao()
public void setBatchLogDao(IBatchLogDao batchLogDao)
public void deleteBatchLog(int id)
deleteBatchLog 在接口中 IBatchLogServicepublic Pager<BatchLogBean> getBatchLogPager(int uid)
getBatchLogPager 在接口中 IBatchLogServicepublic List<BatchLogBean> getBatchLogListByType(String type, int uid)
getBatchLogListByType 在接口中 IBatchLogServicepublic BatchLogBean getBatchLogBean(int id)
getBatchLogBean 在接口中 IBatchLogServiceCopyright © 2015. All rights reserved.