Uses of Class
de.hybris.platform.acceleratorcms.model.actions.AbstractCMSActionModel
-
Packages that use AbstractCMSActionModel Package Description de.hybris.platform.acceleratorcms.model.actions Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.actions package.de.hybris.platform.cms2.model.contents.components Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package. -
-
Uses of AbstractCMSActionModel in de.hybris.platform.acceleratorcms.model.actions
Subclasses of AbstractCMSActionModel in de.hybris.platform.acceleratorcms.model.actions Modifier and Type Class Description classAddToCartActionModelGenerated model class for type AddToCartAction first defined at extension acceleratorcms.classListAddToCartActionModelGenerated model class for type ListAddToCartAction first defined at extension acceleratorcms.classListAddToEntryGroupActionModelGenerated model class for type ListAddToEntryGroupAction first defined at extension acceleratorcms.classListOrderFormActionModelGenerated model class for type ListOrderFormAction first defined at extension acceleratorcms.classListPickUpInStoreActionModelGenerated model class for type ListPickUpInStoreAction first defined at extension acceleratorcms.classPickUpInStoreActionModelGenerated model class for type PickUpInStoreAction first defined at extension acceleratorcms.classSimpleCMSActionModelGenerated model class for type SimpleCMSAction first defined at extension acceleratorcms.classViewOrderActionModelGenerated model class for type ViewOrderAction first defined at extension acceleratorcms.classViewStoreActionModelGenerated model class for type ViewStoreAction first defined at extension acceleratorcms. -
Uses of AbstractCMSActionModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type AbstractCMSActionModel Modifier and Type Method Description java.util.List<AbstractCMSActionModel>AbstractCMSComponentModel. getActions()Generated method - Getter of theAbstractCMSComponent.actionsattribute defined at extensionacceleratorcms.Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type AbstractCMSActionModel Modifier and Type Method Description voidAbstractCMSComponentModel. setActions(java.util.List<AbstractCMSActionModel> value)Generated method - Setter ofAbstractCMSComponent.actionsattribute defined at extensionacceleratorcms.
-