public class AdminContentSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clickUrl
Click URL
|
private int |
clickUrlRule
Click URL Rule
|
private int |
contentId
Content id
|
private int |
contentTypeId
Content Type Id
|
private java.lang.String |
custom1
custom1
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private int |
custom2Rule
custom2 Rule
|
private java.lang.String |
custom3
custom3
|
private int |
custom3Rule
custom3 Rule
|
private java.lang.String |
custom4
custom4
|
private int |
custom4Rule
custom4 Rule
|
private java.util.Date |
dateFrom
Date from
|
private int |
dateFromRule
dateFrom Rule
|
private java.util.Date |
dateTo
Date from
|
private int |
dateToRule
dateTo Rule
|
private java.lang.String |
descriptionText
description text - search for records containing this text in any of the following
AdminContentDescription fields: name1, name2, name3, name4, title, and content.
|
private int |
descriptionTextRule
descriptionText Rule
|
private java.lang.Boolean |
enabled
enabled (if null, enabled and disabled records returned; if True only enabled records
returned; if False only disabled records returned)
|
private int |
expressionId
expression Id
|
private int |
objectId
Object Id
|
private boolean |
retrieveDescriptions
retrieve descriptions as well
|
private java.lang.String |
searchKey
Search Key text - search for records containing this text - can be used to find content
applicable to a certain subset - such as for a certain category.
|
private int |
searchKeyRule
Search Key Rule
|
private int |
updatedBy
updatedBy
|
Constructor and Description |
---|
AdminContentSearch()
Instantiates an AdminContentSearch object - a requirement for a bean class
|
AdminContentSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminContentSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClickUrl() |
int |
getClickUrlRule()
The rule for the search.
|
int |
getContentId() |
int |
getContentTypeId() |
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The rule for the search.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The rule for the search.
|
java.lang.String |
getCustom3() |
int |
getCustom3Rule()
The rule for the search.
|
java.lang.String |
getCustom4() |
int |
getCustom4Rule()
The rule for the search.
|
java.util.Date |
getDateFrom() |
int |
getDateFromRule()
The rule for the search.
|
java.util.Date |
getDateTo() |
int |
getDateToRule()
The rule for the search.
|
java.lang.String |
getDescriptionText() |
int |
getDescriptionTextRule() |
java.lang.Boolean |
getEnabled() |
int |
getExpressionId() |
int |
getObjectId() |
java.lang.String |
getSearchKey() |
int |
getSearchKeyRule() |
int |
getUpdatedBy() |
boolean |
isRetrieveDescriptions() |
void |
setClickUrl(java.lang.String clickUrl) |
void |
setClickUrlRule(int clickUrlRule)
The rule for the search.
|
void |
setContentId(int contentId) |
void |
setContentTypeId(int contentTypeId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1Rule(int custom1Rule)
The rule for the search.
|
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2Rule(int custom2Rule)
The rule for the search.
|
void |
setCustom3(java.lang.String custom3) |
void |
setCustom3Rule(int custom3Rule)
The rule for the search.
|
void |
setCustom4(java.lang.String custom4) |
void |
setCustom4Rule(int custom4Rule)
The rule for the search.
|
void |
setDateFrom(java.util.Date dateFrom) |
void |
setDateFromRule(int dateFromRule)
The rule for the search.
|
void |
setDateTo(java.util.Date dateTo) |
void |
setDateToRule(int dateToRule)
The rule for the search.
|
void |
setDescriptionText(java.lang.String descriptionText)
Search for records containing this text in any of the following AdminContentDescription
fields: name1, name2, name3, name4, title, and content.
|
void |
setDescriptionTextRule(int descriptionTextRule)
Search for records containing this text in any of the ContentDescription fields (such as
name1, name2, title, content fields).
|
void |
setEnabled(java.lang.Boolean enabled) |
void |
setExpressionId(int expressionId) |
void |
setObjectId(int objectId) |
void |
setRetrieveDescriptions(boolean retrieveDescriptions) |
void |
setSearchKey(java.lang.String searchKey) |
void |
setSearchKeyRule(int searchKeyRule) |
void |
setUpdatedBy(int updatedBy) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int contentId
private int contentTypeId
private int objectId
private java.lang.String clickUrl
private int clickUrlRule
private java.util.Date dateFrom
private int dateFromRule
private java.util.Date dateTo
private int dateToRule
private java.lang.Boolean enabled
private int expressionId
private java.lang.String descriptionText
private int descriptionTextRule
private java.lang.String searchKey
private int searchKeyRule
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private java.lang.String custom3
private int custom3Rule
private java.lang.String custom4
private int custom4Rule
private int updatedBy
private boolean retrieveDescriptions
public AdminContentSearch()
public AdminContentSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getContentId()
public void setContentId(int contentId)
contentId
- the contentId to setpublic int getContentTypeId()
public void setContentTypeId(int contentTypeId)
contentTypeId
- the contentTypeId to setpublic int getObjectId()
public void setObjectId(int objectId)
objectId
- the objectId to setpublic java.lang.String getClickUrl()
public void setClickUrl(java.lang.String clickUrl)
clickUrl
- the clickUrl to setpublic int getClickUrlRule()
public void setClickUrlRule(int clickUrlRule)
clickUrlRule
- the clickUrlRule to setpublic java.util.Date getDateFrom()
public void setDateFrom(java.util.Date dateFrom)
dateFrom
- the dateFrom to setpublic int getDateFromRule()
public void setDateFromRule(int dateFromRule)
dateFromRule
- the dateFromRule to setpublic java.util.Date getDateTo()
public void setDateTo(java.util.Date dateTo)
dateTo
- the dateTo to setpublic int getDateToRule()
public void setDateToRule(int dateToRule)
dateToRule
- the dateToRule to setpublic java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- the enabled to setpublic int getExpressionId()
public void setExpressionId(int expressionId)
expressionId
- the expressionId to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic int getCustom3Rule()
public void setCustom3Rule(int custom3Rule)
custom3Rule
- the custom3Rule to setpublic int getCustom4Rule()
public void setCustom4Rule(int custom4Rule)
custom4Rule
- the custom4Rule to setpublic int getUpdatedBy()
public void setUpdatedBy(int updatedBy)
updatedBy
- the updatedBy to setpublic java.lang.String getDescriptionText()
public void setDescriptionText(java.lang.String descriptionText)
descriptionText
- the descriptionText to setpublic int getDescriptionTextRule()
public void setDescriptionTextRule(int descriptionTextRule)
descriptionTextRule
- the descriptionTextRule to setpublic boolean isRetrieveDescriptions()
public void setRetrieveDescriptions(boolean retrieveDescriptions)
retrieveDescriptions
- the retrieveDescriptions to setpublic java.lang.String getSearchKey()
public void setSearchKey(java.lang.String searchKey)
searchKey
- the searchKey to setpublic int getSearchKeyRule()
public void setSearchKeyRule(int searchKeyRule)
searchKeyRule
- the searchKeyRule to setCopyright © 2018 DS Data Systems UK Ltd.