public interface ProductMaterialRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countProductMaterialRelationIds() |
boolean |
delete(Long id) |
ProductMaterialRelation |
getObjectById(Long id) |
List<ProductMaterialRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProductMaterialRelationIds(Integer start,
Integer limit) |
List<Long> |
getProductMaterialRelationIdsByPid(Long productId,
Integer start,
Integer limit) |
List<Long> |
getProductMaterialRelationIdsByPidAndParent(Long productId,
String parent,
Integer start,
Integer limit) |
Long |
insert(ProductMaterialRelation productMaterialRelation) |
List<ProductMaterialRelation> |
insertList(List<ProductMaterialRelation> productMaterialRelationList) |
boolean |
update(ProductMaterialRelation productMaterialRelation) |
boolean |
updateList(List<ProductMaterialRelation> productMaterialRelationList) |
Long insert(ProductMaterialRelation productMaterialRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ProductMaterialRelation> insertList(List<ProductMaterialRelation> productMaterialRelationList) 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(ProductMaterialRelation productMaterialRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<ProductMaterialRelation> productMaterialRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionProductMaterialRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ProductMaterialRelation> 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> getProductMaterialRelationIds(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 countProductMaterialRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getProductMaterialRelationIdsByPidAndParent(Long productId, String parent, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productId - parent - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getProductMaterialRelationIdsByPid(Long productId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.