| Package | Description |
|---|---|
| org.osivia.demo.scheduler.portlet.controller | |
| org.osivia.demo.scheduler.portlet.service |
| Modifier and Type | Method and Description |
|---|---|
SchedulerForm |
ViewSchedulerController.getForm(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get scheduler form model attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewSchedulerController.loadScheduler(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
SchedulerForm form)
Action called to load contributor's scheduler
|
void |
ViewSchedulerController.nextWeek(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
SchedulerForm form)
Action called to advance the agenda of a week
|
void |
ViewSchedulerController.previousWeek(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
SchedulerForm form)
Action called to move back a week's agenda
|
void |
ViewSchedulerController.startContribution(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
SchedulerForm form,
String halfDay,
String day)
Action to call the startContribution procedure
|
String |
ViewSchedulerController.view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
SchedulerForm form)
View demo scheduler render mapping
|
| Modifier and Type | Method and Description |
|---|---|
SchedulerForm |
SchedulerService.getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get form
|
SchedulerForm |
SchedulerServiceImpl.getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get form
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerService.loadScheduler(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
SchedulerForm form)
Load scheduler
|
void |
SchedulerServiceImpl.loadScheduler(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
SchedulerForm form)
Load scheduler
|
Copyright © 2018. All rights reserved.