org.jeinnov.jeitime.ui.projet
Class TypeTacheUIBean

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

public class TypeTacheUIBean
extends java.lang.Object


Constructor Summary
TypeTacheUIBean()
           
 
Method Summary
 void ajouter()
           
 void ajoutTache(int idTypT)
           
 void cancel()
           
 void create()
           
 void delete(javax.servlet.http.HttpServletRequest iRequest)
           
 void deleteNT(javax.servlet.http.HttpServletRequest iRequest)
           
 java.util.List<NomTacheTO> getAlltache()
           
 java.util.List<TypeTacheTO> getAllTypTach()
           
 int getIdTypTach()
           
 java.lang.String getNomTache()
           
 java.lang.String getNomTypTach()
           
 TypeTacheTO getSelected()
           
 boolean isInTache(int id)
           
 boolean isInTacheNT(int id)
           
 void load()
           
 void refresh()
           
 void search(javax.servlet.http.HttpServletRequest iRequest)
           
 void select(javax.servlet.http.HttpServletRequest iRequest)
           
 void setAlltache(java.util.List<NomTacheTO> alltache)
           
 void setAllTypTach(java.util.List<TypeTacheTO> allTypTach)
           
 void setIdTypTach(int idTypTach)
           
 void setNomTache(java.lang.String nomTache)
           
 void setNomTypTach(java.lang.String nomTypTach)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTacheUIBean

public TypeTacheUIBean()
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

search

public void search(javax.servlet.http.HttpServletRequest iRequest)
            throws ProjetException
Throws:
ProjetException

ajoutTache

public void ajoutTache(int idTypT)
                throws ProjetException
Throws:
ProjetException

ajouter

public void ajouter()
             throws org.ow2.opensuit.core.error.IError,
                    ProjetException
Throws:
org.ow2.opensuit.core.error.IError
ProjetException

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 org.ow2.opensuit.core.error.IError
Throws:
org.ow2.opensuit.core.error.IError

isInTacheNT

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

deleteNT

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

getAllTypTach

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

setAllTypTach

public void setAllTypTach(java.util.List<TypeTacheTO> allTypTach)

getSelected

public TypeTacheTO getSelected()

getIdTypTach

public int getIdTypTach()

setIdTypTach

public void setIdTypTach(int idTypTach)

getNomTypTach

public java.lang.String getNomTypTach()

setNomTypTach

public void setNomTypTach(java.lang.String nomTypTach)

getAlltache

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

setAlltache

public void setAlltache(java.util.List<NomTacheTO> alltache)

getNomTache

public java.lang.String getNomTache()

setNomTache

public void setNomTache(java.lang.String nomTache)


Copyright © 2011. All Rights Reserved.