Liferay 7.0-ce-b4

com.liferay.portlet.asset.util
Class BaseAssetEntryQueryProcessor

java.lang.Object
  extended by com.liferay.portlet.asset.util.BaseAssetEntryQueryProcessor
All Implemented Interfaces:
AssetEntryQueryProcessor
Direct Known Subclasses:
BaseJSPAssetEntryQueryProcessor

public abstract class BaseAssetEntryQueryProcessor
extends Object
implements AssetEntryQueryProcessor


Constructor Summary
BaseAssetEntryQueryProcessor()
           
 
Method Summary
 String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.util.AssetEntryQueryProcessor
getTitle, include, processAssetEntryQuery
 

Constructor Detail

BaseAssetEntryQueryProcessor

public BaseAssetEntryQueryProcessor()
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface AssetEntryQueryProcessor

Liferay 7.0-ce-b4