org.jeinnov.jeitime.ui.projet
Class DomaineUIBean

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

public class DomaineUIBean
extends java.lang.Object


Constructor Summary
DomaineUIBean()
           
 
Method Summary
 void cancel()
           
 void create()
           
 void delete(javax.servlet.http.HttpServletRequest iRequest)
           
 java.util.List<DomaineTO> getAllDomaine()
           
 java.util.List<java.lang.String> getDomaineCir()
           
 java.util.List<java.lang.String> getDomCir()
           
 int getIdDom()
           
 java.lang.String getNomDom()
           
 DomaineTO getSelected()
           
 boolean isInProject(int id)
           
 void loadAll()
           
 void refresh()
           
 void select(javax.servlet.http.HttpServletRequest iRequest)
           
 void setAllDomaine(java.util.List<DomaineTO> allDomaine)
           
 void setIdDom(int idDom)
           
 void setNomDom(java.lang.String nomDom)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomaineUIBean

public DomaineUIBean()
Method Detail

loadAll

public void loadAll()

getDomaineCir

public java.util.List<java.lang.String> getDomaineCir()

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

getAllDomaine

public java.util.List<DomaineTO> getAllDomaine()

setAllDomaine

public void setAllDomaine(java.util.List<DomaineTO> allDomaine)

getSelected

public DomaineTO getSelected()

getIdDom

public int getIdDom()

setIdDom

public void setIdDom(int idDom)

getNomDom

public java.lang.String getNomDom()

setNomDom

public void setNomDom(java.lang.String nomDom)

getDomCir

public java.util.List<java.lang.String> getDomCir()


Copyright © 2011. All Rights Reserved.