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 TypeMethodDescriptionlong
long[]
long
boolean
boolean
boolean
void
setGroupId
(long groupId) void
setSelectedGroupIds
(long[] selectedGroupIds) void
setShowNonindexable
(boolean showNonindexable) void
setShowScheduled
(boolean showScheduled) void
setSingleSelect
(boolean singleSelect) void
setSubtypeSelectionId
(long subtypeSelectionId) void
setTypeSelection
(String typeSelection) Methods inherited from class com.liferay.item.selector.BaseItemSelectorCriterion
getDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes
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.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
-