public interface ClassifyContentsRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
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) |
ClassifyContentsRelation |
getObjectById(Long id) |
List<ClassifyContentsRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(ClassifyContentsRelation classifyContentsRelation) |
List<ClassifyContentsRelation> |
insertList(List<ClassifyContentsRelation> classifyContentsRelationList) |
boolean |
update(ClassifyContentsRelation classifyContentsRelation) |
boolean |
updateList(List<ClassifyContentsRelation> classifyContentsRelationList) |
Long insert(ClassifyContentsRelation classifyContentsRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ClassifyContentsRelation> insertList(List<ClassifyContentsRelation> classifyContentsRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(ClassifyContentsRelation classifyContentsRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<ClassifyContentsRelation> classifyContentsRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionClassifyContentsRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ClassifyContentsRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countClassifyContentsRelationIdsByClassifyId(Long classifyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countClassifyContentsRelationIdsByContentsId(Long contentsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getClassifyContentsRelationIdsByClassifyId(Long classifyId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getClassifyContentsRelationIdsByContentsId(Long contentsId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getClassifyContentsRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countClassifyContentsRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2023. All rights reserved.