@Controller(value="anexosTiposItemM")
@Scope(value="session")
public class AnexosTiposItemMBean
extends <any>
AnexosTiposItem
Modifier and Type | Field and Description |
---|---|
private AnexosTiposItemService |
anexosTiposItemService |
(package private) java.util.ArrayList<ConsultaCriterios> |
camposConsultaCriterios |
private ConfiguracaoTarefaService |
configuracaoTarefaService |
private static long |
serialVersionUID |
Constructor and Description |
---|
AnexosTiposItemMBean() |
Modifier and Type | Method and Description |
---|---|
BaseService |
getService() |
void |
onChangeSqlLista(int rowKey) |
void |
onChangeTipo(javax.faces.event.AjaxBehaviorEvent event) |
private java.lang.String |
parserSql(java.lang.String sql) |
private java.lang.Boolean |
validaConsulta(int ident) |
private static final long serialVersionUID
@Autowired private AnexosTiposItemService anexosTiposItemService
@Autowired private ConfiguracaoTarefaService configuracaoTarefaService
java.util.ArrayList<ConsultaCriterios> camposConsultaCriterios
public BaseService getService()
public void onChangeTipo(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeSqlLista(int rowKey)
private java.lang.Boolean validaConsulta(int ident)
private java.lang.String parserSql(java.lang.String sql)