org.orange.kicsa.presentation.view
Class SkillForm

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

public class SkillForm
extends ActionForm
implements Serializable

Struts Skill edition (create, update) form

Author:
Jérôme Beau
Version: 0.1, Initial
Stereotype command
testcase test.org.orange.kicsa.presentation.view.TestSkillForm

Constructor Summary
SkillForm()
          Constructeur par défaut.

Method Summary
 SortedMapgetAbilities()
          Employees that have abilities for this skill.
 CollectiongetOwners()
           
 CollectiongetRelationships()
           
 SkillgetSkill()
           
 voidreset(ActionMapping someMapping, HttpServletRequest someServletRequest)
           
 voidsetAbilities(SortedMap abilities)
          Employees that have abilities for this skill.
 voidsetOwners(Collection someOwners)
           
 voidsetRelationships(Collection someRelationships)
           
 voidsetSkill(Skill someSkill)
           
 StringtoString()
           
 ActionErrorsvalidate(ActionMapping mapping, HttpServletRequest servletRequest)
          Valide le formulaire

Constructor Detail

SkillForm

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

getAbilities

public SortedMap getAbilities()
Employees that have abilities for this skill.
Used for skill details view.

getOwners

public Collection getOwners()

getRelationships

public Collection getRelationships()

getSkill

public Skill getSkill()

reset

public void reset(ActionMapping someMapping, HttpServletRequest someServletRequest)

setAbilities

public void setAbilities(SortedMap abilities)
Employees that have abilities for this skill.
Used for skill details view.

setOwners

public void setOwners(Collection someOwners)

setRelationships

public void setRelationships(Collection someRelationships)

setSkill

public void setSkill(Skill someSkill)

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

associates <{Employee}>

to Class org.orange.kicsa.business.skill.Relationship

associates <{Relationship}>

to Class org.orange.kicsa.business.skill.Skill

to Class java.util.SortedMap

Employees that have abilities for this skill.
Used for skill details view.

Dependency Links

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

to Class java.io.Serializable

to Class java.lang.Class

to Class org.orange.kicsa.business.skill.Skill

to Class javax.servlet.http.HttpServletRequest

to Class java.lang.Object

to Class java.util.Iterator

to Class org.orange.kicsa.business.skill.Relationship

to Class java.util.Collection

to Class java.lang.String

to Class java.util.SortedMap

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

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.skill

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

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