Class AbstractOfferCustomServiceExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.admin.server.service.extension.AbstractOfferCustomServiceExtensionHandler
- All Implemented Interfaces:
OfferCustomServiceExtensionHandler,org.broadleafcommerce.common.extension.ExtensionHandler
public class AbstractOfferCustomServiceExtensionHandler
extends org.broadleafcommerce.common.extension.AbstractExtensionHandler
implements OfferCustomServiceExtensionHandler
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeclearHiddenQualifiers(org.broadleafcommerce.openadmin.dto.Entity entity) Clear hidden qualifiers when switching offer type.Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Constructor Details
-
AbstractOfferCustomServiceExtensionHandler
public AbstractOfferCustomServiceExtensionHandler()
-
-
Method Details
-
clearHiddenQualifiers
public org.broadleafcommerce.common.extension.ExtensionResultStatusType clearHiddenQualifiers(org.broadleafcommerce.openadmin.dto.Entity entity) Description copied from interface:OfferCustomServiceExtensionHandlerClear hidden qualifiers when switching offer type.- Specified by:
clearHiddenQualifiersin interfaceOfferCustomServiceExtensionHandler- Returns:
-