org.jeinnov.jeitime.ui.projet
Class TypeProjetUIBean

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

public class TypeProjetUIBean
extends java.lang.Object


Constructor Summary
TypeProjetUIBean()
           
 
Method Summary
 void cancel()
           
 void create()
           
 void delete(javax.servlet.http.HttpServletRequest iRequest)
           
 java.util.List<TypeProjetTO> getAllTypProj()
           
 int getIdTypeProjet()
           
 java.lang.String getNomTypeProjet()
           
 TypeProjetTO getSelected()
           
 boolean isInProject(int id)
           
 void load()
           
 void refresh()
           
 void select(javax.servlet.http.HttpServletRequest iRequest)
           
 void setAllTypProj(java.util.List<TypeProjetTO> allTypProj)
           
 void setIdTypeProjet(int idTypeProjet)
           
 void setNomTypeProjet(java.lang.String nomTypeProjet)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProjetUIBean

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

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

isInProject

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

getAllTypProj

public java.util.List<TypeProjetTO> getAllTypProj()

setAllTypProj

public void setAllTypProj(java.util.List<TypeProjetTO> allTypProj)

getSelected

public TypeProjetTO getSelected()

getIdTypeProjet

public int getIdTypeProjet()

setIdTypeProjet

public void setIdTypeProjet(int idTypeProjet)

getNomTypeProjet

public java.lang.String getNomTypeProjet()

setNomTypeProjet

public void setNomTypeProjet(java.lang.String nomTypeProjet)


Copyright © 2011. All Rights Reserved.