public class TaskServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.score.home.service.TaskService
| Constructor and Description |
|---|
TaskServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countTaskIds() |
boolean |
delete(Long id) |
com.ptteng.score.home.model.Task |
getObjectById(Long id) |
List<com.ptteng.score.home.model.Task> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getTaskIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.score.home.model.Task task) |
List<com.ptteng.score.home.model.Task> |
insertList(List<com.ptteng.score.home.model.Task> taskList) |
boolean |
update(com.ptteng.score.home.model.Task task) |
boolean |
updateList(List<com.ptteng.score.home.model.Task> taskList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.score.home.model.Task task) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.score.home.model.Task> insertList(List<com.ptteng.score.home.model.Task> taskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.score.home.service.TaskServicecom.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 com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.score.home.model.Task task)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.score.home.model.Task> taskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.score.home.model.Task getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.score.home.model.Task> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getTaskIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getTaskIds in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countTaskIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countTaskIds in interface com.ptteng.score.home.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.