Liferay 7.0-ce-b4

com.liferay.portlet.asset.service.persistence
Class AssetEntryQuery

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetEntryQuery

public class AssetEntryQuery
extends Object


Field Summary
static String[] ORDER_BY_COLUMNS
           
 
Constructor Summary
AssetEntryQuery()
           
AssetEntryQuery(AssetEntryQuery assetEntryQuery)
           
AssetEntryQuery(long[] classNameIds, SearchContainer<?> searchContainer)
           
AssetEntryQuery(String className, SearchContainer<?> searchContainer)
           
 
Method Summary
 void addAllTagIdsArray(long[] allTagsIds)
           
 void addNotAllTagIdsArray(long[] notAllTagsIds)
           
static String checkOrderByCol(String orderByCol)
           
static String checkOrderByType(String orderByType)
           
 long[] getAllCategoryIds()
           
 long[] getAllLeftAndRightCategoryIds()
           
 long[] getAllTagIds()
           
 long[][] getAllTagIdsArray()
           
 long[] getAnyCategoryIds()
           
 long[] getAnyLeftAndRightCategoryIds()
           
 long[] getAnyTagIds()
           
 Serializable getAttribute(String name)
           
 Map<String,Serializable> getAttributes()
           
 long[] getClassNameIds()
           
 long[] getClassTypeIds()
           
 String getDescription()
           
 int getEnd()
           
 Date getExpirationDate()
           
 long[] getGroupIds()
           
 String getKeywords()
           
 Layout getLayout()
           
 long getLinkedAssetEntryId()
           
 long[] getNotAllCategoryIds()
           
 long[] getNotAllLeftAndRightCategoryIds()
           
 long[] getNotAllTagIds()
           
 long[][] getNotAllTagIdsArray()
           
 long[] getNotAnyCategoryIds()
           
 long[] getNotAnyLeftAndRightCategoryIds()
           
 long[] getNotAnyTagIds()
           
 String getOrderByCol1()
           
 String getOrderByCol2()
           
 String getOrderByType1()
           
 String getOrderByType2()
           
 String getPaginationType()
           
 Date getPublishDate()
           
 int getStart()
           
 String getTitle()
           
 String getUserName()
           
 boolean isAndOperator()
           
 boolean isEnablePermissions()
           
 boolean isExcludeZeroViewCount()
           
 Boolean isListable()
           
 Boolean isVisible()
           
 void setAllCategoryIds(long[] allCategoryIds)
           
 void setAllTagIds(long[] allTagIds)
           
 void setAllTagIdsArray(long[][] allTagIdsArray)
           
 void setAndOperator(boolean andOperator)
           
 void setAnyCategoryIds(long[] anyCategoryIds)
           
 void setAnyTagIds(long[] anyTagIds)
           
 void setAttribute(String name, Serializable value)
           
 void setAttributes(Map<String,Serializable> attributes)
           
 void setClassName(String className)
           
 void setClassNameIds(long[] classNameIds)
           
 void setClassTypeIds(long[] classTypeIds)
           
 void setDescription(String description)
           
 void setEnablePermissions(boolean enablePermissions)
           
 void setEnd(int end)
           
 void setExcludeZeroViewCount(boolean excludeZeroViewCount)
           
 void setExpirationDate(Date expirationDate)
           
 void setGroupIds(long[] groupIds)
           
 void setKeywords(String keywords)
           
 void setLayout(Layout layout)
           
 void setLinkedAssetEntryId(long linkedAssetEntryId)
           
 void setListable(Boolean listable)
           
 void setNotAllCategoryIds(long[] notAllCategoryIds)
           
 void setNotAllTagIds(long[] notAllTagIds)
           
 void setNotAllTagIdsArray(long[][] notAllTagIdsArray)
           
 void setNotAnyCategoryIds(long[] notAnyCategoryIds)
           
 void setNotAnyTagIds(long[] notAnyTagIds)
           
 void setOrderByCol1(String orderByCol1)
           
 void setOrderByCol2(String orderByCol2)
           
 void setOrderByType1(String orderByType1)
           
 void setOrderByType2(String orderByType2)
           
 void setPaginationType(String paginationType)
           
 void setPublishDate(Date publishDate)
           
 void setStart(int start)
           
 void setTitle(String title)
           
 void setUserName(String userName)
           
 void setVisible(Boolean visible)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ORDER_BY_COLUMNS

public static final String[] ORDER_BY_COLUMNS
Constructor Detail

AssetEntryQuery

public AssetEntryQuery()

AssetEntryQuery

public AssetEntryQuery(AssetEntryQuery assetEntryQuery)

AssetEntryQuery

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

AssetEntryQuery

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

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()

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

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

setAllTagIds

public void setAllTagIds(long[] allTagIds)

setAllTagIdsArray

public void setAllTagIdsArray(long[][] allTagIdsArray)

setAndOperator

public void setAndOperator(boolean andOperator)

setAnyCategoryIds

public void setAnyCategoryIds(long[] anyCategoryIds)

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

public void setKeywords(String keywords)

setLayout

public void setLayout(Layout layout)

setLinkedAssetEntryId

public void setLinkedAssetEntryId(long linkedAssetEntryId)

setListable

public void setListable(Boolean listable)

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(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

Liferay 7.0-ce-b4