@ProviderType public class PollsQuestionServiceWrapper extends java.lang.Object implements PollsQuestionService, com.liferay.portal.kernel.service.ServiceWrapper<PollsQuestionService>
PollsQuestionService
.PollsQuestionService
Constructor and Description |
---|
PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService) |
Modifier and Type | Method and Description |
---|---|
PollsQuestion |
addQuestion(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.util.List<PollsChoice> choices,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteQuestion(long questionId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PollsQuestion |
getQuestion(long questionId) |
PollsQuestionService |
getWrappedService() |
void |
setWrappedService(PollsQuestionService pollsQuestionService) |
PollsQuestion |
updateQuestion(long questionId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.util.List<PollsChoice> choices,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService)
public PollsQuestion addQuestion(java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.util.List<PollsChoice> choices, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addQuestion
in interface PollsQuestionService
com.liferay.portal.kernel.exception.PortalException
public PollsQuestion getQuestion(long questionId) throws com.liferay.portal.kernel.exception.PortalException
getQuestion
in interface PollsQuestionService
com.liferay.portal.kernel.exception.PortalException
public PollsQuestion updateQuestion(long questionId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.util.List<PollsChoice> choices, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateQuestion
in interface PollsQuestionService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PollsQuestionService
public void deleteQuestion(long questionId) throws com.liferay.portal.kernel.exception.PortalException
deleteQuestion
in interface PollsQuestionService
com.liferay.portal.kernel.exception.PortalException
public PollsQuestionService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<PollsQuestionService>
public void setWrappedService(PollsQuestionService pollsQuestionService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<PollsQuestionService>