public class PollsVoteServiceUtil
extends java.lang.Object
com.liferay.polls.service.impl.PollsVoteServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.PollsVoteService| Constructor and Description |
|---|
PollsVoteServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static PollsVote |
addVote(long questionId,
long choiceId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PollsVoteService |
getService() |
public static PollsVote addVote(long questionId, long choiceId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
PollsVoteServiceUtil to access the polls vote remote service. Add custom service methods to com.liferay.polls.service.impl.PollsVoteServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static PollsVoteService getService()