public class ContentSearch extends java.lang.Object implements ContentSearchIf
Constructor and Description |
---|
ContentSearch()
Instantiates a ContentSearch object
|
ContentSearch(com.workingdogs.village.Record r,
KKCriteria c)
Instantiates the attributes of the ContentSearch 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.lang.String |
getDescriptionText() |
int |
getDescriptionTextRule() |
java.lang.Boolean |
getEnabled() |
int |
getExpressionId() |
int |
getLanguageId() |
int |
getObjectId() |
java.lang.String |
getSearchKey() |
int |
getSearchKeyRule() |
int |
getUpdatedBy() |
boolean |
isEvaluateExpressions() |
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 |
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 |
setEvaluateExpressions(boolean evaluateExpressions)
Set this to true to evaluate expressions on content.
|
void |
setExpressionId(int expressionId) |
void |
setLanguageId(int languageId) |
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() |
public ContentSearch()
public ContentSearch(com.workingdogs.village.Record r, 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()
getContentId
in interface ContentSearchIf
public void setContentId(int contentId)
setContentId
in interface ContentSearchIf
contentId
- the contentId to setpublic int getContentTypeId()
getContentTypeId
in interface ContentSearchIf
public void setContentTypeId(int contentTypeId)
setContentTypeId
in interface ContentSearchIf
contentTypeId
- the contentTypeId to setpublic int getObjectId()
getObjectId
in interface ContentSearchIf
public void setObjectId(int objectId)
setObjectId
in interface ContentSearchIf
objectId
- the objectId to setpublic java.lang.String getClickUrl()
getClickUrl
in interface ContentSearchIf
public void setClickUrl(java.lang.String clickUrl)
setClickUrl
in interface ContentSearchIf
clickUrl
- the clickUrl to setpublic int getClickUrlRule()
getClickUrlRule
in interface ContentSearchIf
public void setClickUrlRule(int clickUrlRule)
setClickUrlRule
in interface ContentSearchIf
clickUrlRule
- the clickUrlRule to setpublic java.lang.Boolean getEnabled()
getEnabled
in interface ContentSearchIf
public void setEnabled(java.lang.Boolean enabled)
setEnabled
in interface ContentSearchIf
enabled
- the enabled to setpublic int getExpressionId()
getExpressionId
in interface ContentSearchIf
public void setExpressionId(int expressionId)
setExpressionId
in interface ContentSearchIf
expressionId
- the expressionId to setpublic java.lang.String getCustom1()
getCustom1
in interface ContentSearchIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface ContentSearchIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface ContentSearchIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface ContentSearchIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface ContentSearchIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface ContentSearchIf
custom3
- the custom3 to setpublic java.lang.String getCustom4()
getCustom4
in interface ContentSearchIf
public void setCustom4(java.lang.String custom4)
setCustom4
in interface ContentSearchIf
custom4
- the custom4 to setpublic int getCustom1Rule()
getCustom1Rule
in interface ContentSearchIf
public void setCustom1Rule(int custom1Rule)
setCustom1Rule
in interface ContentSearchIf
custom1Rule
- the custom1Rule to setpublic int getCustom2Rule()
getCustom2Rule
in interface ContentSearchIf
public void setCustom2Rule(int custom2Rule)
setCustom2Rule
in interface ContentSearchIf
custom2Rule
- the custom2Rule to setpublic int getCustom3Rule()
getCustom3Rule
in interface ContentSearchIf
public void setCustom3Rule(int custom3Rule)
setCustom3Rule
in interface ContentSearchIf
custom3Rule
- the custom3Rule to setpublic int getCustom4Rule()
getCustom4Rule
in interface ContentSearchIf
public void setCustom4Rule(int custom4Rule)
setCustom4Rule
in interface ContentSearchIf
custom4Rule
- the custom4Rule to setpublic int getUpdatedBy()
getUpdatedBy
in interface ContentSearchIf
public void setUpdatedBy(int updatedBy)
setUpdatedBy
in interface ContentSearchIf
updatedBy
- the updatedBy to setpublic java.lang.String getDescriptionText()
getDescriptionText
in interface ContentSearchIf
public void setDescriptionText(java.lang.String descriptionText)
setDescriptionText
in interface ContentSearchIf
descriptionText
- the descriptionText to setpublic int getDescriptionTextRule()
getDescriptionTextRule
in interface ContentSearchIf
public void setDescriptionTextRule(int descriptionTextRule)
setDescriptionTextRule
in interface ContentSearchIf
descriptionTextRule
- the descriptionTextRule to setpublic boolean isRetrieveDescriptions()
isRetrieveDescriptions
in interface ContentSearchIf
public void setRetrieveDescriptions(boolean retrieveDescriptions)
setRetrieveDescriptions
in interface ContentSearchIf
retrieveDescriptions
- the retrieveDescriptions to setpublic void setLanguageId(int languageId)
setLanguageId
in interface ContentSearchIf
languageId
- the languageId to setpublic int getLanguageId()
getLanguageId
in interface ContentSearchIf
public boolean isEvaluateExpressions()
isEvaluateExpressions
in interface ContentSearchIf
public void setEvaluateExpressions(boolean evaluateExpressions)
ContentSearchIf
setEvaluateExpressions
in interface ContentSearchIf
evaluateExpressions
- the evaluateExpressions to setpublic java.lang.String getSearchKey()
getSearchKey
in interface ContentSearchIf
public void setSearchKey(java.lang.String searchKey)
setSearchKey
in interface ContentSearchIf
searchKey
- the searchKey to setpublic int getSearchKeyRule()
getSearchKeyRule
in interface ContentSearchIf
public void setSearchKeyRule(int searchKeyRule)
setSearchKeyRule
in interface ContentSearchIf
searchKeyRule
- the searchKeyRule to setCopyright © 2018 DS Data Systems UK Ltd.