|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.polls.service.PollsQuestionServiceWrapper
public class PollsQuestionServiceWrapper
This class is a wrapper for PollsQuestionService
.
PollsQuestionService
Constructor Summary | |
---|---|
PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService)
|
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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PollsQuestion |
getQuestion(long questionId)
|
PollsQuestionService |
getWrappedPollsQuestionService()
Deprecated. Renamed to getWrappedService() |
PollsQuestionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedPollsQuestionService(PollsQuestionService pollsQuestionService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.polls.service.PollsQuestionService) |
void |
setWrappedService(PollsQuestionService pollsQuestionService)
|
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 |
Constructor Detail |
---|
public PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface PollsQuestionService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface PollsQuestionService
beanIdentifier
- the Spring bean ID for this beanpublic 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
addQuestion
in interface PollsQuestionService
PortalException
SystemException
public void deleteQuestion(long questionId) throws PortalException, SystemException
deleteQuestion
in interface PollsQuestionService
PortalException
SystemException
public PollsQuestion getQuestion(long questionId) throws PortalException, SystemException
getQuestion
in interface PollsQuestionService
PortalException
SystemException
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
updateQuestion
in interface PollsQuestionService
PortalException
SystemException
public 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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |