@Service
public class ProgramaPPAService
extends <any>
ProgramaPPA
Modifier and Type | Field and Description |
---|---|
private ProgramaPPADao |
programaPPADao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ProgramaPPAService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.util.List<ProgramaPPA> |
recuperarPorPlano(java.lang.Long plano) |
java.lang.Long |
sugestaoUnidadeMedidaPorPrograma(java.lang.Long numero,
java.lang.String programa) |
private static final long serialVersionUID
@Autowired private ProgramaPPADao programaPPADao
public <any> getDao()
public java.lang.Long sugestaoUnidadeMedidaPorPrograma(java.lang.Long numero, java.lang.String programa) throws ErpServiceException
ErpServiceException
public java.util.List<ProgramaPPA> recuperarPorPlano(java.lang.Long plano) throws ErpServiceException
ErpServiceException