public class CustomerServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.CustomerService
| 构造器和说明 |
|---|
CustomerServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCustomerIds() |
Integer |
countCustomerIdsByMerchantId(Long merchantId) |
Integer |
countCustomerIdsByMerchantIdAndStatus(Long merchantId,
Integer status) |
Integer |
countCustomerIdsByMerchantIdAndType(Long merchantId,
Integer type) |
boolean |
delete(Long id) |
List<Long> |
getCustomerIds(Integer start,
Integer limit) |
List<Long> |
getCustomerIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getCustomerIdsByMerchantIdAndStatus(Long merchantId,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getCustomerIdsByMerchantIdAndType(Long merchantId,
Integer type,
Integer start,
Integer limit) |
com.ptteng.micro.mall.model.Customer |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.Customer> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.micro.mall.model.Customer customer) |
List<com.ptteng.micro.mall.model.Customer> |
insertList(List<com.ptteng.micro.mall.model.Customer> customerList) |
boolean |
update(com.ptteng.micro.mall.model.Customer customer) |
boolean |
updateList(List<com.ptteng.micro.mall.model.Customer> customerList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.Customer customer) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Customer> insertList(List<com.ptteng.micro.mall.model.Customer> customerList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.Customer customer)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.Customer> customerList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.Customer getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Customer> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerIdsByMerchantIdAndType(Long merchantId, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerIdsByMerchantIdAndType 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerIdsByMerchantIdAndStatus(Long merchantId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerIdsByMerchantIdAndType(Long merchantId, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerIdsByMerchantIdAndType 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerIdsByMerchantIdAndStatus(Long merchantId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCustomerIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCustomerIds 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCustomerIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCustomerIds 在接口中 com.ptteng.micro.mall.service.CustomerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.