public class CustomerSalerRelationSCAClient extends Object implements CustomerSalerRelationService
| 构造器和说明 |
|---|
CustomerSalerRelationSCAClient() |
public CustomerSalerRelationService getCustomerSalerRelationService()
public void setCustomerSalerRelationService(CustomerSalerRelationService customerSalerRelationService)
public Long insert(CustomerSalerRelation customerSalerRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<CustomerSalerRelation> insertList(List<CustomerSalerRelation> customerSalerRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(CustomerSalerRelation customerSalerRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<CustomerSalerRelation> customerSalerRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic CustomerSalerRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<CustomerSalerRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getCustomerSalerRelationIdByCustomerIdAndSalerId(Long customerId, Long salerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerSalerRelationIdByCustomerIdAndSalerId 在接口中 CustomerSalerRelationServicecustomerId - salerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerSalerRelationIdsByCustomerIdOrderByUpdateAt(Long customerId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerSalerRelationIdsByCustomerIdOrderByUpdateAt 在接口中 CustomerSalerRelationServicecustomerId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerSalerRelationIdsBySalerIdOrderByUpdateAt(Long salerId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerSalerRelationIdsBySalerIdOrderByUpdateAt 在接口中 CustomerSalerRelationServicesalerId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerSalerRelationIdsByCustomerIdOrderByUpdateAt(Long customerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerSalerRelationIdsByCustomerIdOrderByUpdateAt 在接口中 CustomerSalerRelationServicecustomerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerSalerRelationIdsBySalerIdOrderByUpdateAt(Long salerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerSalerRelationIdsBySalerIdOrderByUpdateAt 在接口中 CustomerSalerRelationServicesalerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerSalerRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerSalerRelationIds 在接口中 CustomerSalerRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerSalerRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerSalerRelationIds 在接口中 CustomerSalerRelationServicecom.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.ServiceDaoExceptionCopyright © 2016. All rights reserved.