@Scope(value="session")
@Controller(value="loteServicoItemDetalhamentoM")
public class LoteServicoItemDetalhamentoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
chaveSequenciaLote |
private java.util.List<javax.faces.model.SelectItem> |
listaSituacao |
private LoteServicoItemService |
loteServicoItemService |
private LoteServicoService |
loteServicoService |
private LoteServicoVo |
loteServicoVo |
private MensagemUtil |
mensagemUtil |
private static long |
serialVersionUID |
Constructor and Description |
---|
LoteServicoItemDetalhamentoMBean() |
Modifier and Type | Method and Description |
---|---|
void |
buscaChaveProgramaPai() |
java.util.Map<java.lang.String,java.lang.Object> |
buscaLinhaDigitavelCodigoBarras(java.lang.String campo,
java.lang.String linhaDigitavelCodigoBarras) |
void |
buscaLoteServico() |
java.lang.Long |
getChaveSequenciaLote() |
java.util.List<javax.faces.model.SelectItem> |
getListaSituacao() |
LoteServicoVo |
getLoteServicoVo() |
java.lang.Boolean |
getSalvarDisabled() |
BaseService |
getService() |
java.lang.String |
getTitle() |
void |
onChangeCodigoBarras(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
void |
onChangeLinhaDigitavel(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
void |
onChangeNumeroNf(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
void |
setChaveSequenciaLote(java.lang.Long chaveSequenciaLote) |
void |
setLoteServicoVo(LoteServicoVo loteServicoVo) |
private static final long serialVersionUID
@Autowired private LoteServicoItemService loteServicoItemService
@Autowired private LoteServicoService loteServicoService
private LoteServicoVo loteServicoVo
private java.lang.Long chaveSequenciaLote
private MensagemUtil mensagemUtil
private java.util.List<javax.faces.model.SelectItem> listaSituacao
public BaseService getService()
public java.lang.String getTitle()
public java.util.List<javax.faces.model.SelectItem> getListaSituacao()
public void buscaChaveProgramaPai()
public void buscaLoteServico()
public void onChangeCodigoBarras(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
public void onChangeLinhaDigitavel(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
public java.util.Map<java.lang.String,java.lang.Object> buscaLinhaDigitavelCodigoBarras(java.lang.String campo, java.lang.String linhaDigitavelCodigoBarras) throws ErpServiceException
ErpServiceException
public void onChangeNumeroNf(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
public java.lang.Boolean getSalvarDisabled()
public java.lang.Long getChaveSequenciaLote()
public void setChaveSequenciaLote(java.lang.Long chaveSequenciaLote)
public LoteServicoVo getLoteServicoVo()
public void setLoteServicoVo(LoteServicoVo loteServicoVo)