public class ClassifyContentsRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.fans.common.service.ClassifyContentsRelationService
| 构造器和说明 |
|---|
ClassifyContentsRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countClassifyContentsRelationIds() |
Integer |
countClassifyContentsRelationIdsByClassifyId(Long classifyId) |
Integer |
countClassifyContentsRelationIdsByContentsId(Long contentsId) |
boolean |
delete(Long id) |
List<Long> |
getClassifyContentsRelationIds(Integer start,
Integer limit) |
List<Long> |
getClassifyContentsRelationIdsByClassifyId(Long classifyId,
Integer start,
Integer limit) |
List<Long> |
getClassifyContentsRelationIdsByContentsId(Long contentsId,
Integer start,
Integer limit) |
com.ptteng.fans.common.model.ClassifyContentsRelation |
getObjectById(Long id) |
List<com.ptteng.fans.common.model.ClassifyContentsRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.fans.common.model.ClassifyContentsRelation classifyContentsRelation) |
List<com.ptteng.fans.common.model.ClassifyContentsRelation> |
insertList(List<com.ptteng.fans.common.model.ClassifyContentsRelation> classifyContentsRelationList) |
boolean |
update(com.ptteng.fans.common.model.ClassifyContentsRelation classifyContentsRelation) |
boolean |
updateList(List<com.ptteng.fans.common.model.ClassifyContentsRelation> classifyContentsRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.fans.common.model.ClassifyContentsRelation classifyContentsRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.ClassifyContentsRelation> insertList(List<com.ptteng.fans.common.model.ClassifyContentsRelation> classifyContentsRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.fans.common.model.ClassifyContentsRelation classifyContentsRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.fans.common.model.ClassifyContentsRelation> classifyContentsRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.fans.common.model.ClassifyContentsRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.ClassifyContentsRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getClassifyContentsRelationIdsByClassifyId(Long classifyId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getClassifyContentsRelationIdsByClassifyId 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getClassifyContentsRelationIdsByContentsId(Long contentsId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getClassifyContentsRelationIdsByContentsId 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countClassifyContentsRelationIdsByClassifyId(Long classifyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countClassifyContentsRelationIdsByClassifyId 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countClassifyContentsRelationIdsByContentsId(Long contentsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countClassifyContentsRelationIdsByContentsId 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getClassifyContentsRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getClassifyContentsRelationIds 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countClassifyContentsRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countClassifyContentsRelationIds 在接口中 com.ptteng.fans.common.service.ClassifyContentsRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2020. All rights reserved.