Class AssetEntryItemSelectorCriterion
java.lang.Object
com.liferay.item.selector.BaseItemSelectorCriterion
com.liferay.item.selector.criteria.asset.criterion.AssetEntryItemSelectorCriterion
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorCriterion
public class AssetEntryItemSelectorCriterion
extends com.liferay.item.selector.BaseItemSelectorCriterion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglong[]longbooleanbooleanbooleanvoidsetGroupId(long groupId) voidsetSelectedGroupIds(long[] selectedGroupIds) voidsetShowNonindexable(boolean showNonindexable) voidsetShowScheduled(boolean showScheduled) voidsetSingleSelect(boolean singleSelect) voidsetSubtypeSelectionId(long subtypeSelectionId) voidsetTypeSelection(String typeSelection) Methods inherited from class com.liferay.item.selector.BaseItemSelectorCriterion
getDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.item.selector.ItemSelectorCriterion
getMimeTypeRestriction
-
Constructor Details
-
AssetEntryItemSelectorCriterion
public AssetEntryItemSelectorCriterion()
-
-
Method Details
-
getGroupId
public long getGroupId() -
getSelectedGroupIds
public long[] getSelectedGroupIds() -
getSubtypeSelectionId
public long getSubtypeSelectionId() -
getTypeSelection
-
isShowNonindexable
public boolean isShowNonindexable() -
isShowScheduled
public boolean isShowScheduled() -
isSingleSelect
public boolean isSingleSelect() -
setGroupId
public void setGroupId(long groupId) -
setSelectedGroupIds
public void setSelectedGroupIds(long[] selectedGroupIds) -
setShowNonindexable
public void setShowNonindexable(boolean showNonindexable) -
setShowScheduled
public void setShowScheduled(boolean showScheduled) -
setSingleSelect
public void setSingleSelect(boolean singleSelect) -
setSubtypeSelectionId
public void setSubtypeSelectionId(long subtypeSelectionId) -
setTypeSelection
-