Class UploadMediaSecondPageController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cockpit.wizards.generic.DefaultGenericItemMandatoryPageController
de.hybris.platform.cockpit.wizards.media.UploadMediaSecondPageController
- All Implemented Interfaces:
WizardPageController
Controller for second page of
UploadMediaWizard-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeBack(Wizard wizard, WizardPage page) This method is invoked before proceeding to the previous page.protected MessagecreateErrorMessageForException(Exception exception) protected MediaModelcreateNewMedia(Wizard wizard, WizardPage page) voiddone(Wizard wizard, WizardPage page) This method is invoked when the done button is pressed.voidsetMediaService(MediaService mediaService) Methods inherited from class de.hybris.platform.cockpit.wizards.generic.DefaultGenericItemMandatoryPageController
beforeNext, createItem, dispatchEventAfterCreate, getPosition, getUIConfigurationService, getWizardConfiguration, hasAllMandatoryFields, initPage, next, setModelLocalizedValue, setModelSingleValue, setPosition, validateMethods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
cancel, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitions
-
Constructor Details
-
UploadMediaSecondPageController
public UploadMediaSecondPageController()
-
-
Method Details
-
done
Description copied from interface:WizardPageControllerThis method is invoked when the done button is pressed.- Specified by:
donein interfaceWizardPageController- Overrides:
donein classDefaultGenericItemMandatoryPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
createErrorMessageForException
- Overrides:
createErrorMessageForExceptionin classDefaultGenericItemMandatoryPageController
-
beforeBack
Description copied from interface:WizardPageControllerThis method is invoked before proceeding to the previous page.- Specified by:
beforeBackin interfaceWizardPageController- Overrides:
beforeBackin classDefaultPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
createNewMedia
-
setMediaService
-