public class PlanejamentoPublicServiceImpl extends java.lang.Object implements PlanejamentoPublicService
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PlanejamentoPublicServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Planejamento |
recuperarExercicioNumero(java.lang.String exercicio,
java.lang.Long numero)
Método de busca de um Planejamento que tenha o exercicio e numero informado
|
private static final long serialVersionUID
public Planejamento recuperarExercicioNumero(java.lang.String exercicio, java.lang.Long numero) throws ErpServiceException
PlanejamentoPublicService
recuperarExercicioNumero
in interface PlanejamentoPublicService
exercicio
- Exercicio do Planejamento esperadonumero
- Numero do Planejamento esperadoErpServiceException