public class GcomponentSCAClient extends Object implements GcomponentService
| 构造器和说明 |
|---|
GcomponentSCAClient() |
public GcomponentService getGcomponentService()
public void setGcomponentService(GcomponentService gcomponentService)
public Long insert(Gcomponent gcomponent, String lang) throws Exception
insert 在接口中 GcomponentServiceExceptionpublic List<Gcomponent> insertList(List<Gcomponent> gcomponentList, String lang) throws Exception
insertList 在接口中 GcomponentServiceExceptionpublic boolean delete(Long id, String lang) throws Exception
delete 在接口中 GcomponentServiceExceptionpublic boolean update(Gcomponent gcomponent) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<Gcomponent> gcomponentList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Gcomponent getObjectById(Long id, String lang) throws Exception
getObjectById 在接口中 GcomponentServiceExceptionpublic List<Gcomponent> getObjectsByIds(List<Long> ids, String lang) throws Exception
getObjectsByIds 在接口中 GcomponentServiceExceptionpublic List<Long> getGcomponentIdsByMerchantIdAndTypeAndKeyAndLevel(Long merchantId, Integer type, String key, Integer level, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIdsByMerchantIdAndTypeAndKeyAndLevel 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGcomponentIdsByMerchantIdAndKey(Long merchantId, String key, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIdsByMerchantIdAndKey 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGcomponentIdsByMerchantIdAndTypeAndKey(Long merchantId, Integer type, String key, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIdsByMerchantIdAndTypeAndKey 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGcomponentIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIdsByMerchantId 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGcomponentIdsByMerchantIdAndLevel(Long merchantId, Integer level, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIdsByMerchantIdAndLevel 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGcomponentIdsByMerchantIdAndType(Long merchantId, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIdsByMerchantIdAndType 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIdsByMerchantIdAndTypeAndKeyAndLevel(Long merchantId, Integer type, String key, Integer level) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIdsByMerchantIdAndTypeAndKeyAndLevel 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIdsByMerchantIdAndKey(Long merchantId, String key) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIdsByMerchantIdAndKey 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIdsByMerchantIdAndTypeAndKey(Long merchantId, Integer type, String key) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIdsByMerchantIdAndTypeAndKey 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIdsByMerchantId 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIdsByMerchantIdAndLevel(Long merchantId, Integer level) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIdsByMerchantIdAndLevel 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIdsByMerchantIdAndType(Long merchantId, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIdsByMerchantIdAndType 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGcomponentIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGcomponentIds 在接口中 GcomponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGcomponentIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGcomponentIds 在接口中 GcomponentServicecom.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.ServiceDaoExceptionCopyright © 2021. All rights reserved.