public interface ProcessQuesbankService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countProcessQuesbankIds() |
Integer |
countProcessQuesbankIdsByProcessId(Long processId) |
boolean |
delete(Long id) |
ProcessQuesbank |
getObjectById(Long id) |
List<ProcessQuesbank> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProcessQuesbankIds(Integer start,
Integer limit) |
List<Long> |
getProcessQuesbankIdsByProcessId(Long processId,
Integer start,
Integer limit) |
List<Long> |
getProcessQuesbankIdsByQuesbankId(Long quesbankId,
Integer start,
Integer limit) |
Long |
insert(ProcessQuesbank processQuesbank) |
List<ProcessQuesbank> |
insertList(List<ProcessQuesbank> processQuesbankList) |
boolean |
update(ProcessQuesbank processQuesbank) |
boolean |
updateList(List<ProcessQuesbank> processQuesbankList) |
Long insert(ProcessQuesbank processQuesbank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ProcessQuesbank> insertList(List<ProcessQuesbank> processQuesbankList) 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(ProcessQuesbank processQuesbank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<ProcessQuesbank> processQuesbankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionProcessQuesbank getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ProcessQuesbank> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countProcessQuesbankIdsByProcessId(Long processId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getProcessQuesbankIdsByProcessId(Long processId, 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> getProcessQuesbankIdsByQuesbankId(Long quesbankId, 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> getProcessQuesbankIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countProcessQuesbankIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All Rights Reserved.