Uses of Class
br.gov.mj.frameworkprocessos.processo.ejb.ProcessoUtil.RegraTramite

Packages that use ProcessoUtil.RegraTramite
br.gov.mj.frameworkprocessos.pojo.dao   
br.gov.mj.frameworkprocessos.processo.ejb   
 

Uses of ProcessoUtil.RegraTramite in br.gov.mj.frameworkprocessos.pojo.dao
 

Methods in br.gov.mj.frameworkprocessos.pojo.dao with parameters of type ProcessoUtil.RegraTramite
 java.util.List<UnidadeTramite> UnidadeTramiteDAO.consultarUnidadesTramiteAtivasPorRegraTramite(ProcessoUtil.RegraTramite regra)
           
 

Uses of ProcessoUtil.RegraTramite in br.gov.mj.frameworkprocessos.processo.ejb
 

Methods in br.gov.mj.frameworkprocessos.processo.ejb that return ProcessoUtil.RegraTramite
static ProcessoUtil.RegraTramite ProcessoUtil.RegraTramite.getRegraTramite(java.lang.Integer codigo)
           
static ProcessoUtil.RegraTramite ProcessoUtil.RegraTramite.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcessoUtil.RegraTramite[] ProcessoUtil.RegraTramite.values()
          Returns an array containing the constants of this enum type, in the order they're declared.