public class TaskServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.TaskService
| 构造器和说明 |
|---|
TaskServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countTaskIds() |
java.lang.Integer |
countTaskIdsByOid(java.lang.Long oid) |
boolean |
delete(java.lang.Long id) |
com.ptteng.common.skill.model.Task |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Task> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.util.List<java.lang.Long> |
getTaskIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getTaskIdsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Task task) |
java.util.List<com.ptteng.common.skill.model.Task> |
insertList(java.util.List<com.ptteng.common.skill.model.Task> taskList) |
boolean |
update(com.ptteng.common.skill.model.Task task) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Task> taskList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Task task)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Task> insertList(java.util.List<com.ptteng.common.skill.model.Task> taskList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Task task)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Task> taskList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Task getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Task> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getTaskIdsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTaskIdsByOid 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getTaskIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTaskIds 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countTaskIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countTaskIds 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countTaskIdsByOid(java.lang.Long oid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countTaskIdsByOid 在接口中 com.ptteng.common.skill.service.TaskServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.