|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.mailinglist.MailingListFilter
public class MailingListFilter
MailingListFilter
Constructor Summary | |
---|---|
MailingListFilter()
Instantiates a new mailing list filter. |
|
MailingListFilter(MailingListFilter filter)
Instantiates a new mailing list filter. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailingListFilter()
public MailingListFilter(MailingListFilter filter)
filter
- the filterMethod Detail |
---|
public 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 sql
public void setFilterValues(DAOUtil daoUtil)
daoUtil
- the new filter values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |