public interface MaterialService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countMaterialIds() |
Integer |
countMaterialIdsByParentNameOrderByUpdateAt(String parentName) |
boolean |
delete(Long id) |
Long |
getIdBymetNameAndValueName(Long metarialName,
Long valueName) |
List<Long> |
getMaterialIds(Integer start,
Integer limit) |
List<Long> |
getMaterialIdsByMetarialNameOrderByUpdateAt(String metarialName,
Integer start,
Integer limit) |
List<Long> |
getMaterialIdsByParentNameOrderByUpdateAt(String parentName,
Integer start,
Integer limit) |
List<Long> |
getMaterialIdsByTypeAndStatusOrderByUpdateAt(String type,
String status,
Integer start,
Integer limit) |
Material |
getObjectById(Long id) |
List<Material> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Material material) |
List<Material> |
insertList(List<Material> materialList) |
boolean |
update(Material material) |
boolean |
updateList(List<Material> materialList) |
Long insert(Material material) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Material> insertList(List<Material> materialList) 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(Material material) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Material> materialList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionMaterial getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Material> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countMaterialIdsByParentNameOrderByUpdateAt(String parentName) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
parentName - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getMaterialIdsByParentNameOrderByUpdateAt(String parentName, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
parentName - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getMaterialIdsByTypeAndStatusOrderByUpdateAt(String type, String status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
type - status - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getMaterialIdsByMetarialNameOrderByUpdateAt(String metarialName, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
metarialName - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getMaterialIds(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 countMaterialIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getIdBymetNameAndValueName(Long metarialName, Long valueName) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
metarialName - valueName - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.