public interface PtmaterialService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPtmaterialIds() |
Integer |
countPtmaterialIdsByPersonnelTypeOrderByUpdateAt(String personnelType) |
boolean |
delete(Long id) |
Ptmaterial |
getObjectById(Long id) |
List<Ptmaterial> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPtmaterialIds(Integer start,
Integer limit) |
List<Long> |
getPtmaterialIdsByPersonnelTypeOrderByUpdateAt(String personnelType,
Integer start,
Integer limit) |
Long |
insert(Ptmaterial ptmaterial) |
List<Ptmaterial> |
insertList(List<Ptmaterial> ptmaterialList) |
boolean |
update(Ptmaterial ptmaterial) |
boolean |
updateList(List<Ptmaterial> ptmaterialList) |
Long insert(Ptmaterial ptmaterial) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Ptmaterial> insertList(List<Ptmaterial> ptmaterialList) 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(Ptmaterial ptmaterial) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Ptmaterial> ptmaterialList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionPtmaterial getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Ptmaterial> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPtmaterialIdsByPersonnelTypeOrderByUpdateAt(String personnelType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
personnelType - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPtmaterialIdsByPersonnelTypeOrderByUpdateAt(String personnelType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
personnelType - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPtmaterialIds(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 countPtmaterialIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.