|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.polls.service.PollsVoteServiceWrapper
public class PollsVoteServiceWrapper
Provides a wrapper for PollsVoteService.
PollsVoteService| Constructor Summary | |
|---|---|
PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
|
|
| Method Summary | |
|---|---|
PollsVote |
addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PollsVoteService |
getWrappedPollsVoteService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
PollsVoteService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedPollsVoteService(PollsVoteService pollsVoteService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.polls.service.PollsVoteService) |
void |
setWrappedService(PollsVoteService pollsVoteService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface PollsVoteServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface PollsVoteServicebeanIdentifier - the Spring bean ID for this bean
public PollsVote addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
throws PortalException,
SystemException
addVote in interface PollsVoteServicePortalException
SystemExceptionpublic PollsVoteService getWrappedPollsVoteService()
getWrappedService()
public void setWrappedPollsVoteService(PollsVoteService pollsVoteService)
setWrappedService(com.liferay.portlet.polls.service.PollsVoteService)
public PollsVoteService getWrappedService()
getWrappedService in interface ServiceWrapper<PollsVoteService>public void setWrappedService(PollsVoteService pollsVoteService)
setWrappedService in interface ServiceWrapper<PollsVoteService>
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||