public interface GoodsSkuSecurityRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGoodsSkuSecurityRelationIds() |
Integer |
countGoodsSkuSecurityRelationIdsBySkuId(Long skuId) |
boolean |
delete(Long id) |
List<Long> |
getGoodsSkuSecurityRelationIds(Integer start,
Integer limit) |
List<Long> |
getGoodsSkuSecurityRelationIdsBySkuId(Long skuId,
Integer start,
Integer limit) |
GoodsSkuSecurityRelation |
getObjectById(Long id) |
List<GoodsSkuSecurityRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GoodsSkuSecurityRelation goodsSkuSecurityRelation) |
List<GoodsSkuSecurityRelation> |
insertList(List<GoodsSkuSecurityRelation> goodsSkuSecurityRelationList) |
boolean |
update(GoodsSkuSecurityRelation goodsSkuSecurityRelation) |
boolean |
updateList(List<GoodsSkuSecurityRelation> goodsSkuSecurityRelationList) |
Long insert(GoodsSkuSecurityRelation goodsSkuSecurityRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSkuSecurityRelation> insertList(List<GoodsSkuSecurityRelation> goodsSkuSecurityRelationList) 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(GoodsSkuSecurityRelation goodsSkuSecurityRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GoodsSkuSecurityRelation> goodsSkuSecurityRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGoodsSkuSecurityRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSkuSecurityRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuSecurityRelationIdsBySkuId(Long skuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSkuSecurityRelationIdsBySkuId(Long skuId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSkuSecurityRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuSecurityRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.