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 Details

    • AssetEntryItemSelectorCriterion

      public AssetEntryItemSelectorCriterion()
  • Method Details

    • getGroupId

      public long getGroupId()
    • getSelectedGroupIds

      public long[] getSelectedGroupIds()
    • getSubtypeSelectionId

      public long getSubtypeSelectionId()
    • getTypeSelection

      public String 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

      public void setTypeSelection(String typeSelection)