public interface PermetarialService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPermetarialIds() |
Integer |
countPermetarialIdsByPersonnelTypeOrderByUpdateAt(String personnelType) |
boolean |
delete(Long id) |
List<Long> |
getIdsByMetarialIdAndPerTypeOrderByUpdateAt(String personnelType,
Long metarialId,
Integer start,
Integer limit) |
List<Long> |
getIdsByMetarialIdsOrderByUpdateAt(Long metarialId,
Integer start,
Integer limit) |
Permetarial |
getObjectById(Long id) |
List<Permetarial> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPermetarialIds(Integer start,
Integer limit) |
List<Long> |
getPermetarialIdsByPersonnelTypeOrderByUpdateAt(String productType,
String personnelType,
Integer start,
Integer limit) |
Long |
insert(Permetarial permetarial) |
List<Permetarial> |
insertList(List<Permetarial> permetarialList) |
boolean |
update(Permetarial permetarial) |
boolean |
updateList(List<Permetarial> permetarialList) |
Long insert(Permetarial permetarial) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Permetarial> insertList(List<Permetarial> permetarialList) 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(Permetarial permetarial) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Permetarial> permetarialList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionPermetarial getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Permetarial> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPermetarialIdsByPersonnelTypeOrderByUpdateAt(String personnelType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
personnelType - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPermetarialIdsByPersonnelTypeOrderByUpdateAt(String productType, String personnelType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productType - personnelType - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getIdsByMetarialIdsOrderByUpdateAt(Long metarialId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
metarialId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getIdsByMetarialIdAndPerTypeOrderByUpdateAt(String personnelType, Long metarialId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
personnelType - metarialId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPermetarialIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPermetarialIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.