Liferay 6.0.4

com.liferay.portlet.polls.service.base
Class PollsChoiceLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.polls.service.base.PollsChoiceLocalServiceBaseImpl
All Implemented Interfaces:
PollsChoiceLocalService
Direct Known Subclasses:
PollsChoiceLocalServiceImpl

public abstract class PollsChoiceLocalServiceBaseImpl
extends Object
implements PollsChoiceLocalService


Field Summary
protected  CounterLocalService counterLocalService
           
protected  PollsChoiceFinder pollsChoiceFinder
           
protected  PollsChoiceLocalService pollsChoiceLocalService
           
protected  PollsChoicePersistence pollsChoicePersistence
           
protected  PollsQuestionLocalService pollsQuestionLocalService
           
protected  PollsQuestionPersistence pollsQuestionPersistence
           
protected  PollsQuestionService pollsQuestionService
           
protected  PollsVoteLocalService pollsVoteLocalService
           
protected  PollsVotePersistence pollsVotePersistence
           
protected  PollsVoteService pollsVoteService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
PollsChoiceLocalServiceBaseImpl()
           
 
Method Summary
 PollsChoice addPollsChoice(PollsChoice pollsChoice)
           
 PollsChoice createPollsChoice(long choiceId)
           
 void deletePollsChoice(long choiceId)
           
 void deletePollsChoice(PollsChoice pollsChoice)
           
 List dynamicQuery(DynamicQuery dynamicQuery)
           
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 CounterLocalService getCounterLocalService()
           
 PollsChoice getPollsChoice(long choiceId)
           
 PollsChoiceFinder getPollsChoiceFinder()
           
 PollsChoiceLocalService getPollsChoiceLocalService()
           
 PollsChoicePersistence getPollsChoicePersistence()
           
 List<PollsChoice> getPollsChoices(int start, int end)
           
 int getPollsChoicesCount()
           
 PollsQuestionLocalService getPollsQuestionLocalService()
           
 PollsQuestionPersistence getPollsQuestionPersistence()
           
 PollsQuestionService getPollsQuestionService()
           
 PollsVoteLocalService getPollsVoteLocalService()
           
 PollsVotePersistence getPollsVotePersistence()
           
 PollsVoteService getPollsVoteService()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setCounterLocalService(CounterLocalService counterLocalService)
           
 void setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
           
 void setPollsChoiceLocalService(PollsChoiceLocalService pollsChoiceLocalService)
           
 void setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
           
 void setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
           
 void setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 void setPollsQuestionService(PollsQuestionService pollsQuestionService)
           
 void setPollsVoteLocalService(PollsVoteLocalService pollsVoteLocalService)
           
 void setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
           
 void setPollsVoteService(PollsVoteService pollsVoteService)
           
 void setResourceFinder(ResourceFinder resourceFinder)
           
 void setResourceLocalService(ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(ResourcePersistence resourcePersistence)
           
 void setResourceService(ResourceService resourceService)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 PollsChoice updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 
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.PollsChoiceLocalService
addChoice, getChoice, getChoices, getChoicesCount, updateChoice
 

Field Detail

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
Constructor Detail

PollsChoiceLocalServiceBaseImpl

public PollsChoiceLocalServiceBaseImpl()
Method Detail

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

Liferay 6.0.4