public class SpuInfoServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.SpuInfoService
| 构造器和说明 |
|---|
SpuInfoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countSpuInfoIds() |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.SpuInfo |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.SpuInfo> |
getObjectsByIds(List<Long> ids) |
Long |
getSpuInfoIdBySpuId(Long spuId) |
List<Long> |
getSpuInfoIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.SpuInfo spuInfo) |
List<com.ptteng.micro.mall.model.SpuInfo> |
insertList(List<com.ptteng.micro.mall.model.SpuInfo> spuInfoList) |
boolean |
update(com.ptteng.micro.mall.model.SpuInfo spuInfo) |
boolean |
updateList(List<com.ptteng.micro.mall.model.SpuInfo> spuInfoList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.SpuInfo spuInfo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.SpuInfo> insertList(List<com.ptteng.micro.mall.model.SpuInfo> spuInfoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.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.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.SpuInfo spuInfo)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.SpuInfo> spuInfoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.SpuInfo getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.SpuInfo> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getSpuInfoIdBySpuId(Long spuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSpuInfoIdBySpuId 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSpuInfoIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSpuInfoIds 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSpuInfoIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSpuInfoIds 在接口中 com.ptteng.micro.mall.service.SpuInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.