public class ContentsServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.fans.common.service.ContentsService
| 构造器和说明 |
|---|
ContentsServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countContentsIds() |
Integer |
countContentsIdsByMerchantId(Long merchantId) |
Integer |
countContentsIdsByType(Integer type) |
Integer |
countContentsIdsByTypeAndMerchantIdOrderBySort(Integer type,
Long merchantId) |
boolean |
delete(Long id,
String lang) |
List<Long> |
getContentsIds(Integer start,
Integer limit) |
List<Long> |
getContentsIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getContentsIdsByType(Integer type,
Integer start,
Integer limit) |
List<Long> |
getContentsIdsByTypeAndMerchantIdOrderBySort(Integer type,
Long merchantId,
Integer start,
Integer limit) |
com.ptteng.fans.common.model.Contents |
getObjectById(Long id,
String lang) |
List<com.ptteng.fans.common.model.Contents> |
getObjectsByIds(List<Long> ids,
String lang) |
Long |
insert(com.ptteng.fans.common.model.Contents contents,
String lang) |
List<com.ptteng.fans.common.model.Contents> |
insertList(List<com.ptteng.fans.common.model.Contents> contentsList,
String lang) |
boolean |
update(com.ptteng.fans.common.model.Contents contents,
String lang) |
boolean |
updateList(List<com.ptteng.fans.common.model.Contents> contentsList,
String lang) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.fans.common.model.Contents contents, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, InstantiationException, ClassNotFoundException
insert 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionpublic List<com.ptteng.fans.common.model.Contents> insertList(List<com.ptteng.fans.common.model.Contents> contentsList, String lang) throws Exception
insertList 在接口中 com.ptteng.fans.common.service.ContentsServiceExceptionpublic boolean delete(Long id, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, InstantiationException, ClassNotFoundException
delete 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionpublic boolean update(com.ptteng.fans.common.model.Contents contents,
String lang)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException,
IllegalAccessException,
InstantiationException,
ClassNotFoundException
update 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionpublic boolean updateList(List<com.ptteng.fans.common.model.Contents> contentsList, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, InstantiationException, ClassNotFoundException
updateList 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionpublic com.ptteng.fans.common.model.Contents getObjectById(Long id, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, InstantiationException, ClassNotFoundException
getObjectById 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionpublic List<com.ptteng.fans.common.model.Contents> getObjectsByIds(List<Long> ids, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, InstantiationException, ClassNotFoundException
getObjectsByIds 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionInstantiationExceptionClassNotFoundExceptionpublic List<Long> getContentsIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getContentsIdsByMerchantId 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getContentsIdsByType(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getContentsIdsByType 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getContentsIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getContentsIdsByTypeAndMerchantIdOrderBySort 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countContentsIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countContentsIdsByMerchantId 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countContentsIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countContentsIdsByType 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countContentsIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countContentsIdsByTypeAndMerchantIdOrderBySort 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getContentsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getContentsIds 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countContentsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countContentsIds 在接口中 com.ptteng.fans.common.service.ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.