public class QaServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.QaService
| 构造器和说明 |
|---|
QaServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countQaIds() |
java.lang.Integer |
countQaIdsByOidAndTid(java.lang.Long oid,
java.lang.Long tid) |
boolean |
delete(java.lang.Long id) |
com.ptteng.common.skill.model.Qa |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Qa> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.util.List<java.lang.Long> |
getQaIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getQaIdsByOidAndTid(java.lang.Long oid,
java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Qa qa) |
java.util.List<com.ptteng.common.skill.model.Qa> |
insertList(java.util.List<com.ptteng.common.skill.model.Qa> qaList) |
boolean |
update(com.ptteng.common.skill.model.Qa qa) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Qa> qaList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Qa qa)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Qa> insertList(java.util.List<com.ptteng.common.skill.model.Qa> qaList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.QaServicecom.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.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Qa qa)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Qa> qaList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Qa getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Qa> 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.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getQaIdsByOidAndTid(java.lang.Long oid,
java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getQaIdsByOidAndTid 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countQaIdsByOidAndTid(java.lang.Long oid,
java.lang.Long tid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countQaIdsByOidAndTid 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getQaIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getQaIds 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countQaIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countQaIds 在接口中 com.ptteng.common.skill.service.QaServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.