br.gov.mj.frameworkprocessos.pojo.dao
Class CopiaEletronicaDAO

java.lang.Object
  extended by 
      extended by br.gov.mj.frameworkprocessos.pojo.dao.CopiaEletronicaDAO

public class CopiaEletronicaDAO
extends

Version:
1.0
Author:
Percilia Marino

Constructor Summary
CopiaEletronicaDAO(SessionFactory sf)
           
 
Method Summary
 java.util.List<CopiaEletronica> consultarPorDocumento(java.lang.Integer codigoDocumento)
           
 java.util.List<CopiaEletronica> consultarPorVinculo(java.lang.Integer codigoVinculo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopiaEletronicaDAO

public CopiaEletronicaDAO(SessionFactory sf)
Method Detail

consultarPorDocumento

public java.util.List<CopiaEletronica> consultarPorDocumento(java.lang.Integer codigoDocumento)
                                                      throws DAOException
Parameters:
codigoDocumento -
Throws:
DAOException

consultarPorVinculo

public java.util.List<CopiaEletronica> consultarPorVinculo(java.lang.Integer codigoVinculo)
                                                    throws DAOException
Parameters:
codigoVinculo -
Throws:
DAOException