public class DocumentServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.DocumentService
| 构造器和说明 |
|---|
DocumentServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countDocumentIdByOidAndType(java.lang.Long oid,
java.lang.Integer type) |
java.lang.Integer |
countDocumentIdBySidAndType(java.lang.Long sid,
java.lang.Integer type) |
java.lang.Integer |
countDocumentIds() |
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getDocumentIdByOidAndType(java.lang.Long oid,
java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getDocumentIdBySid(java.lang.Long sid) |
java.util.List<java.lang.Long> |
getDocumentIdBySidAndType(java.lang.Long sid,
java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getDocumentIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getDocumentIdsByType(java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.Document |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Document> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Document document) |
java.util.List<com.ptteng.common.skill.model.Document> |
insertList(java.util.List<com.ptteng.common.skill.model.Document> documentList) |
boolean |
update(com.ptteng.common.skill.model.Document document) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Document> documentList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Document document)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Document> insertList(java.util.List<com.ptteng.common.skill.model.Document> documentList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.DocumentServicecom.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.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Document document)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Document> documentList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Document getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Document> 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.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getDocumentIdBySid(java.lang.Long sid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getDocumentIdBySid 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getDocumentIdByOidAndType(java.lang.Long oid,
java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getDocumentIdByOidAndType 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countDocumentIdByOidAndType(java.lang.Long oid,
java.lang.Integer type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countDocumentIdByOidAndType 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getDocumentIdBySidAndType(java.lang.Long sid,
java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getDocumentIdBySidAndType 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countDocumentIdBySidAndType(java.lang.Long sid,
java.lang.Integer type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countDocumentIdBySidAndType 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getDocumentIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getDocumentIds 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getDocumentIdsByType(java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getDocumentIdsByType 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countDocumentIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countDocumentIds 在接口中 com.ptteng.common.skill.service.DocumentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.