public interface TemperatureCheckStemService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countTemperatureCheckStemIds() |
boolean |
delete(Long id) |
TemperatureCheckStem |
getObjectById(Long id) |
List<TemperatureCheckStem> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getTemperatureCheckStemIds(Integer start,
Integer limit) |
Long |
insert(TemperatureCheckStem temperatureCheckStem) |
List<TemperatureCheckStem> |
insertList(List<TemperatureCheckStem> temperatureCheckStemList) |
boolean |
update(TemperatureCheckStem temperatureCheckStem) |
boolean |
updateList(List<TemperatureCheckStem> temperatureCheckStemList) |
Long insert(TemperatureCheckStem temperatureCheckStem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<TemperatureCheckStem> insertList(List<TemperatureCheckStem> temperatureCheckStemList) 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(TemperatureCheckStem temperatureCheckStem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<TemperatureCheckStem> temperatureCheckStemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionTemperatureCheckStem getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<TemperatureCheckStem> 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> getTemperatureCheckStemIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countTemperatureCheckStemIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.