Class ReservationLecturerBookingAccomplishmentStatusResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.action.spi.AbstractPreActionResource
ch.tocco.nice2.rest.action.spi.AbstractActionResource
ch.tocco.nice2.optional.reservation.impl.actions.ReservationLecturerBookingAccomplishmentStatusResource
- All Implemented Interfaces:
- RestResource
@Path("/reservation/action/setReservationLecturerBookingAccomplishmentStatus")
public class ReservationLecturerBookingAccomplishmentStatusResource
extends AbstractActionResource
- 
Nested Class SummaryNested classes/interfaces inherited from class ch.tocco.nice2.rest.action.spi.AbstractActionResourceAbstractActionResource.AbstractActionJob, AbstractActionResource.AbstractInterruptableActionJob, AbstractActionResource.ActionResultBean, AbstractActionResource.ActionResultBeanBuilder, AbstractActionResource.ActionResultFlags, AbstractActionResource.GetFormEntityTaskNested classes/interfaces inherited from class ch.tocco.nice2.rest.action.spi.AbstractPreActionResourceAbstractPreActionResource.SelectionType
- 
Field SummaryFields inherited from class ch.tocco.nice2.rest.action.spi.AbstractActionResourcecommandExecutor, entityBeanRebinder, notificationService, taskSchedulingServiceFields inherited from class ch.tocco.nice2.rest.action.spi.AbstractPreActionResourcebusinessUnitManager, context, defaultDisplayService, defaultValueService, formBeanService, initialFormEntityName, initialFormName, l10n, log, requiresFormEntity, securityManager, textResourcesFields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResourceuriInfo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected TextMessagename of the action displayed in the notification center if no specific text is setprotected AbstractActionResource.ActionResultBeandoPerformAction(ActionDataBean actionDataBean, ActionResourceBean actionResourceBean, TaskContext taskContext) protected Class<? extends AbstractJob> each action resource needs an empty job class as inner class which either implements AbstractActionJob or AbstractInterruptableActionJob.preAction(ActionResourceBean actionResourceBean) is ran before the actual logic and can be used to run checks or return a form that needs to be filled before executionMethods inherited from class ch.tocco.nice2.rest.action.spi.AbstractActionResourcedoValidate, getCallableType, getCurrentUsername, getFormEntity, getParentEntity, getTaskData, performAction, recoveryEnabled, setCommandExecutor, setEntityBeanRebinder, setNotificationService, setTaskContextBuilder, setTaskSchedulingService, taskCancelledMessage, taskFailedMessage, taskFailedTitle, taskFinishedMessage, taskSchedulingMessage, taskStartedMessage, validate, verifyFormEntityBeanMethods inherited from class ch.tocco.nice2.rest.action.spi.AbstractPreActionResourcegetInitialFormValueResponseBean, getSelectedEntities, getSelectedEntity, loadInitialForm, setBusinessUnitManager, setContext, setDefaultDisplayService, setDefaultValueService, setFormBeanService, setL10n, setLog, setSecurityManager, setSelectionService, setTextResourcesMethods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResourcegetPathParameter, setUriInfo, tryGetInt
- 
Constructor Details- 
ReservationLecturerBookingAccomplishmentStatusResourceprotected ReservationLecturerBookingAccomplishmentStatusResource()
 
- 
- 
Method Details- 
preActionDescription copied from class:AbstractPreActionResourceis ran before the actual logic and can be used to run checks or return a form that needs to be filled before execution- Overrides:
- preActionin class- AbstractPreActionResource
 
- 
doPerformActionprotected AbstractActionResource.ActionResultBean doPerformAction(ActionDataBean actionDataBean, ActionResourceBean actionResourceBean, TaskContext taskContext) - Specified by:
- doPerformActionin class- AbstractActionResource
 
- 
actionNameDescription copied from class:AbstractActionResourcename of the action displayed in the notification center if no specific text is set- Specified by:
- actionNamein class- AbstractActionResource
 
- 
getJobClassDescription copied from class:AbstractActionResourceeach action resource needs an empty job class as inner class which either implements AbstractActionJob or AbstractInterruptableActionJob. the class is needed to run the job in the task scheduler. if AbstractInterruptableActionJob is used the doPerformAction must implement a cancellation handling- Specified by:
- getJobClassin class- AbstractActionResource
 
 
-