com.liferay.portlet.asset.service.persistence
Class AssetEntryQuery
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetEntryQuery
public class AssetEntryQuery
- extends java.lang.Object
- Author:
- Brian Wing Shun Chan, Jorge Ferrer, Juan Fernández
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ORDER_BY_COLUMNS
public static final java.lang.String[] ORDER_BY_COLUMNS
AssetEntryQuery
public AssetEntryQuery()
AssetEntryQuery
public AssetEntryQuery(AssetEntryQuery assetEntryQuery)
AssetEntryQuery
public AssetEntryQuery(long[] classNameIds,
SearchContainer<?> searchContainer)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
AssetEntryQuery
public AssetEntryQuery(java.lang.String className,
SearchContainer<?> searchContainer)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
checkOrderByCol
public static java.lang.String checkOrderByCol(java.lang.String orderByCol)
checkOrderByType
public static java.lang.String checkOrderByType(java.lang.String orderByType)
addAllTagIdsArray
public void addAllTagIdsArray(long[] allTagsIds)
addNotAllTagIdsArray
public void addNotAllTagIdsArray(long[] notAllTagsIds)
getAllCategoryIds
public long[] getAllCategoryIds()
getAllLeftAndRightCategoryIds
public long[] getAllLeftAndRightCategoryIds()
getAllTagIds
public long[] getAllTagIds()
getAllTagIdsArray
public long[][] getAllTagIdsArray()
getAnyCategoryIds
public long[] getAnyCategoryIds()
getAnyLeftAndRightCategoryIds
public long[] getAnyLeftAndRightCategoryIds()
getAnyTagIds
public long[] getAnyTagIds()
getAttribute
public java.io.Serializable getAttribute(java.lang.String name)
getAttributes
public java.util.Map<java.lang.String,java.io.Serializable> getAttributes()
getClassNameIds
public long[] getClassNameIds()
getClassTypeIds
public long[] getClassTypeIds()
getDescription
public java.lang.String getDescription()
getEnd
public int getEnd()
getExpirationDate
public java.util.Date getExpirationDate()
getGroupIds
public long[] getGroupIds()
getKeywords
public java.lang.String getKeywords()
getLayout
public Layout getLayout()
getLinkedAssetEntryId
public long getLinkedAssetEntryId()
getNotAllCategoryIds
public long[] getNotAllCategoryIds()
getNotAllLeftAndRightCategoryIds
public long[] getNotAllLeftAndRightCategoryIds()
getNotAllTagIds
public long[] getNotAllTagIds()
getNotAllTagIdsArray
public long[][] getNotAllTagIdsArray()
getNotAnyCategoryIds
public long[] getNotAnyCategoryIds()
getNotAnyLeftAndRightCategoryIds
public long[] getNotAnyLeftAndRightCategoryIds()
getNotAnyTagIds
public long[] getNotAnyTagIds()
getOrderByCol1
public java.lang.String getOrderByCol1()
getOrderByCol2
public java.lang.String getOrderByCol2()
getOrderByType1
public java.lang.String getOrderByType1()
getOrderByType2
public java.lang.String getOrderByType2()
getPaginationType
public java.lang.String getPaginationType()
getPublishDate
public java.util.Date getPublishDate()
getStart
public int getStart()
getTitle
public java.lang.String getTitle()
isEnablePermissions
public boolean isEnablePermissions()
isExcludeZeroViewCount
public boolean isExcludeZeroViewCount()
isVisible
public java.lang.Boolean isVisible()
setAllCategoryIds
public void setAllCategoryIds(long[] allCategoryIds)
setAllTagIds
public void setAllTagIds(long[] allTagIds)
setAllTagIdsArray
public void setAllTagIdsArray(long[][] allTagIdsArray)
setAnyCategoryIds
public void setAnyCategoryIds(long[] anyCategoryIds)
setAnyTagIds
public void setAnyTagIds(long[] anyTagIds)
setAttribute
public void setAttribute(java.lang.String name,
java.io.Serializable value)
setAttributes
public void setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes)
setClassName
public void setClassName(java.lang.String className)
setClassNameIds
public void setClassNameIds(long[] classNameIds)
setClassTypeIds
public void setClassTypeIds(long[] classTypeIds)
setDescription
public void setDescription(java.lang.String description)
setEnablePermissions
public void setEnablePermissions(boolean enablePermissions)
setEnd
public void setEnd(int end)
setExcludeZeroViewCount
public void setExcludeZeroViewCount(boolean excludeZeroViewCount)
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
setGroupIds
public void setGroupIds(long[] groupIds)
setKeywords
public void setKeywords(java.lang.String keywords)
setLayout
public void setLayout(Layout layout)
setLinkedAssetEntryId
public void setLinkedAssetEntryId(long linkedAssetEntryId)
setNotAllCategoryIds
public void setNotAllCategoryIds(long[] notAllCategoryIds)
setNotAllTagIds
public void setNotAllTagIds(long[] notAllTagIds)
setNotAllTagIdsArray
public void setNotAllTagIdsArray(long[][] notAllTagIdsArray)
setNotAnyCategoryIds
public void setNotAnyCategoryIds(long[] notAnyCategoryIds)
setNotAnyTagIds
public void setNotAnyTagIds(long[] notAnyTagIds)
setOrderByCol1
public void setOrderByCol1(java.lang.String orderByCol1)
setOrderByCol2
public void setOrderByCol2(java.lang.String orderByCol2)
setOrderByType1
public void setOrderByType1(java.lang.String orderByType1)
setOrderByType2
public void setOrderByType2(java.lang.String orderByType2)
setPaginationType
public void setPaginationType(java.lang.String paginationType)
setPublishDate
public void setPublishDate(java.util.Date publishDate)
setStart
public void setStart(int start)
setTitle
public void setTitle(java.lang.String title)
setVisible
public void setVisible(java.lang.Boolean visible)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object