org.jeinnov.jeitime.ui.projet
Class NomTacheUIBean

java.lang.Object
  extended by org.jeinnov.jeitime.ui.projet.NomTacheUIBean

public class NomTacheUIBean
extends java.lang.Object


Constructor Summary
NomTacheUIBean()
           
 
Method Summary
 void cancel()
           
 void create()
           
 void delete(javax.servlet.http.HttpServletRequest iRequest)
           
 java.util.List<NomTacheTO> getAllNomTache()
           
 java.util.List<TypeTacheTO> getAllTypeTache()
           
 int getIdNomTache()
           
 int getIdTypeTache()
           
 java.lang.String getNomTache()
           
 NomTacheTO getSelected()
           
 TypeTacheTO getTypeTache()
           
 boolean isEligible()
           
 boolean isInTache(int id)
           
 void load()
           
 void refresh()
           
 void select(javax.servlet.http.HttpServletRequest iRequest)
           
 void setAllNomTache(java.util.List<NomTacheTO> allNomTache)
           
 void setAllTypeTache(java.util.List<TypeTacheTO> allTypeTache)
           
 void setEligible(boolean eligible)
           
 void setIdNomTache(int idNomTache)
           
 void setIdTypeTache(int idTypeTache)
           
 void setNomTache(java.lang.String nomTache)
           
 void setSelected(NomTacheTO selected)
           
 void setTypeTache(TypeTacheTO typeTache)
           
 void update()
           
 java.lang.String verifGroupe(int idGroupe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NomTacheUIBean

public NomTacheUIBean()
Method Detail

load

public void load()

create

public void create()
            throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

update

public void update()
            throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

delete

public void delete(javax.servlet.http.HttpServletRequest iRequest)
            throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

verifGroupe

public java.lang.String verifGroupe(int idGroupe)

cancel

public void cancel()

refresh

public void refresh()

select

public void select(javax.servlet.http.HttpServletRequest iRequest)
            throws org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

isInTache

public boolean isInTache(int id)
                  throws ProjetException
Throws:
ProjetException

getAllNomTache

public java.util.List<NomTacheTO> getAllNomTache()

setAllNomTache

public void setAllNomTache(java.util.List<NomTacheTO> allNomTache)

getSelected

public NomTacheTO getSelected()

getIdNomTache

public int getIdNomTache()

setIdNomTache

public void setIdNomTache(int idNomTache)

getNomTache

public java.lang.String getNomTache()

setNomTache

public void setNomTache(java.lang.String nomTache)

getTypeTache

public TypeTacheTO getTypeTache()

setTypeTache

public void setTypeTache(TypeTacheTO typeTache)

getAllTypeTache

public java.util.List<TypeTacheTO> getAllTypeTache()

setAllTypeTache

public void setAllTypeTache(java.util.List<TypeTacheTO> allTypeTache)

getIdTypeTache

public int getIdTypeTache()

setIdTypeTache

public void setIdTypeTache(int idTypeTache)

setSelected

public void setSelected(NomTacheTO selected)

isEligible

public boolean isEligible()

setEligible

public void setEligible(boolean eligible)


Copyright © 2011. All Rights Reserved.