public class TaskSkillRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.TaskSkillRelationService
| 构造器和说明 |
|---|
TaskSkillRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countTaskSkillRelationIds() |
java.lang.Integer |
countTaskSkillRelationIdsBySid(java.lang.Long sid) |
java.lang.Integer |
countTaskSkillRelationIdsByTid(java.lang.Long tid) |
boolean |
delete(java.lang.Long id) |
com.ptteng.common.skill.model.TaskSkillRelation |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.util.List<java.lang.Long> |
getSidsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getSkillIdsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
getTaskSkillRelationIdByTidAndSid(java.lang.Long tid,
java.lang.Long sid) |
java.util.List<java.lang.Long> |
getTaskSkillRelationIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getTaskSkillRelationIdsBySid(java.lang.Long sid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getTaskSkillRelationIdsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
insert(com.ptteng.common.skill.model.TaskSkillRelation taskSkillRelation) |
java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> |
insertList(java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> taskSkillRelationList) |
boolean |
update(com.ptteng.common.skill.model.TaskSkillRelation taskSkillRelation) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> taskSkillRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.TaskSkillRelation taskSkillRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> insertList(java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> taskSkillRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.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.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.TaskSkillRelation taskSkillRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> taskSkillRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.TaskSkillRelation getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.TaskSkillRelation> 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.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getTaskSkillRelationIdByTidAndSid(java.lang.Long tid,
java.lang.Long sid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTaskSkillRelationIdByTidAndSid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getTaskSkillRelationIdsBySid(java.lang.Long sid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTaskSkillRelationIdsBySid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getSidsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getSidsByOid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getTaskSkillRelationIdsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTaskSkillRelationIdsByTid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getSkillIdsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getSkillIdsByTid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countTaskSkillRelationIdsBySid(java.lang.Long sid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countTaskSkillRelationIdsBySid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countTaskSkillRelationIdsByTid(java.lang.Long tid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countTaskSkillRelationIdsByTid 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getTaskSkillRelationIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTaskSkillRelationIds 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countTaskSkillRelationIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countTaskSkillRelationIds 在接口中 com.ptteng.common.skill.service.TaskSkillRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.