com.liferay.portlet.polls.service.base
Class PollsQuestionLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.polls.service.base.PollsQuestionLocalServiceBaseImpl
- All Implemented Interfaces:
- PollsQuestionLocalService
- Direct Known Subclasses:
- PollsQuestionLocalServiceImpl
public abstract class PollsQuestionLocalServiceBaseImpl
- extends Object
- implements PollsQuestionLocalService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.polls.service.PollsQuestionLocalService |
addQuestion, addQuestionResources, addQuestionResources, addQuestionResources, addQuestionResources, deleteQuestion, deleteQuestion, deleteQuestions, getQuestion, getQuestions, getQuestions, getQuestionsCount, updateQuestion |
pollsChoiceLocalService
@BeanReference(type=PollsChoiceLocalService.class)
protected PollsChoiceLocalService pollsChoiceLocalService
pollsChoicePersistence
@BeanReference(type=PollsChoicePersistence.class)
protected PollsChoicePersistence pollsChoicePersistence
pollsChoiceFinder
@BeanReference(type=PollsChoiceFinder.class)
protected PollsChoiceFinder pollsChoiceFinder
pollsQuestionLocalService
@BeanReference(type=PollsQuestionLocalService.class)
protected PollsQuestionLocalService pollsQuestionLocalService
pollsQuestionService
@BeanReference(type=PollsQuestionService.class)
protected PollsQuestionService pollsQuestionService
pollsQuestionPersistence
@BeanReference(type=PollsQuestionPersistence.class)
protected PollsQuestionPersistence pollsQuestionPersistence
pollsVoteLocalService
@BeanReference(type=PollsVoteLocalService.class)
protected PollsVoteLocalService pollsVoteLocalService
pollsVoteService
@BeanReference(type=PollsVoteService.class)
protected PollsVoteService pollsVoteService
pollsVotePersistence
@BeanReference(type=PollsVotePersistence.class)
protected PollsVotePersistence pollsVotePersistence
counterLocalService
@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService
resourceLocalService
@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService
resourceService
@BeanReference(type=ResourceService.class)
protected ResourceService resourceService
resourcePersistence
@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence
resourceFinder
@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder
userLocalService
@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService
userService
@BeanReference(type=UserService.class)
protected UserService userService
userPersistence
@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
userFinder
@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
PollsQuestionLocalServiceBaseImpl
public PollsQuestionLocalServiceBaseImpl()
addPollsQuestion
public PollsQuestion addPollsQuestion(PollsQuestion pollsQuestion)
throws SystemException
- Specified by:
addPollsQuestion in interface PollsQuestionLocalService
- Throws:
SystemException
createPollsQuestion
public PollsQuestion createPollsQuestion(long questionId)
- Specified by:
createPollsQuestion in interface PollsQuestionLocalService
deletePollsQuestion
public void deletePollsQuestion(long questionId)
throws PortalException,
SystemException
- Specified by:
deletePollsQuestion in interface PollsQuestionLocalService
- Throws:
PortalException
SystemException
deletePollsQuestion
public void deletePollsQuestion(PollsQuestion pollsQuestion)
throws SystemException
- Specified by:
deletePollsQuestion in interface PollsQuestionLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PollsQuestionLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PollsQuestionLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface PollsQuestionLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface PollsQuestionLocalService
- Throws:
SystemException
getPollsQuestion
public PollsQuestion getPollsQuestion(long questionId)
throws PortalException,
SystemException
- Specified by:
getPollsQuestion in interface PollsQuestionLocalService
- Throws:
PortalException
SystemException
getPollsQuestionByUuidAndGroupId
public PollsQuestion getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getPollsQuestionByUuidAndGroupId in interface PollsQuestionLocalService
- Throws:
PortalException
SystemException
getPollsQuestions
public List<PollsQuestion> getPollsQuestions(int start,
int end)
throws SystemException
- Specified by:
getPollsQuestions in interface PollsQuestionLocalService
- Throws:
SystemException
getPollsQuestionsCount
public int getPollsQuestionsCount()
throws SystemException
- Specified by:
getPollsQuestionsCount in interface PollsQuestionLocalService
- Throws:
SystemException
updatePollsQuestion
public PollsQuestion updatePollsQuestion(PollsQuestion pollsQuestion)
throws SystemException
- Specified by:
updatePollsQuestion in interface PollsQuestionLocalService
- Throws:
SystemException
updatePollsQuestion
public PollsQuestion updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
throws SystemException
- Specified by:
updatePollsQuestion in interface PollsQuestionLocalService
- Throws:
SystemException
getPollsChoiceLocalService
public PollsChoiceLocalService getPollsChoiceLocalService()
setPollsChoiceLocalService
public void setPollsChoiceLocalService(PollsChoiceLocalService pollsChoiceLocalService)
getPollsChoicePersistence
public PollsChoicePersistence getPollsChoicePersistence()
setPollsChoicePersistence
public void setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
getPollsChoiceFinder
public PollsChoiceFinder getPollsChoiceFinder()
setPollsChoiceFinder
public void setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
getPollsQuestionLocalService
public PollsQuestionLocalService getPollsQuestionLocalService()
setPollsQuestionLocalService
public void setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
getPollsQuestionService
public PollsQuestionService getPollsQuestionService()
setPollsQuestionService
public void setPollsQuestionService(PollsQuestionService pollsQuestionService)
getPollsQuestionPersistence
public PollsQuestionPersistence getPollsQuestionPersistence()
setPollsQuestionPersistence
public void setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
getPollsVoteLocalService
public PollsVoteLocalService getPollsVoteLocalService()
setPollsVoteLocalService
public void setPollsVoteLocalService(PollsVoteLocalService pollsVoteLocalService)
getPollsVoteService
public PollsVoteService getPollsVoteService()
setPollsVoteService
public void setPollsVoteService(PollsVoteService pollsVoteService)
getPollsVotePersistence
public PollsVotePersistence getPollsVotePersistence()
setPollsVotePersistence
public void setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
getCounterLocalService
public CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(CounterLocalService counterLocalService)
getResourceLocalService
public ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(ResourceLocalService resourceLocalService)
getResourceService
public ResourceService getResourceService()
setResourceService
public void setResourceService(ResourceService resourceService)
getResourcePersistence
public ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(ResourcePersistence resourcePersistence)
getResourceFinder
public ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(ResourceFinder resourceFinder)
getUserLocalService
public UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(UserLocalService userLocalService)
getUserService
public UserService getUserService()
setUserService
public void setUserService(UserService userService)
getUserPersistence
public UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(UserPersistence userPersistence)
getUserFinder
public UserFinder getUserFinder()
setUserFinder
public void setUserFinder(UserFinder userFinder)
runSQL
protected void runSQL(String sql)
throws SystemException
- Throws:
SystemException