public class PropertyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.PropertyService
| 构造器和说明 |
|---|
PropertyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPropertyIds() |
Integer |
countPropertyIdsByClassifyIdAndStatus(Long classifyId,
Integer status) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.Property |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.Property> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPropertyIds(Integer start,
Integer limit) |
List<Long> |
getPropertyIdsByClassifyIdAndStatus(Long classifyId,
Integer status,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.Property property) |
List<com.ptteng.micro.mall.model.Property> |
insertList(List<com.ptteng.micro.mall.model.Property> propertyList) |
boolean |
update(com.ptteng.micro.mall.model.Property property) |
boolean |
updateList(List<com.ptteng.micro.mall.model.Property> propertyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.Property property) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Property> insertList(List<com.ptteng.micro.mall.model.Property> propertyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.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.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.Property property)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.Property> propertyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.Property getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Property> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPropertyIdsByClassifyIdAndStatus(Long classifyId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPropertyIdsByClassifyIdAndStatus 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPropertyIdsByClassifyIdAndStatus(Long classifyId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPropertyIdsByClassifyIdAndStatus 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPropertyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPropertyIds 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPropertyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPropertyIds 在接口中 com.ptteng.micro.mall.service.PropertyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.