Package de.xima.fc.gui.bean.user
Class ClientAuthorizationDialogBean
- java.lang.Object
 - 
- de.xima.fc.gui.bean.user.ClientAuthorizationDialogBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class ClientAuthorizationDialogBean extends Object implements Serializable
Bean extendingClientAuthorizationBeanfor handling of dialog validate()- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClientAuthorizationDialogBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)Validate method to check primary mail input, here since client is needed 
 - 
 
- 
- 
Method Detail
- 
validate
public void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) throws javax.faces.validator.ValidatorExceptionValidate method to check primary mail input, here since client is needed- Parameters:
 context- the FacesContextcomponent- the UIComponentvalue- the currently input value- Throws:
 javax.faces.validator.ValidatorException- if empty, pattern mismatch or unique key constraint (client.id + usermail.address)
 
 - 
 
 -