public interface SchedulerService
| Modifier and Type | Method and Description |
|---|---|
SchedulerForm |
getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get form
|
void |
loadScheduler(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
SchedulerForm form)
Load scheduler
|
net.sf.json.JSONArray |
searchContributors(String filter)
List of contributors
|
void |
startContribution(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String selectedContributor,
String selectedDay,
String selectedHalfDay)
Call startContribution's procedure
|
SchedulerForm getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
portalControllerContext - infos - net.sf.json.JSONArray searchContributors(String filter) throws javax.portlet.PortletException
javax.portlet.PortletExceptionvoid loadScheduler(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
SchedulerForm form)
throws javax.portlet.PortletException
portalControllerContext - form - javax.portlet.PortletExceptionvoid startContribution(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String selectedContributor,
String selectedDay,
String selectedHalfDay)
throws javax.portlet.PortletException,
IOException
portalControllerContext - selectedContributor - selectedDay - selectedHalfDay - javax.portlet.PortletExceptionIOExceptionCopyright © 2018. All rights reserved.