Uses of Class
de.hybris.platform.sap.productconfig.facades.CPQActionType
-
-
Uses of CPQActionType in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return CPQActionType Modifier and Type Method Description CPQActionTypeConfigurationData. getCpqAction()static CPQActionTypeCPQActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CPQActionType[]CPQActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.sap.productconfig.facades with parameters of type CPQActionType Modifier and Type Method Description voidConfigurationData. setCpqAction(CPQActionType cpqAction) -
Uses of CPQActionType in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type CPQActionType Modifier and Type Method Description protected voidUpdateConfigureProductController. checkAutoExpandMode(CPQActionType action, UpdateDataHolder updateData)protected java.lang.StringUpdateConfigureProductController. getGroupIdForPrevNextButtonClick(CPQActionType prevNextButtonClicked, java.lang.String currentGroupId, java.util.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 CPQActionType Modifier and Type Method Description protected booleanUiStatusSync. isNavigationAction(CPQActionType cpqAction)
-