public class SkillServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.SkillService
| 构造器和说明 |
|---|
SkillServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countIdsByOccupationId(java.lang.Long occupationId) |
java.lang.Integer |
countSkillIds() |
java.lang.Integer |
countSkillIdsByOid(java.lang.Long oid) |
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getIdsByOccupationId(java.lang.Long occupationId,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getIdsByParentId(java.lang.Long parentId,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.Skill |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Skill> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.util.List<java.lang.Long> |
getSkillIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getSkillIdsByOid(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 |
insert(com.ptteng.common.skill.model.Skill skill) |
java.util.List<com.ptteng.common.skill.model.Skill> |
insertList(java.util.List<com.ptteng.common.skill.model.Skill> skillList) |
boolean |
update(com.ptteng.common.skill.model.Skill skill) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Skill> skillList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Skill skill)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Skill> insertList(java.util.List<com.ptteng.common.skill.model.Skill> skillList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.SkillServicecom.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.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Skill skill)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Skill> skillList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Skill getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Skill> 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.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getSkillIdsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getSkillIdsByOid 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getIdsByParentId(java.lang.Long parentId,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getIdsByParentId 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getIdsByOccupationId(java.lang.Long occupationId,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getIdsByOccupationId 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countIdsByOccupationId(java.lang.Long occupationId)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countIdsByOccupationId 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countSkillIdsByOid(java.lang.Long oid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countSkillIdsByOid 在接口中 com.ptteng.common.skill.service.SkillServicecom.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.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getSkillIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getSkillIds 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countSkillIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countSkillIds 在接口中 com.ptteng.common.skill.service.SkillServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.