@Repository
public class PlanejamentoDao
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PlanejamentoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
Planejamento |
recuperarExercicioNumero(java.lang.String exercicio,
java.lang.Long numero) |
void |
verificaPossuiItens(Planejamento planejamento) |
void |
verificaPossuiItensCamposNull(Planejamento planejamento) |
java.lang.String |
verificaSituacao(Planejamento planejamento) |
java.lang.String |
verificaSituacaoPlanejamento(java.lang.String exercicio,
java.lang.Long numero) |
private static final long serialVersionUID
@Autowired public PlanejamentoDao(@Qualifier(value="contabilidadeSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public Planejamento recuperarExercicioNumero(java.lang.String exercicio, java.lang.Long numero) throws ErpDaoException
ErpDaoException
public java.lang.String verificaSituacaoPlanejamento(java.lang.String exercicio, java.lang.Long numero) throws ErpDaoException
ErpDaoException
public java.lang.String verificaSituacao(Planejamento planejamento) throws ErpDaoException
ErpDaoException
public void verificaPossuiItens(Planejamento planejamento) throws ErpDaoException
ErpDaoException
public void verificaPossuiItensCamposNull(Planejamento planejamento) throws ErpDaoException
ErpDaoException