类 CmsContentSearchQuery

java.lang.Object
com.publiccms.views.pojo.query.CmsContentSearchQuery
所有已实现的接口:
Serializable

public class CmsContentSearchQuery extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • siteId

      private Short siteId
    • projection

      private boolean projection
    • phrase

      private boolean phrase
    • highLighterQuery

      private HighLighterQuery highLighterQuery
    • text

      private String text
    • exclude

      private String exclude
    • fields

      private String[] fields
    • tagIds

      private Long[] tagIds
    • userId

      private Long userId
    • parentId

      private Long parentId
    • categoryId

      private Integer categoryId
    • categoryIds

      private Integer[] categoryIds
    • modelIds

      private String[] modelIds
    • extendsValues

      private String[] extendsValues
    • dictionaryValues

      private String[] dictionaryValues
    • dictionaryUnion

      private Boolean dictionaryUnion
    • startPublishDate

      @DateTimeFormat(pattern="yyyy-MM-dd") private Date startPublishDate
    • endPublishDate

      @DateTimeFormat(pattern="yyyy-MM-dd") private Date endPublishDate
    • expiryDate

      @DateTimeFormat(pattern="yyyy-MM-dd") private Date expiryDate
  • 构造器详细资料

  • 方法详细资料

    • getSiteId

      public Short getSiteId()
      返回:
      the siteId
    • setSiteId

      public void setSiteId(Short siteId)
      参数:
      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

      public HighLighterQuery getHighLighterQuery()
      返回:
      the highLighterQuery
    • setHighLighterQuery

      public void setHighLighterQuery(HighLighterQuery highLighterQuery)
      参数:
      highLighterQuery - the highLighterQuery to set
    • getText

      public String getText()
      返回:
      the text
    • setText

      public void setText(String text)
      参数:
      text - the text to set
    • getExclude

      public String getExclude()
      返回:
      the exclude
    • setExclude

      public void setExclude(String exclude)
      参数:
      exclude - the exclude to set
    • getFields

      public String[] getFields()
      返回:
      the fields
    • setFields

      public void setFields(String[] fields)
      参数:
      fields - the fields to set
    • getTagIds

      public Long[] getTagIds()
      返回:
      the tagIds
    • setTagIds

      public void setTagIds(Long[] tagIds)
      参数:
      tagIds - the tagIds to set
    • getUserId

      public Long getUserId()
      返回:
      the userId
    • setUserId

      public void setUserId(Long userId)
      参数:
      userId - the userId to set
    • getParentId

      public Long getParentId()
      返回:
      the parentId
    • setParentId

      public void setParentId(Long parentId)
      参数:
      parentId - the parentId to set
    • getCategoryId

      public Integer getCategoryId()
      返回:
      the categoryId
    • setCategoryId

      public void setCategoryId(Integer categoryId)
      参数:
      categoryId - the categoryId to set
    • getCategoryIds

      public Integer[] getCategoryIds()
      返回:
      the categoryIds
    • setCategoryIds

      public void setCategoryIds(Integer[] categoryIds)
      参数:
      categoryIds - the categoryIds to set
    • getModelIds

      public String[] getModelIds()
      返回:
      the modelIds
    • setModelIds

      public void setModelIds(String[] modelIds)
      参数:
      modelIds - the modelIds to set
    • getExtendsValues

      public String[] getExtendsValues()
      返回:
      the extendsValues
    • setExtendsValues

      public void setExtendsValues(String[] extendsValues)
      参数:
      extendsValues - the extendsValues to set
    • getDictionaryValues

      public String[] getDictionaryValues()
      返回:
      the dictionaryValues
    • setDictionaryValues

      public void setDictionaryValues(String[] dictionaryValues)
      参数:
      dictionaryValues - the dictionaryValues to set
    • getDictionaryUnion

      public Boolean getDictionaryUnion()
      返回:
      the dictionaryUnion
    • setDictionaryUnion

      public void setDictionaryUnion(Boolean dictionaryUnion)
      参数:
      dictionaryUnion - the dictionaryUnion to set
    • getStartPublishDate

      public Date getStartPublishDate()
      返回:
      the startPublishDate
    • setStartPublishDate

      public void setStartPublishDate(Date startPublishDate)
      参数:
      startPublishDate - the startPublishDate to set
    • getEndPublishDate

      public Date getEndPublishDate()
      返回:
      the endPublishDate
    • setEndPublishDate

      public void setEndPublishDate(Date endPublishDate)
      参数:
      endPublishDate - the endPublishDate to set
    • getExpiryDate

      public Date getExpiryDate()
      返回:
      the expiryDate
    • setExpiryDate

      public void setExpiryDate(Date expiryDate)
      参数:
      expiryDate - the expiryDate to set
    • getSerialversionuid

      public static long getSerialversionuid()
      返回:
      the serialversionuid