Class SkillAction

All Implemented Interfaces:
Serializable, Action, ValidationAware, LocaleProvider, Preparable, TextProvider, Validateable

public class SkillAction extends AbstractCRUDAction implements Preparable
SkillAction.
See Also:
  • Constructor Details

    • SkillAction

      public SkillAction()
  • Method Details

    • prepare

      public void prepare() throws Exception
      This method is called to allow the action to prepare itself.
      Specified by:
      prepare in interface Preparable
      Throws:
      Exception - thrown if a system level exception occurs.
    • save

      public String save() throws Exception
      Throws:
      Exception
    • getSkillName

      public String getSkillName()
    • setSkillName

      public void setSkillName(String skillName)
    • getDao

      protected Dao getDao()
      Specified by:
      getDao in class AbstractCRUDAction
    • getCurrentSkill

      public Skill getCurrentSkill()
    • setCurrentSkill

      public void setCurrentSkill(Skill currentSkill)