public interface WxFormIdWarehouseService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countWxFormIdWarehouseIds() |
Integer |
countWxFormIdWarehouseIdsByType(Integer type) |
boolean |
delete(Long id) |
WxFormIdWarehouse |
getObjectById(Long id) |
List<WxFormIdWarehouse> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getWxFormIdWarehouseIds(Integer start,
Integer limit) |
List<Long> |
getWxFormIdWarehouseIdsByType(Integer type,
Integer start,
Integer limit) |
Long |
insert(WxFormIdWarehouse wxFormIdWarehouse) |
List<WxFormIdWarehouse> |
insertList(List<WxFormIdWarehouse> wxFormIdWarehouseList) |
boolean |
update(WxFormIdWarehouse wxFormIdWarehouse) |
boolean |
updateList(List<WxFormIdWarehouse> wxFormIdWarehouseList) |
Long insert(WxFormIdWarehouse wxFormIdWarehouse) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WxFormIdWarehouse> insertList(List<WxFormIdWarehouse> wxFormIdWarehouseList) 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(WxFormIdWarehouse wxFormIdWarehouse) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<WxFormIdWarehouse> wxFormIdWarehouseList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWxFormIdWarehouse getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WxFormIdWarehouse> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWxFormIdWarehouseIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getWxFormIdWarehouseIdsByType(Integer type, 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> getWxFormIdWarehouseIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWxFormIdWarehouseIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.