Class AssetEntryQuery

Object
com.liferay.asset.kernel.service.persistence.AssetEntryQuery

public class AssetEntryQuery extends Object
Author:
Brian Wing Shun Chan, Jorge Ferrer, Juan Fernández
  • Field Details

    • ORDER_BY_COLUMNS

      public static final String[] ORDER_BY_COLUMNS
  • Constructor Details

    • AssetEntryQuery

      public AssetEntryQuery()
    • AssetEntryQuery

      public AssetEntryQuery(AssetEntryQuery assetEntryQuery)
    • AssetEntryQuery

      public AssetEntryQuery(long[] classNameIds, SearchContainer<?> searchContainer)
    • AssetEntryQuery

      public AssetEntryQuery(String className, SearchContainer<?> searchContainer)
  • Method Details

    • checkOrderByCol

      public static String checkOrderByCol(String orderByCol)
    • checkOrderByType

      public static String checkOrderByType(String orderByType)
    • addAllTagIdsArray

      public void addAllTagIdsArray(long[] allTagsIds)
    • addNotAllTagIdsArray

      public void addNotAllTagIdsArray(long[] notAllTagsIds)
    • getAllCategoryIds

      public long[] getAllCategoryIds()
    • getAllKeywords

      public String[] getAllKeywords()
    • getAllTagIds

      public long[] getAllTagIds()
    • getAllTagIdsArray

      public long[][] getAllTagIdsArray()
    • getAnyCategoryIds

      public long[] getAnyCategoryIds()
    • getAnyKeywords

      public String[] getAnyKeywords()
    • getAnyTagIds

      public long[] getAnyTagIds()
    • getAttribute

      public Serializable getAttribute(String name)
    • getAttributes

      public Map<String,Serializable> getAttributes()
    • getClassNameIds

      public long[] getClassNameIds()
    • getClassTypeIds

      public long[] getClassTypeIds()
    • getDescription

      public String getDescription()
    • getEnd

      public int getEnd()
    • getExpirationDate

      public Date getExpirationDate()
    • getGroupIds

      public long[] getGroupIds()
    • getKeywords

      @Deprecated public String getKeywords()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getAllKeywords()
    • getLayout

      public Layout getLayout()
    • getLinkedAssetEntryIds

      public long[] getLinkedAssetEntryIds()
    • getNotAllCategoryIds

      public long[] getNotAllCategoryIds()
    • getNotAllKeywords

      public String[] getNotAllKeywords()
    • getNotAllTagIds

      public long[] getNotAllTagIds()
    • getNotAllTagIdsArray

      public long[][] getNotAllTagIdsArray()
    • getNotAnyCategoryIds

      public long[] getNotAnyCategoryIds()
    • getNotAnyKeywords

      public String[] getNotAnyKeywords()
    • getNotAnyTagIds

      public long[] getNotAnyTagIds()
    • getOrderByCol1

      public String getOrderByCol1()
    • getOrderByCol2

      public String getOrderByCol2()
    • getOrderByType1

      public String getOrderByType1()
    • getOrderByType2

      public String getOrderByType2()
    • getPaginationType

      public String getPaginationType()
    • getPublishDate

      public Date getPublishDate()
    • getStart

      public int getStart()
    • getTitle

      public String getTitle()
    • getUserName

      public String getUserName()
    • isAndOperator

      public boolean isAndOperator()
    • isEnablePermissions

      public boolean isEnablePermissions()
    • isExcludeZeroViewCount

      public boolean isExcludeZeroViewCount()
    • isListable

      public Boolean isListable()
    • isVisible

      public Boolean isVisible()
    • setAllCategoryIds

      public void setAllCategoryIds(long[] allCategoryIds)
    • setAllKeywords

      public void setAllKeywords(String[] allKeywords)
    • setAllTagIds

      public void setAllTagIds(long[] allTagIds)
    • setAllTagIdsArray

      public void setAllTagIdsArray(long[][] allTagIdsArray)
    • setAndOperator

      public void setAndOperator(boolean andOperator)
    • setAnyCategoryIds

      public void setAnyCategoryIds(long[] anyCategoryIds)
    • setAnyKeywords

      public void setAnyKeywords(String[] anyKeywords)
    • setAnyTagIds

      public void setAnyTagIds(long[] anyTagIds)
    • setAttribute

      public void setAttribute(String name, Serializable value)
    • setAttributes

      public void setAttributes(Map<String,Serializable> attributes)
    • setClassName

      public void setClassName(String className)
    • setClassNameIds

      public void setClassNameIds(long[] classNameIds)
    • setClassTypeIds

      public void setClassTypeIds(long[] classTypeIds)
    • setDescription

      public void setDescription(String description)
    • setEnablePermissions

      public void setEnablePermissions(boolean enablePermissions)
    • setEnd

      public void setEnd(int end)
    • setExcludeZeroViewCount

      public void setExcludeZeroViewCount(boolean excludeZeroViewCount)
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
    • setGroupIds

      public void setGroupIds(long[] groupIds)
    • setKeywords

      @Deprecated public void setKeywords(String keywords)
      Deprecated.
      As of Athanasius (7.3.x), replaced by setAllKeywords(String[])
    • setLayout

      public void setLayout(Layout layout)
    • setLinkedAssetEntryIds

      public void setLinkedAssetEntryIds(long[] linkedAssetEntryIds)
    • setListable

      public void setListable(Boolean listable)
    • setNotAllCategoryIds

      public void setNotAllCategoryIds(long[] notAllCategoryIds)
    • setNotAllKeywords

      public void setNotAllKeywords(String[] notAllKeywords)
    • setNotAllTagIds

      public void setNotAllTagIds(long[] notAllTagIds)
    • setNotAllTagIdsArray

      public void setNotAllTagIdsArray(long[][] notAllTagIdsArray)
    • setNotAnyCategoryIds

      public void setNotAnyCategoryIds(long[] notAnyCategoryIds)
    • setNotAnyKeywords

      public void setNotAnyKeywords(String[] notAnyKeywords)
    • setNotAnyTagIds

      public void setNotAnyTagIds(long[] notAnyTagIds)
    • setOrderByCol1

      public void setOrderByCol1(String orderByCol1)
    • setOrderByCol2

      public void setOrderByCol2(String orderByCol2)
    • setOrderByType1

      public void setOrderByType1(String orderByType1)
    • setOrderByType2

      public void setOrderByType2(String orderByType2)
    • setPaginationType

      public void setPaginationType(String paginationType)
    • setPublishDate

      public void setPublishDate(Date publishDate)
    • setStart

      public void setStart(int start)
    • setTitle

      public void setTitle(String title)
    • setUserName

      public void setUserName(String userName)
    • setVisible

      public void setVisible(Boolean visible)
    • toString

      public String toString()
      Overrides:
      toString in class Object