public class PropertyItemServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.PropertyItemService
| 构造器和说明 |
|---|
PropertyItemServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPropertyItemIds() |
Integer |
countPropertyItemIdsByPropertyIdAndStatus(Long propertyId,
Integer status) |
Integer |
countPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId,
Integer status,
String title) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.PropertyItem |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.PropertyItem> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPropertyItemIds(Integer start,
Integer limit) |
List<Long> |
getPropertyItemIdsByPropertyIdAndStatus(Long propertyId,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId,
Integer status,
String title,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.PropertyItem propertyItem) |
List<com.ptteng.micro.mall.model.PropertyItem> |
insertList(List<com.ptteng.micro.mall.model.PropertyItem> propertyItemList) |
boolean |
update(com.ptteng.micro.mall.model.PropertyItem propertyItem) |
boolean |
updateList(List<com.ptteng.micro.mall.model.PropertyItem> propertyItemList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.PropertyItem propertyItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.PropertyItem> insertList(List<com.ptteng.micro.mall.model.PropertyItem> propertyItemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.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.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.PropertyItem propertyItem)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.PropertyItem> propertyItemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.PropertyItem getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.PropertyItem> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId, Integer status, String title, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPropertyItemIdsByPropertyIdAndStatusAndTitle 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPropertyItemIdsByPropertyIdAndStatus(Long propertyId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPropertyItemIdsByPropertyIdAndStatus 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId, Integer status, String title) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPropertyItemIdsByPropertyIdAndStatusAndTitle 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPropertyItemIdsByPropertyIdAndStatus(Long propertyId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPropertyItemIdsByPropertyIdAndStatus 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPropertyItemIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPropertyItemIds 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPropertyItemIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPropertyItemIds 在接口中 com.ptteng.micro.mall.service.PropertyItemServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.