@Service public class SchedulerServiceImpl extends Object implements SchedulerService
| Constructor and Description |
|---|
SchedulerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SchedulerForm |
getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get form
|
List<Technician> |
loadContributors() |
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
|
public SchedulerForm getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
getForm in interface SchedulerServicepublic List<Technician> loadContributors()
public net.sf.json.JSONArray searchContributors(String filter)
searchContributors in interface SchedulerServicepublic void loadScheduler(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
SchedulerForm form)
throws javax.portlet.PortletException
loadScheduler in interface SchedulerServicejavax.portlet.PortletExceptionpublic void startContribution(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String selectedContributor,
String selectedDay,
String selectedHalfDay)
throws javax.portlet.PortletException,
IOException
SchedulerServicestartContribution in interface SchedulerServicejavax.portlet.PortletExceptionIOExceptionCopyright © 2018. All rights reserved.