org.orange.kicsa.presentation.view
Class EmployeeSearchForm

|
+--org.orange.kicsa.presentation.view.EmployeeSearchForm

public class EmployeeSearchForm
extends ActionForm
implements Serializable

Author:
Jérôme Beau pour Orange (c) 2002
Version: 0.1, Initiale
Stereotype command
testcase <{test.org.orange.kicsa.presentation.view.TestSkillForm}>

Constructor Summary
EmployeeSearchForm()
          Constructeur par défaut.

Method Summary
 CollectiongetAbilities()
           
 EmployeegetEmployee()
           
 voidsetAbilities(Collection abilities)
           
 voidsetEmployee(Employee employee)
           
 StringtoString()
           
 ActionErrorsvalidate(ActionMapping mapping, HttpServletRequest servletRequest)
          Valide le formulaire

Constructor Detail

EmployeeSearchForm

public EmployeeSearchForm()
Constructeur par défaut.
Obligatoire pour que Struts puisse instancier le formulaire.
Method Detail

getAbilities

public Collection getAbilities()

getEmployee

public Employee getEmployee()

setAbilities

public void setAbilities(Collection abilities)

setEmployee

public void setEmployee(Employee employee)

toString

public String toString()

validate

public ActionErrors validate(ActionMapping mapping, HttpServletRequest servletRequest)
Valide le formulaire
Returns: Les erreurs de saisie éventuelles

Association Links

to Class org.orange.kicsa.business.employee.Employee

to Class org.orange.kicsa.business.employee.Employee

associates <{Employee}>

Dependency Links

to Class test.org.orange.kicsa.presentation.view.TestSkillForm

to Class java.io.Serializable

to Class org.orange.kicsa.business.employee.EmployeeImpl

to Class java.util.Date

to Class javax.servlet.http.HttpServletRequest

to Class java.lang.Object

to Class java.lang.String

to Class org.orange.kicsa.business.employee.Employee

to Class java.util.Collection

to Class java.lang.Class

to Class Diagram test.org.orange.kicsa.presentation.view

to Class Diagram test.org.orange.kicsa.presentation

to Class Diagram test.org.orange.kicsa

to Class Diagram test.org.orange

to Class Diagram test.org

to Class Diagram test

to Class Diagram <default>

to Class Diagram org.orange.kicsa.business.employee

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org