Uses of Enum Class
de.hybris.platform.sap.productconfig.facades.CPQActionType
Packages that use CPQActionType
Package
Description
-
Uses of CPQActionType in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return CPQActionTypeModifier and TypeMethodDescriptionConfigurationData.getCpqAction()static CPQActionTypeReturns the enum constant of this class with the specified name.static CPQActionType[]CPQActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.sap.productconfig.facades with parameters of type CPQActionType -
Uses of CPQActionType in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type CPQActionTypeModifier and TypeMethodDescriptionprotected voidUpdateConfigureProductController.checkAutoExpandMode(CPQActionType action, UpdateDataHolder updateData) protected StringUpdateConfigureProductController.getGroupIdForPrevNextButtonClick(CPQActionType prevNextButtonClicked, String currentGroupId, List<UiGroupData> csticGroupsFlat, int currentGroupIndex) protected voidUpdateConfigureProductController.handleGroupIdToDisplayForNavigationLinks(CPQActionType action, UpdateDataHolder updateData) protected voidUpdateConfigureProductController.handleGroupIdToDisplayWhenSolvingConflicts(CPQActionType action, UpdateDataHolder updateData) protected voidUpdateConfigureProductController.handleShowExtendedMessageFlag(CPQActionType action, UpdateDataHolder updateData) protected voidUpdateConfigureProductController.handleShowFullLongTextFlag(CPQActionType action, UpdateDataHolder updateData) This method handles the show long text flag consistently for all occurrences of a cstic.
The same cstic can appear in several groups (e.g.protected voidUpdateConfigureProductController.handleToggleImageGallery(CPQActionType action, UpdateDataHolder updateData) protected voidUpdateConfigureProductController.identifyPrevNextGroup(CPQActionType action, UpdateDataHolder updateData) Checks if previous or next button has been clicked and tries to identify the previous or next group respectively. -
Uses of CPQActionType in de.hybris.platform.sap.productconfig.frontend.util.impl
Methods in de.hybris.platform.sap.productconfig.frontend.util.impl with parameters of type CPQActionTypeModifier and TypeMethodDescriptionprotected booleanUiStatusSync.isNavigationAction(CPQActionType cpqAction)