com.liferay.portlet.polls.service.base
Class PollsChoiceLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.polls.service.base.PollsChoiceLocalServiceBaseImpl
- All Implemented Interfaces:
- PollsChoiceLocalService
- Direct Known Subclasses:
- PollsChoiceLocalServiceImpl
public abstract class PollsChoiceLocalServiceBaseImpl
- extends Object
- implements PollsChoiceLocalService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PollsChoiceLocalServiceBaseImpl
public PollsChoiceLocalServiceBaseImpl()
addPollsChoice
public PollsChoice addPollsChoice(PollsChoice pollsChoice)
throws SystemException
- Specified by:
addPollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
createPollsChoice
public PollsChoice createPollsChoice(long choiceId)
- Specified by:
createPollsChoice in interface PollsChoiceLocalService
deletePollsChoice
public void deletePollsChoice(long choiceId)
throws PortalException,
SystemException
- Specified by:
deletePollsChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
deletePollsChoice
public void deletePollsChoice(PollsChoice pollsChoice)
throws SystemException
- Specified by:
deletePollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface PollsChoiceLocalService
- Throws:
SystemException
getPollsChoice
public PollsChoice getPollsChoice(long choiceId)
throws PortalException,
SystemException
- Specified by:
getPollsChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
getPollsChoices
public List<PollsChoice> getPollsChoices(int start,
int end)
throws SystemException
- Specified by:
getPollsChoices in interface PollsChoiceLocalService
- Throws:
SystemException
getPollsChoicesCount
public int getPollsChoicesCount()
throws SystemException
- Specified by:
getPollsChoicesCount in interface PollsChoiceLocalService
- Throws:
SystemException
updatePollsChoice
public PollsChoice updatePollsChoice(PollsChoice pollsChoice)
throws SystemException
- Specified by:
updatePollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
updatePollsChoice
public PollsChoice updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
throws SystemException
- Specified by:
updatePollsChoice in interface PollsChoiceLocalService
- 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