com.liferay.asset.util.AssetEntryQueryProcessor
@Deprecated
public interface AssetEntryQueryProcessor
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Deprecated.
As of Judson (7.1.x)
|
String |
getTitle(Locale locale)
Deprecated.
As of Judson (7.1.x)
|
void |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
As of Judson (7.1.x)
|
void |
processAssetEntryQuery(User user,
PortletPreferences portletPreferences,
AssetEntryQuery assetEntryQuery)
Deprecated.
|
@Deprecated String getKey()
@Deprecated String getTitle(Locale locale)
@Deprecated void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
IOException
void processAssetEntryQuery(User user, PortletPreferences portletPreferences, AssetEntryQuery assetEntryQuery) throws Exception
Exception