@ProviderType public class PollsQuestionServiceWrapper extends java.lang.Object implements PollsQuestionService, 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,
ServiceContext serviceContext) |
void |
deleteQuestion(long questionId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
PollsQuestion |
getQuestion(long questionId) |
PollsQuestionService |
getWrappedPollsQuestionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PollsQuestionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPollsQuestionService(PollsQuestionService pollsQuestionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.polls.service.PollsQuestionService) |
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,
ServiceContext serviceContext) |
public PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PollsQuestionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PollsQuestionServicebeanIdentifier - the Spring bean ID for this beanpublic 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, ServiceContext serviceContext) throws PortalException, SystemException
addQuestion in interface PollsQuestionServicePortalExceptionSystemExceptionpublic void deleteQuestion(long questionId)
throws PortalException,
SystemException
deleteQuestion in interface PollsQuestionServicePortalExceptionSystemExceptionpublic PollsQuestion getQuestion(long questionId) throws PortalException, SystemException
getQuestion in interface PollsQuestionServicePortalExceptionSystemExceptionpublic 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, ServiceContext serviceContext) throws PortalException, SystemException
updateQuestion in interface PollsQuestionServicePortalExceptionSystemExceptionpublic PollsQuestionService getWrappedPollsQuestionService()
getWrappedService()public void setWrappedPollsQuestionService(PollsQuestionService pollsQuestionService)
setWrappedService(com.liferay.portlet.polls.service.PollsQuestionService)public PollsQuestionService getWrappedService()
getWrappedService in interface ServiceWrapper<PollsQuestionService>public void setWrappedService(PollsQuestionService pollsQuestionService)
setWrappedService in interface ServiceWrapper<PollsQuestionService>