public interface IFieldAgentUserDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE
The Constant BEAN_SERVICE.
|
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
|
static final String BEAN_SERVICE
int getSearchLimit()
boolean isValidEmail(String strEmail)
strEmail
- the email to checkList<FieldAgentUser> findFieldAgentUser(String strLastname, String strEmail, String strEntity)
strLastname
- lastname to searchstrEmail
- email to searchstrEntity
- entity attribut to searchCopyright © 2016 City of Paris. All rights reserved.