public interface CampaignQuesbankService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countCampaignQuesbankIds() |
Integer |
countCampaignQuesbankIdsByCampaignId(Long campaignId) |
boolean |
delete(Long id) |
List<Long> |
getCampaignQuesbankIds(Integer start,
Integer limit) |
List<Long> |
getCampaignQuesbankIdsByCampaignId(Long campaignId,
Integer start,
Integer limit) |
CampaignQuesbank |
getObjectById(Long id) |
List<CampaignQuesbank> |
getObjectsByIds(List<Long> ids) |
Long |
insert(CampaignQuesbank campaignQuesbank) |
List<CampaignQuesbank> |
insertList(List<CampaignQuesbank> campaignQuesbankList) |
boolean |
update(CampaignQuesbank campaignQuesbank) |
boolean |
updateList(List<CampaignQuesbank> campaignQuesbankList) |
Long insert(CampaignQuesbank campaignQuesbank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<CampaignQuesbank> insertList(List<CampaignQuesbank> campaignQuesbankList) 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(CampaignQuesbank campaignQuesbank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<CampaignQuesbank> campaignQuesbankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCampaignQuesbank getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<CampaignQuesbank> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCampaignQuesbankIdsByCampaignId(Long campaignId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCampaignQuesbankIdsByCampaignId(Long campaignId, 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> getCampaignQuesbankIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCampaignQuesbankIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All Rights Reserved.