public interface RoleProductRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countRoleProductRelationIds() |
Integer |
countRoleProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId) |
boolean |
delete(Long id) |
RoleProductRelation |
getObjectById(Long id) |
List<RoleProductRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getRoleProductRelationIds(Integer start,
Integer limit) |
List<Long> |
getRoleProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId,
Integer start,
Integer limit) |
Long |
insert(RoleProductRelation roleProductRelation) |
List<RoleProductRelation> |
insertList(List<RoleProductRelation> roleProductRelationList) |
boolean |
update(RoleProductRelation roleProductRelation) |
boolean |
updateList(List<RoleProductRelation> roleProductRelationList) |
Long insert(RoleProductRelation roleProductRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<RoleProductRelation> insertList(List<RoleProductRelation> roleProductRelationList) 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(RoleProductRelation roleProductRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<RoleProductRelation> roleProductRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionRoleProductRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<RoleProductRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countRoleProductRelationIdsByRoleIdOrderByUpdateAt(Long roleId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
roleId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getRoleProductRelationIdsByRoleIdOrderByUpdateAt(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> getRoleProductRelationIds(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 countRoleProductRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.