Class VCardImportActionResource
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.address.impl.action.VCardImportActionResource
- All Implemented Interfaces:
- RestResource
@Path("/address/action/vCardImport")
public class VCardImportActionResource
extends AbstractActionResource
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic final recordNested 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 SummaryConstructorsConstructorDescriptionVCardImportActionResource(ClientQuestionService clientQuestionService, VCardImportService vCardImportService) 
- 
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.Methods 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, preAction, setBusinessUnitManager, setContext, setDefaultDisplayService, setDefaultValueService, setFormBeanService, setL10n, setLog, setSecurityManager, setSelectionService, setTextResourcesMethods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResourcegetPathParameter, setUriInfo, tryGetInt
- 
Constructor Details- 
VCardImportActionResourcepublic VCardImportActionResource(ClientQuestionService clientQuestionService, VCardImportService vCardImportService) 
 
- 
- 
Method Details- 
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
 
 
-