com.liferay.portlet.polls.service.base
Class PollsVoteLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.polls.service.base.PollsVoteLocalServiceBaseImpl
- All Implemented Interfaces:
- PollsVoteLocalService
- Direct Known Subclasses:
- PollsVoteLocalServiceImpl
public abstract class PollsVoteLocalServiceBaseImpl
- extends Object
- implements PollsVoteLocalService
| 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
PollsVoteLocalServiceBaseImpl
public PollsVoteLocalServiceBaseImpl()
addPollsVote
public PollsVote addPollsVote(PollsVote pollsVote)
throws SystemException
- Specified by:
addPollsVote in interface PollsVoteLocalService
- Throws:
SystemException
createPollsVote
public PollsVote createPollsVote(long voteId)
- Specified by:
createPollsVote in interface PollsVoteLocalService
deletePollsVote
public void deletePollsVote(long voteId)
throws PortalException,
SystemException
- Specified by:
deletePollsVote in interface PollsVoteLocalService
- Throws:
PortalException
SystemException
deletePollsVote
public void deletePollsVote(PollsVote pollsVote)
throws SystemException
- Specified by:
deletePollsVote in interface PollsVoteLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PollsVoteLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PollsVoteLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface PollsVoteLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface PollsVoteLocalService
- Throws:
SystemException
getPollsVote
public PollsVote getPollsVote(long voteId)
throws PortalException,
SystemException
- Specified by:
getPollsVote in interface PollsVoteLocalService
- Throws:
PortalException
SystemException
getPollsVotes
public List<PollsVote> getPollsVotes(int start,
int end)
throws SystemException
- Specified by:
getPollsVotes in interface PollsVoteLocalService
- Throws:
SystemException
getPollsVotesCount
public int getPollsVotesCount()
throws SystemException
- Specified by:
getPollsVotesCount in interface PollsVoteLocalService
- Throws:
SystemException
updatePollsVote
public PollsVote updatePollsVote(PollsVote pollsVote)
throws SystemException
- Specified by:
updatePollsVote in interface PollsVoteLocalService
- Throws:
SystemException
updatePollsVote
public PollsVote updatePollsVote(PollsVote pollsVote,
boolean merge)
throws SystemException
- Specified by:
updatePollsVote in interface PollsVoteLocalService
- 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