com.liferay.portlet.polls.service
Class PollsQuestionServiceWrapper
java.lang.Object
com.liferay.portlet.polls.service.PollsQuestionServiceWrapper
- All Implemented Interfaces:
- PollsQuestionService
public class PollsQuestionServiceWrapper
- extends Object
- implements PollsQuestionService
This class is a wrapper for PollsQuestionService
.
- See Also:
PollsQuestionService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
PollsQuestion |
addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
void |
deleteQuestion(long questionId)
|
PollsQuestion |
getQuestion(long questionId)
|
PollsQuestionService |
getWrappedPollsQuestionService()
|
PollsQuestion |
updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsQuestionServiceWrapper
public PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService)
addQuestion
public PollsQuestion addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addQuestion
in interface PollsQuestionService
- Throws:
PortalException
SystemException
deleteQuestion
public void deleteQuestion(long questionId)
throws PortalException,
SystemException
- Specified by:
deleteQuestion
in interface PollsQuestionService
- Throws:
PortalException
SystemException
getQuestion
public PollsQuestion getQuestion(long questionId)
throws PortalException,
SystemException
- Specified by:
getQuestion
in interface PollsQuestionService
- Throws:
PortalException
SystemException
updateQuestion
public PollsQuestion updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateQuestion
in interface PollsQuestionService
- Throws:
PortalException
SystemException
getWrappedPollsQuestionService
public PollsQuestionService getWrappedPollsQuestionService()