public interface PropertyItemService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPropertyItemIds() |
Integer |
countPropertyItemIdsByPropertyIdAndStatus(Long propertyId,
Integer status) |
Integer |
countPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId,
Integer status,
String title) |
boolean |
delete(Long id) |
PropertyItem |
getObjectById(Long id) |
List<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(PropertyItem propertyItem) |
List<PropertyItem> |
insertList(List<PropertyItem> propertyItemList) |
boolean |
update(PropertyItem propertyItem) |
boolean |
updateList(List<PropertyItem> propertyItemList) |
Long insert(PropertyItem propertyItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<PropertyItem> insertList(List<PropertyItem> propertyItemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(PropertyItem propertyItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<PropertyItem> propertyItemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionPropertyItem getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<PropertyItem> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId, Integer status, String title) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPropertyItemIdsByPropertyIdAndStatus(Long propertyId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPropertyItemIdsByPropertyIdAndStatusAndTitle(Long propertyId, Integer status, String title, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPropertyItemIdsByPropertyIdAndStatus(Long propertyId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPropertyItemIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPropertyItemIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2022. All rights reserved.