public class BaseClassifySCAClient extends Object implements BaseClassifyService
| 构造器和说明 |
|---|
BaseClassifySCAClient() |
public BaseClassifyService getBaseClassifyService()
public void setBaseClassifyService(BaseClassifyService baseClassifyService)
public Long insert(BaseClassify baseClassify, String lang) throws Exception
insert 在接口中 BaseClassifyServiceExceptionpublic List<BaseClassify> insertList(List<BaseClassify> baseClassifyList, String lang) throws Exception
insertList 在接口中 BaseClassifyServiceExceptionpublic boolean delete(Long id, String lang) throws Exception
delete 在接口中 BaseClassifyServiceExceptionpublic boolean update(BaseClassify baseClassify, String lang) throws Exception
update 在接口中 BaseClassifyServiceExceptionpublic boolean updateList(List<BaseClassify> baseClassifyList, String lang) throws Exception
updateList 在接口中 BaseClassifyServiceExceptionpublic BaseClassify getObjectById(Long id, String lang) throws Exception
getObjectById 在接口中 BaseClassifyServiceExceptionpublic List<BaseClassify> getObjectsByIds(List<Long> ids, String lang) throws Exception
getObjectsByIds 在接口中 BaseClassifyServiceExceptionpublic List<Long> getBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIdsByTypeAndMerchantIdOrderBySort 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifyIdsByType(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIdsByType 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifyIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIdsByMerchantId 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIdsByTypeAndMerchantIdOrderBySort(Integer type, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIdsByTypeAndMerchantIdOrderBySort 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIdsByType 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIdsByMerchantId 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifyIds 在接口中 BaseClassifyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifyIds 在接口中 BaseClassifyServicecom.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.