public class MailingListFilter extends Object implements Serializable
Constructor and Description |
---|
MailingListFilter()
Instantiates a new mailing list filter.
|
MailingListFilter(MailingListFilter filter)
Instantiates a new mailing list filter.
|
Modifier and Type | Method and Description |
---|---|
String |
buildSQLQuery(String strSQL)
Builds the sql query.
|
boolean |
containsDescription()
Contains description.
|
boolean |
containsName()
Contains name.
|
boolean |
containsWorkgroup()
Contains workgroup.
|
String |
getDescription()
Returns the Description
|
String |
getName()
Returns the Name
|
String |
getWorkgroup()
Returns the Workgroup
|
boolean |
isWideSearch()
Return true if the search is wide, false otherwise
|
void |
setDescription(String strDescription)
Sets the Description
|
void |
setFilterValues(DAOUtil daoUtil)
Sets the filter values.
|
void |
setName(String strName)
Sets the Name
|
void |
setWideSearch(boolean isWideSearch)
Set true if the search is wide, false otherwise
|
void |
setWorkgroup(String strWorkgroup)
Sets the Workgroup
|
public MailingListFilter()
public MailingListFilter(MailingListFilter filter)
filter
- the filterpublic String getName()
public void setName(String strName)
strName
- The Namepublic boolean containsName()
public String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic boolean containsDescription()
public String getWorkgroup()
public void setWorkgroup(String strWorkgroup)
strWorkgroup
- The Workgrouppublic boolean containsWorkgroup()
public void setWideSearch(boolean isWideSearch)
isWideSearch
- true if the search is wide, false otherwisepublic boolean isWideSearch()
public String buildSQLQuery(String strSQL)
strSQL
- the str sqlpublic void setFilterValues(DAOUtil daoUtil)
daoUtil
- the new filter valuesCopyright © 2020 City of Paris. All rights reserved.