Package org.javlo.user
Class UserEditFilter
- java.lang.Object
-
- org.javlo.user.UserEditFilter
-
- All Implemented Interfaces:
Serializable
public class UserEditFilter extends Object implements Serializable
- Author:
- pvandermaesen this class represant the filter of the user list.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserEditFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFieldContain(String fieldName, String contain)
String
getFieldContain(String fieldName)
boolean
match(IUserInfo userInfos)
-