| java.lang.Object com.liferay.portlet.polls.lar.PollsPortletDataHandlerImpl
Method Summary | |
public PortletPreferences | deleteData(PortletDataContext context, String portletId, PortletPreferences prefs) | public String | exportData(PortletDataContext context, String portletId, PortletPreferences prefs) | public PortletDataHandlerControl[] | getExportControls() | public PortletDataHandlerControl[] | getImportControls() | protected void | importChoice(PortletDataContext context, Map questionPKs, Map choicePKs, PollsChoice choice) | public PortletPreferences | importData(PortletDataContext context, String portletId, PortletPreferences prefs, String data) | protected void | importQuestion(PortletDataContext context, Map questionPKs, PollsQuestion question) | protected void | importVote(PortletDataContext context, Map questionPKs, Map choicePKs, PollsVote vote) |
|
|