| | |
| | | * @param endTime 结束时间
|
| | | * @return
|
| | | */
|
| | | public List<HelpCenter> query(int pageIndex, int pageSize, String key, Long cid, Integer orderMode) ;
|
| | | public List<HelpCenter> query(int pageIndex, int pageSize, String key, Long cid, Integer orderMode,Integer state) ;
|
| | |
|
| | | public long countQuery(String key, Long cid);
|
| | | public long countQuery(String key, Long cid,Integer state);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | public void setVersions(Long id, List<Long> versions) throws HelpCenterException;
|
| | |
|
| | |
|
| | | /**
|
| | | * 状态切换
|
| | | * @param id
|
| | | * @throws HelpCenterException
|
| | | */
|
| | | public void switchState(Long id) throws HelpCenterException;
|
| | |
|
| | | |
| | | }
|