public interface SalerProductRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countSalerProductRelationIds() |
Integer |
countSalerProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId) |
boolean |
delete(Long id) |
SalerProductRelation |
getObjectById(Long id) |
List<SalerProductRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSalerProductRelationIds(Integer start,
Integer limit) |
List<Long> |
getSalerProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId,
Integer start,
Integer limit) |
Long |
insert(SalerProductRelation salerProductRelation) |
List<SalerProductRelation> |
insertList(List<SalerProductRelation> salerProductRelationList) |
boolean |
update(SalerProductRelation salerProductRelation) |
boolean |
updateList(List<SalerProductRelation> salerProductRelationList) |
Long insert(SalerProductRelation salerProductRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<SalerProductRelation> insertList(List<SalerProductRelation> salerProductRelationList) 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(SalerProductRelation salerProductRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<SalerProductRelation> salerProductRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionSalerProductRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<SalerProductRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countSalerProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
roleId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getSalerProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
roleId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getSalerProductRelationIds(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 countSalerProductRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.