Class AssetEntryQuery
Object
com.liferay.asset.kernel.service.persistence.AssetEntryQuery
- Author:
- Brian Wing Shun Chan, Jorge Ferrer, Juan Fernández
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssetEntryQuery(long[] classNameIds, SearchContainer<?> searchContainer) AssetEntryQuery(AssetEntryQuery assetEntryQuery) AssetEntryQuery(String className, SearchContainer<?> searchContainer) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllTagIdsArray(long[] allTagsIds) voidaddNotAllTagIdsArray(long[] notAllTagsIds) static StringcheckOrderByCol(String orderByCol) static StringcheckOrderByType(String orderByType) long[]String[]long[]long[][]long[]String[]long[]getAttribute(String name) long[]long[]intgetEnd()long[]Deprecated.long[]long[]String[]long[]long[][]long[]String[]long[]intgetStart()getTitle()booleanbooleanbooleanvoidsetAllCategoryIds(long[] allCategoryIds) voidsetAllKeywords(String[] allKeywords) voidsetAllTagIds(long[] allTagIds) voidsetAllTagIdsArray(long[][] allTagIdsArray) voidsetAndOperator(boolean andOperator) voidsetAnyCategoryIds(long[] anyCategoryIds) voidsetAnyKeywords(String[] anyKeywords) voidsetAnyTagIds(long[] anyTagIds) voidsetAttribute(String name, Serializable value) voidsetAttributes(Map<String, Serializable> attributes) voidsetClassName(String className) voidsetClassNameIds(long[] classNameIds) voidsetClassTypeIds(long[] classTypeIds) voidsetDescription(String description) voidsetEnablePermissions(boolean enablePermissions) voidsetEnd(int end) voidsetExcludeZeroViewCount(boolean excludeZeroViewCount) voidsetExpirationDate(Date expirationDate) voidsetGroupIds(long[] groupIds) voidsetKeywords(String keywords) Deprecated.As of Athanasius (7.3.x), replaced bysetAllKeywords(String[])voidvoidsetLinkedAssetEntryIds(long[] linkedAssetEntryIds) voidsetListable(Boolean listable) voidsetNotAllCategoryIds(long[] notAllCategoryIds) voidsetNotAllKeywords(String[] notAllKeywords) voidsetNotAllTagIds(long[] notAllTagIds) voidsetNotAllTagIdsArray(long[][] notAllTagIdsArray) voidsetNotAnyCategoryIds(long[] notAnyCategoryIds) voidsetNotAnyKeywords(String[] notAnyKeywords) voidsetNotAnyTagIds(long[] notAnyTagIds) voidsetOrderByCol1(String orderByCol1) voidsetOrderByCol2(String orderByCol2) voidsetOrderByType1(String orderByType1) voidsetOrderByType2(String orderByType2) voidsetPaginationType(String paginationType) voidsetPublishDate(Date publishDate) voidsetStart(int start) voidvoidsetUserName(String userName) voidsetVisible(Boolean visible) toString()
-
Field Details
-
ORDER_BY_COLUMNS
-
-
Constructor Details
-
AssetEntryQuery
public AssetEntryQuery() -
AssetEntryQuery
-
AssetEntryQuery
-
AssetEntryQuery
-
-
Method Details
-
checkOrderByCol
-
checkOrderByType
-
addAllTagIdsArray
public void addAllTagIdsArray(long[] allTagsIds) -
addNotAllTagIdsArray
public void addNotAllTagIdsArray(long[] notAllTagsIds) -
getAllCategoryIds
public long[] getAllCategoryIds() -
getAllKeywords
-
getAllTagIds
public long[] getAllTagIds() -
getAllTagIdsArray
public long[][] getAllTagIdsArray() -
getAnyCategoryIds
public long[] getAnyCategoryIds() -
getAnyKeywords
-
getAnyTagIds
public long[] getAnyTagIds() -
getAttribute
-
getAttributes
-
getClassNameIds
public long[] getClassNameIds() -
getClassTypeIds
public long[] getClassTypeIds() -
getDescription
-
getEnd
public int getEnd() -
getExpirationDate
-
getGroupIds
public long[] getGroupIds() -
getKeywords
Deprecated.As of Athanasius (7.3.x), replaced bygetAllKeywords() -
getLayout
-
getLinkedAssetEntryIds
public long[] getLinkedAssetEntryIds() -
getNotAllCategoryIds
public long[] getNotAllCategoryIds() -
getNotAllKeywords
-
getNotAllTagIds
public long[] getNotAllTagIds() -
getNotAllTagIdsArray
public long[][] getNotAllTagIdsArray() -
getNotAnyCategoryIds
public long[] getNotAnyCategoryIds() -
getNotAnyKeywords
-
getNotAnyTagIds
public long[] getNotAnyTagIds() -
getOrderByCol1
-
getOrderByCol2
-
getOrderByType1
-
getOrderByType2
-
getPaginationType
-
getPublishDate
-
getStart
public int getStart() -
getTitle
-
getUserName
-
isAndOperator
public boolean isAndOperator() -
isEnablePermissions
public boolean isEnablePermissions() -
isExcludeZeroViewCount
public boolean isExcludeZeroViewCount() -
isListable
-
isVisible
-
setAllCategoryIds
public void setAllCategoryIds(long[] allCategoryIds) -
setAllKeywords
-
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
-
setAnyTagIds
public void setAnyTagIds(long[] anyTagIds) -
setAttribute
-
setAttributes
-
setClassName
-
setClassNameIds
public void setClassNameIds(long[] classNameIds) -
setClassTypeIds
public void setClassTypeIds(long[] classTypeIds) -
setDescription
-
setEnablePermissions
public void setEnablePermissions(boolean enablePermissions) -
setEnd
public void setEnd(int end) -
setExcludeZeroViewCount
public void setExcludeZeroViewCount(boolean excludeZeroViewCount) -
setExpirationDate
-
setGroupIds
public void setGroupIds(long[] groupIds) -
setKeywords
Deprecated.As of Athanasius (7.3.x), replaced bysetAllKeywords(String[]) -
setLayout
-
setLinkedAssetEntryIds
public void setLinkedAssetEntryIds(long[] linkedAssetEntryIds) -
setListable
-
setNotAllCategoryIds
public void setNotAllCategoryIds(long[] notAllCategoryIds) -
setNotAllKeywords
-
setNotAllTagIds
public void setNotAllTagIds(long[] notAllTagIds) -
setNotAllTagIdsArray
public void setNotAllTagIdsArray(long[][] notAllTagIdsArray) -
setNotAnyCategoryIds
public void setNotAnyCategoryIds(long[] notAnyCategoryIds) -
setNotAnyKeywords
-
setNotAnyTagIds
public void setNotAnyTagIds(long[] notAnyTagIds) -
setOrderByCol1
-
setOrderByCol2
-
setOrderByType1
-
setOrderByType2
-
setPaginationType
-
setPublishDate
-
setStart
public void setStart(int start) -
setTitle
-
setUserName
-
setVisible
-
toString
-
getAllKeywords()