类 CmsContentSearchQuery
java.lang.Object
com.publiccms.views.pojo.query.CmsContentSearchQuery
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private Integerprivate Integer[]private Booleanprivate String[]private Dateprivate Stringprivate Dateprivate String[]private String[]private HighLighterQueryprivate String[]private Longprivate booleanprivate booleanprivate static final longprivate Shortprivate Dateprivate Long[]private Stringprivate Long -
构造器概要
构造器构造器说明CmsContentSearchQuery(Short siteId, boolean projection, boolean phrase, HighLighterQuery highLighterQuery, String text, String exclude, String[] fields, Long[] tagIds, Long userId, Long parentId, Integer categoryId, Integer[] categoryIds, String[] modelIds, String[] extendsValues, String[] dictionaryValues, Boolean dictionaryUnion, Date startPublishDate, Date endPublishDate, Date expiryDate) -
方法概要
修饰符和类型方法说明Integer[]String[]String[]String[]String[]static longLong[]getText()booleanisPhrase()booleanvoidsetCategoryId(Integer categoryId) voidsetCategoryIds(Integer[] categoryIds) voidsetDictionaryUnion(Boolean dictionaryUnion) voidsetDictionaryValues(String[] dictionaryValues) voidsetEndPublishDate(Date endPublishDate) voidsetExclude(String exclude) voidsetExpiryDate(Date expiryDate) voidsetExtendsValues(String[] extendsValues) voidvoidsetHighLighterQuery(HighLighterQuery highLighterQuery) voidsetModelIds(String[] modelIds) voidsetParentId(Long parentId) voidsetPhrase(boolean phrase) voidsetProjection(boolean projection) voidvoidsetStartPublishDate(Date startPublishDate) voidvoidvoid
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
siteId
-
projection
private boolean projection -
phrase
private boolean phrase -
highLighterQuery
-
text
-
exclude
-
fields
-
tagIds
-
userId
-
parentId
-
categoryId
-
categoryIds
-
modelIds
-
extendsValues
-
dictionaryValues
-
dictionaryUnion
-
startPublishDate
-
endPublishDate
-
expiryDate
-
-
构造器详细资料
-
CmsContentSearchQuery
public CmsContentSearchQuery() -
CmsContentSearchQuery
public CmsContentSearchQuery(Short siteId, boolean projection, boolean phrase, HighLighterQuery highLighterQuery, String text, String exclude, String[] fields, Long[] tagIds, Long userId, Long parentId, Integer categoryId, Integer[] categoryIds, String[] modelIds, String[] extendsValues, String[] dictionaryValues, Boolean dictionaryUnion, Date startPublishDate, Date endPublishDate, Date expiryDate)
-
-
方法详细资料
-
getSiteId
- 返回:
- the siteId
-
setSiteId
- 参数:
siteId- the siteId to set
-
isProjection
public boolean isProjection()- 返回:
- the projection
-
setProjection
public void setProjection(boolean projection) - 参数:
projection- the projection to set
-
isPhrase
public boolean isPhrase()- 返回:
- the phrase
-
setPhrase
public void setPhrase(boolean phrase) - 参数:
phrase- the phrase to set
-
getHighLighterQuery
- 返回:
- the highLighterQuery
-
setHighLighterQuery
- 参数:
highLighterQuery- the highLighterQuery to set
-
getText
- 返回:
- the text
-
setText
- 参数:
text- the text to set
-
getExclude
- 返回:
- the exclude
-
setExclude
- 参数:
exclude- the exclude to set
-
getFields
- 返回:
- the fields
-
setFields
- 参数:
fields- the fields to set
-
getTagIds
- 返回:
- the tagIds
-
setTagIds
- 参数:
tagIds- the tagIds to set
-
getUserId
- 返回:
- the userId
-
setUserId
- 参数:
userId- the userId to set
-
getParentId
- 返回:
- the parentId
-
setParentId
- 参数:
parentId- the parentId to set
-
getCategoryId
- 返回:
- the categoryId
-
setCategoryId
- 参数:
categoryId- the categoryId to set
-
getCategoryIds
- 返回:
- the categoryIds
-
setCategoryIds
- 参数:
categoryIds- the categoryIds to set
-
getModelIds
- 返回:
- the modelIds
-
setModelIds
- 参数:
modelIds- the modelIds to set
-
getExtendsValues
- 返回:
- the extendsValues
-
setExtendsValues
- 参数:
extendsValues- the extendsValues to set
-
getDictionaryValues
- 返回:
- the dictionaryValues
-
setDictionaryValues
- 参数:
dictionaryValues- the dictionaryValues to set
-
getDictionaryUnion
- 返回:
- the dictionaryUnion
-
setDictionaryUnion
- 参数:
dictionaryUnion- the dictionaryUnion to set
-
getStartPublishDate
- 返回:
- the startPublishDate
-
setStartPublishDate
- 参数:
startPublishDate- the startPublishDate to set
-
getEndPublishDate
- 返回:
- the endPublishDate
-
setEndPublishDate
- 参数:
endPublishDate- the endPublishDate to set
-
getExpiryDate
- 返回:
- the expiryDate
-
setExpiryDate
- 参数:
expiryDate- the expiryDate to set
-
getSerialversionuid
public static long getSerialversionuid()- 返回:
- the serialversionuid
-