public class FieldAgentUserDAO extends Object implements IFieldAgentUserDAO
BEAN_SERVICE
Constructor and Description |
---|
FieldAgentUserDAO() |
Modifier and Type | Method and Description |
---|---|
List<FieldAgentUser> |
findFieldAgentUser(String strLastname,
String strEmail,
String strEntity)
return list of FieldAgentUser which match the filter
|
int |
getSearchLimit() |
boolean |
isValidEmail(String strEmail)
Check if email is a valid email for FieldAgent
|
public int getSearchLimit()
getSearchLimit
in interface IFieldAgentUserDAO
public boolean isValidEmail(String strEmail)
isValidEmail
in interface IFieldAgentUserDAO
strEmail
- the email to checkpublic List<FieldAgentUser> findFieldAgentUser(String strLastname, String strEmail, String strEntity)
findFieldAgentUser
in interface IFieldAgentUserDAO
strLastname
- lastname to searchstrEmail
- email to searchstrEntity
- entity attribut to searchCopyright © 2016 City of Paris. All rights reserved.