Package com.liferay.item.selector.taglib
Class ItemSelectorRepositoryEntryBrowserReturnTypeUtil
java.lang.Object
com.liferay.item.selector.taglib.ItemSelectorRepositoryEntryBrowserReturnTypeUtil
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
@Deprecated
public class ItemSelectorRepositoryEntryBrowserReturnTypeUtil
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
Deprecated.
As of Judson (7.1.x), with no direct replacement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgetFileEntryValue(com.liferay.portal.kernel.repository.model.FileEntry fileEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) Deprecated.static com.liferay.item.selector.ItemSelectorReturnTypegetFirstAvailableExistingFileEntryReturnType(List<com.liferay.item.selector.ItemSelectorReturnType> desiredItemSelectorReturnTypes) Deprecated.protected static com.liferay.item.selector.ItemSelectorReturnTypegetFirstAvailableItemSelectorReturnType(List<com.liferay.item.selector.ItemSelectorReturnType> desiredItemSelectorReturnTypes, List<String> itemSelectorReturnTypeTypes) Deprecated.static StringgetValue(com.liferay.item.selector.ItemSelectorReturnType itemSelectorReturnType, com.liferay.portal.kernel.repository.model.FileEntry fileEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) Deprecated.
-
Constructor Details
-
ItemSelectorRepositoryEntryBrowserReturnTypeUtil
public ItemSelectorRepositoryEntryBrowserReturnTypeUtil()Deprecated.
-
-
Method Details
-
getFirstAvailableExistingFileEntryReturnType
public static com.liferay.item.selector.ItemSelectorReturnType getFirstAvailableExistingFileEntryReturnType(List<com.liferay.item.selector.ItemSelectorReturnType> desiredItemSelectorReturnTypes) Deprecated. -
getValue
public static String getValue(com.liferay.item.selector.ItemSelectorReturnType itemSelectorReturnType, com.liferay.portal.kernel.repository.model.FileEntry fileEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception Deprecated.- Throws:
Exception
-
getFileEntryValue
protected static String getFileEntryValue(com.liferay.portal.kernel.repository.model.FileEntry fileEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception Deprecated.- Throws:
Exception
-
getFirstAvailableItemSelectorReturnType
protected static com.liferay.item.selector.ItemSelectorReturnType getFirstAvailableItemSelectorReturnType(List<com.liferay.item.selector.ItemSelectorReturnType> desiredItemSelectorReturnTypes, List<String> itemSelectorReturnTypeTypes) Deprecated.
-