Class AbstractIndexFieldCustomPersistenceHandlerExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.admin.server.service.handler.AbstractIndexFieldCustomPersistenceHandlerExtensionHandler
- All Implemented Interfaces:
IndexFieldCustomPersistenceHandlerExtensionHandler
,ExtensionHandler
public abstract class AbstractIndexFieldCustomPersistenceHandlerExtensionHandler
extends AbstractExtensionHandler
implements IndexFieldCustomPersistenceHandlerExtensionHandler
- Author:
- Nick Crum ncrum
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddtoSearchableFields
(PersistencePackage persistencePackage, IndexField searchField) Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriority
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Constructor Details
-
AbstractIndexFieldCustomPersistenceHandlerExtensionHandler
public AbstractIndexFieldCustomPersistenceHandlerExtensionHandler()
-
-
Method Details
-
addtoSearchableFields
public ExtensionResultStatusType addtoSearchableFields(PersistencePackage persistencePackage, IndexField searchField) throws ServiceException - Specified by:
addtoSearchableFields
in interfaceIndexFieldCustomPersistenceHandlerExtensionHandler
- Throws:
ServiceException
-