public class ContentsSCAClient extends Object implements ContentsService
| 构造器和说明 |
|---|
ContentsSCAClient() |
public ContentsService getContentsService()
public void setContentsService(ContentsService contentsService)
public Long insert(Contents contents, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, ClassNotFoundException, InstantiationException
insert 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionClassNotFoundExceptionInstantiationExceptionpublic List<Contents> insertList(List<Contents> contentsList, String lang) throws Exception
insertList 在接口中 ContentsServiceExceptionpublic boolean delete(Long id, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, ClassNotFoundException, InstantiationException
delete 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionClassNotFoundExceptionInstantiationExceptionpublic boolean update(Contents contents, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, ClassNotFoundException, InstantiationException
update 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionClassNotFoundExceptionInstantiationExceptionpublic boolean updateList(List<Contents> contentsList, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, ClassNotFoundException, InstantiationException
updateList 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionClassNotFoundExceptionInstantiationExceptionpublic Contents getObjectById(Long id, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, ClassNotFoundException, InstantiationException
getObjectById 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionClassNotFoundExceptionInstantiationExceptionpublic List<Contents> getObjectsByIds(List<Long> ids, String lang) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, ClassNotFoundException, InstantiationException
getObjectsByIds 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionClassNotFoundExceptionInstantiationExceptionpublic List<Long> getContentsIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getContentsIdsByMerchantId 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countContentsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countContentsIds 在接口中 ContentsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIdsByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean fakeDelete(Class clz, Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
fakeDelete 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void deleteList(Class clz, List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
deleteList 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Object getObjectByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Object getMapListByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getMapListByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2022. All rights reserved.