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 TypeMethodDescriptionvoid
addAllTagIdsArray
(long[] allTagsIds) void
addNotAllTagIdsArray
(long[] notAllTagsIds) static String
checkOrderByCol
(String orderByCol) static String
checkOrderByType
(String orderByType) long[]
String[]
long[]
long[][]
long[]
String[]
long[]
getAttribute
(String name) long[]
long[]
int
getEnd()
long[]
Deprecated.long[]
long[]
String[]
long[]
long[][]
long[]
String[]
long[]
int
getStart()
getTitle()
boolean
boolean
boolean
void
setAllCategoryIds
(long[] allCategoryIds) void
setAllKeywords
(String[] allKeywords) void
setAllTagIds
(long[] allTagIds) void
setAllTagIdsArray
(long[][] allTagIdsArray) void
setAndOperator
(boolean andOperator) void
setAnyCategoryIds
(long[] anyCategoryIds) void
setAnyKeywords
(String[] anyKeywords) 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) Deprecated.As of Athanasius (7.3.x), replaced bysetAllKeywords(String[])
void
void
setLinkedAssetEntryIds
(long[] linkedAssetEntryIds) void
setListable
(Boolean listable) void
setNotAllCategoryIds
(long[] notAllCategoryIds) void
setNotAllKeywords
(String[] notAllKeywords) void
setNotAllTagIds
(long[] notAllTagIds) void
setNotAllTagIdsArray
(long[][] notAllTagIdsArray) void
setNotAnyCategoryIds
(long[] notAnyCategoryIds) void
setNotAnyKeywords
(String[] notAnyKeywords) 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
void
setUserName
(String userName) void
setVisible
(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()