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