Package com.liferay.item.selector
Class BaseItemSelectorCriterionHandler<T extends ItemSelectorCriterion>
java.lang.Object
com.liferay.item.selector.BaseItemSelectorCriterionHandler<T>
- All Implemented Interfaces:
ItemSelectorCriterionHandler
public abstract class BaseItemSelectorCriterionHandler<T extends ItemSelectorCriterion>
extends Object
implements ItemSelectorCriterionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.framework.BundleContext bundleContext) protected voidgetItemSelectorViews(ItemSelectorCriterion itemSelectorCriterion) Returns the item selector views to display that meet the needs of the item selector criterion.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.item.selector.ItemSelectorCriterionHandler
getItemSelectorCriterionClass
-
Constructor Details
-
BaseItemSelectorCriterionHandler
public BaseItemSelectorCriterionHandler()
-
-
Method Details
-
getItemSelectorViews
Description copied from interface:ItemSelectorCriterionHandlerReturns the item selector views to display that meet the needs of the item selector criterion.- Specified by:
getItemSelectorViewsin interfaceItemSelectorCriterionHandler<T extends ItemSelectorCriterion>- Parameters:
itemSelectorCriterion- the item selector criterion instance- Returns:
- the item selector views to display
-
activate
protected void activate(org.osgi.framework.BundleContext bundleContext) -
deactivate
protected void deactivate()
-