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 void
activate
(org.osgi.framework.BundleContext bundleContext) protected void
getItemSelectorViews
(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, wait
Methods inherited from interface com.liferay.item.selector.ItemSelectorCriterionHandler
getItemSelectorCriterionClass
-
Constructor Details
-
BaseItemSelectorCriterionHandler
public BaseItemSelectorCriterionHandler()
-
-
Method Details
-
getItemSelectorViews
Description copied from interface:ItemSelectorCriterionHandler
Returns the item selector views to display that meet the needs of the item selector criterion.- Specified by:
getItemSelectorViews
in 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()
-