com.liferay.portlet.asset.service.persistence
Class AssetEntryQuery
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetEntryQuery
public class AssetEntryQuery
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORDER_BY_COLUMNS
public static String[] ORDER_BY_COLUMNS
AssetEntryQuery
public AssetEntryQuery()
AssetEntryQuery
public AssetEntryQuery(long[] classNameIds,
SearchContainer<?> searchContainer)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
AssetEntryQuery
public AssetEntryQuery(String className,
SearchContainer<?> searchContainer)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
checkOrderByCol
public static String checkOrderByCol(String orderByCol)
checkOrderByType
public static String checkOrderByType(String orderByType)
getAllCategoryIds
public long[] getAllCategoryIds()
getAllLeftAndRightCategoryIds
public long[] getAllLeftAndRightCategoryIds()
getAllTagIds
public long[] getAllTagIds()
getAnyCategoryIds
public long[] getAnyCategoryIds()
getAnyLeftAndRightCategoryIds
public long[] getAnyLeftAndRightCategoryIds()
getAnyTagIds
public long[] getAnyTagIds()
getClassNameIds
public long[] getClassNameIds()
getEnd
public int getEnd()
getExpirationDate
public Date getExpirationDate()
getGroupIds
public long[] getGroupIds()
getNotAllCategoryIds
public long[] getNotAllCategoryIds()
getNotAllLeftAndRightCategoryIds
public long[] getNotAllLeftAndRightCategoryIds()
getNotAllTagIds
public long[] getNotAllTagIds()
getNotAnyCategoryIds
public long[] getNotAnyCategoryIds()
getNotAnyLeftAndRightCategoryIds
public long[] getNotAnyLeftAndRightCategoryIds()
getNotAnyTagIds
public long[] getNotAnyTagIds()
getOrderByCol1
public String getOrderByCol1()
getOrderByCol2
public String getOrderByCol2()
getOrderByType1
public String getOrderByType1()
getOrderByType2
public String getOrderByType2()
getPublishDate
public Date getPublishDate()
getStart
public int getStart()
isExcludeZeroViewCount
public boolean isExcludeZeroViewCount()
isVisible
public Boolean isVisible()
setAllCategoryIds
public void setAllCategoryIds(long[] allCategoryIds)
setAllTagIds
public void setAllTagIds(long[] allTagIds)
setAnyCategoryIds
public void setAnyCategoryIds(long[] anyCategoryIds)
setAnyTagIds
public void setAnyTagIds(long[] anyTagIds)
setClassName
public void setClassName(String className)
setClassNameIds
public void setClassNameIds(long[] classNameIds)
setEnd
public void setEnd(int end)
setExcludeZeroViewCount
public void setExcludeZeroViewCount(boolean excludeZeroViewCount)
setExpirationDate
public void setExpirationDate(Date expirationDate)
setGroupIds
public void setGroupIds(long[] groupIds)
setNotAllCategoryIds
public void setNotAllCategoryIds(long[] notAllCategoryIds)
setNotAllTagIds
public void setNotAllTagIds(long[] notAllTagIds)
setNotAnyCategoryIds
public void setNotAnyCategoryIds(long[] notAnyCategoryIds)
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)
setPublishDate
public void setPublishDate(Date publishDate)
setStart
public void setStart(int start)
setVisible
public void setVisible(Boolean visible)