public interface UserProcessRankService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserProcessRankIds() |
Integer |
countUserProcessRankIdsByProcessIdAndGradeDept(Long processId) |
boolean |
delete(Long id) |
UserProcessRank |
getObjectById(Long id) |
List<UserProcessRank> |
getObjectsByIds(List<Long> ids) |
Long |
getUserProcessRankIdByUserIdAndProcessId(Long userId,
Long processId) |
List<Long> |
getUserProcessRankIds(Integer start,
Integer limit) |
List<Long> |
getUserProcessRankIdsByProcessIdAndGradeDept(Long processId,
Integer gradeDept,
Integer start,
Integer limit) |
Long |
insert(UserProcessRank userProcessRank) |
List<UserProcessRank> |
insertList(List<UserProcessRank> userProcessRankList) |
boolean |
update(UserProcessRank userProcessRank) |
boolean |
updateList(List<UserProcessRank> userProcessRankList) |
Long insert(UserProcessRank userProcessRank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserProcessRank> insertList(List<UserProcessRank> userProcessRankList) 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(UserProcessRank userProcessRank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserProcessRank> userProcessRankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserProcessRank getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserProcessRank> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserProcessRankIdByUserIdAndProcessId(Long userId, Long processId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserProcessRankIdsByProcessIdAndGradeDept(Long processId, Integer gradeDept, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserProcessRankIdsByProcessIdAndGradeDept(Long processId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserProcessRankIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserProcessRankIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All Rights Reserved.