@Scope(value="session")
@Controller(value="centroCustoM")
public class CentroCustoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private CentroCustoService |
centroCustoService |
private VariaveisDeSessaoService |
variaveisDeSessaoService |
Constructor and Description |
---|
CentroCustoMBean() |
Modifier and Type | Method and Description |
---|---|
BaseService |
getService() |
java.lang.String |
getTitle() |
void |
inicializaPrograma() |
void |
posCriar(int registro) |
java.util.List<CentroCusto> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
@Autowired private CentroCustoService centroCustoService
@Autowired private VariaveisDeSessaoService variaveisDeSessaoService
public BaseService getService()
public void inicializaPrograma() throws ErpException
ErpException
public java.lang.String getTitle()
public java.util.List<CentroCusto> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpException
ErpException
public void posCriar(int registro)