public interface EnrouteSaledReportService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countEnrouteSaledReportIds() |
boolean |
delete(Long id) |
List<Long> |
getEnrouteSaledReportIds(Integer start,
Integer limit) |
EnrouteSaledReport |
getObjectById(Long id) |
List<EnrouteSaledReport> |
getObjectsByIds(List<Long> ids) |
Long |
insert(EnrouteSaledReport enrouteSaledReport) |
List<EnrouteSaledReport> |
insertList(List<EnrouteSaledReport> enrouteSaledReportList) |
boolean |
update(EnrouteSaledReport enrouteSaledReport) |
boolean |
updateList(List<EnrouteSaledReport> enrouteSaledReportList) |
Long insert(EnrouteSaledReport enrouteSaledReport) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<EnrouteSaledReport> insertList(List<EnrouteSaledReport> enrouteSaledReportList) 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(EnrouteSaledReport enrouteSaledReport) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<EnrouteSaledReport> enrouteSaledReportList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionEnrouteSaledReport getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<EnrouteSaledReport> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getEnrouteSaledReportIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countEnrouteSaledReportIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.