public class QuesbankTaskSCAClient extends Object implements QuesbankTaskService
| Constructor and Description |
|---|
QuesbankTaskSCAClient() |
public QuesbankTaskService getQuesbankTaskService()
public void setQuesbankTaskService(QuesbankTaskService quesbankTaskService)
public Long insert(QuesbankTask quesbankTask) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<QuesbankTask> insertList(List<QuesbankTask> quesbankTaskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(QuesbankTask quesbankTask) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<QuesbankTask> quesbankTaskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic QuesbankTask getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<QuesbankTask> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getQuesbankTaskIdsByQuesbankIdAndStatusAndSpecificType(Long quesbankId, Integer status, Integer specificType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getQuesbankTaskIdsByQuesbankIdAndStatusAndSpecificType in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getQuesbankTaskIdsByQuesbankIdAndStatus(Long quesbankId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getQuesbankTaskIdsByQuesbankIdAndStatus in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getQuesbankTaskIdsByTaskIdAndStatus(Long taskId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getQuesbankTaskIdsByTaskIdAndStatus in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getQuesbankTaskIdsByQuesbankIdAndStatusAndDoubleSpecificType(Long quesbankId, Integer status, Integer specificType, Integer specificType2, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getQuesbankTaskIdsByQuesbankIdAndStatusAndDoubleSpecificType in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countQuesbankTaskIdsByQuesbankIdAndStatus(Long quesbankId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countQuesbankTaskIdsByQuesbankIdAndStatus in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getQuesbankTaskIdByQuesbankIdAndTaskId(Long quesbankId, Long taskId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getQuesbankTaskIdByQuesbankIdAndTaskId in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countQuesbankTaskIdsByTaskIdAndStatus(Long taskId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countQuesbankTaskIdsByTaskIdAndStatus in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countQuesbankTaskIdsByQuesbankIdAndStatusAndSpecificType(Long quesbankId, Integer status, Integer specificType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countQuesbankTaskIdsByQuesbankIdAndStatusAndSpecificType in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countQuesbankTaskIdsByQuesbankIdAndStatusAndDoubleSpecificType(Long quesbankId, Integer status, Integer specificType, Integer specificType2) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countQuesbankTaskIdsByQuesbankIdAndStatusAndDoubleSpecificType in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getQuesbankTaskIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getQuesbankTaskIds in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countQuesbankTaskIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countQuesbankTaskIds in interface QuesbankTaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIdsByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByDynamicCondition in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean fakeDelete(Class clz, Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
fakeDelete in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void deleteList(Class clz, List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
deleteList in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Object getObjectByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectByDynamicCondition in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All Rights Reserved.