|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.models.remotefileselector2.RemoteFileSearchAttributes
public class RemoteFileSearchAttributes
RemoteFileSearchAttributes defines the information necessary to specify a RemoteFileSelector search.
Field Summary | |
---|---|
static java.lang.String |
CREATED_DATE
used to specify the created date when searching on datetime values |
static java.lang.String |
MODIFIED_DATE
used to specify the modified date when searching on datetime values |
Constructor Summary | |
---|---|
RemoteFileSearchAttributes()
|
Method Summary | |
---|---|
java.lang.String |
getDateSearchType()
Returns the currently set date type to be used for searching. |
java.util.Date |
getEndingDate()
Returns the currently set value of the ending date range. |
boolean |
getRecursive()
Returns the current setting of the recursive search flag. |
java.lang.String |
getSearchContext()
Returns the currently set search column. |
java.lang.String |
getSearchText()
Returns the currently set search text item. |
java.util.Date |
getStartingDate()
Returns the currently set value of the starting date range. |
java.lang.String |
getStartingPath()
Returns the currently set search starting location |
void |
setDateRange(java.util.Date startingDate,
java.util.Date endingDate)
Specifies the starting and ending date of the range to be searched |
void |
setDateSearchType(java.lang.String dateType)
Allows configuration of created vs. modified dates used when searching for datetime values |
void |
setRecursive(boolean recursive)
Allows specification of whether the search should recursively search sub folders. |
void |
setSearchContext(java.lang.String searchContext)
Allows setting of the column that is to be searched. |
void |
setSearchText(java.lang.String searchText)
Allows setting of the text string to be searched. |
void |
setStartingPath(java.lang.String path)
Allows specification of the search starting location. |
Field Detail |
---|
public static final java.lang.String MODIFIED_DATE
public static final java.lang.String CREATED_DATE
Constructor Detail |
---|
public RemoteFileSearchAttributes()
Method Detail |
---|
public void setSearchText(java.lang.String searchText)
searchText
- the text item to be searchedpublic java.lang.String getSearchText()
public void setSearchContext(java.lang.String searchContext)
searchContext
- the column identifierpublic java.lang.String getSearchContext()
public void setRecursive(boolean recursive)
recursive
- specifies whether to search recursivelypublic boolean getRecursive()
public void setStartingPath(java.lang.String path)
path
- the search starting locationpublic java.lang.String getStartingPath()
public void setDateRange(java.util.Date startingDate, java.util.Date endingDate)
startingDate
- the starting point of the rangeendingDate
- the ending point of the rangepublic java.util.Date getStartingDate()
public java.util.Date getEndingDate()
public void setDateSearchType(java.lang.String dateType)
dateType
- the date typepublic java.lang.String getDateSearchType()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |