br.gov.mj.frameworkprocessos.processo.ejb
Class AssociacaoPecaFacadeSession

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.processo.ejb.AbstractAssociacaoPecaFacade
      extended by br.gov.mj.frameworkprocessos.processo.ejb.AssociacaoPecaFacadeSession
All Implemented Interfaces:
AssociacaoPeca

public class AssociacaoPecaFacadeSession
extends AbstractAssociacaoPecaFacade

Session layer for AssociacaoPecaFacade.

Version:
${version}
Author:
XDoclet

Constructor Summary
AssociacaoPecaFacadeSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class br.gov.mj.frameworkprocessos.processo.ejb.AbstractAssociacaoPecaFacade
anexarDocumento, anexarProcesso, apensarProcesso, desapensarProcesso, desentranharPeca, desmembrarPecas, ejbCreate, getArvoreAssociacoesPorDocumento, getArvoreDesmembramentoPorDocumentos, getAssociacaoPeca, getAssociacoesPeca, getAssociacoesPeca, getDesassociacoesPorDocumento, getDesvinculacoesPorDocumento, getDocumentoRaizPorDocumentoAssociado, getDocumentoRaizPorVinculo, getDocumentosPossiveisAssociacoes, getDocumentosVinculos, getDocumentosVinculos, getDocumentoVinculo, getHistoricoAssociacaoPeca, inserirDocumentoVinculo, verificarDocumentoAssociado
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociacaoPecaFacadeSession

public AssociacaoPecaFacadeSession()
Method Detail

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
                       throws javax.ejb.EJBException,
                              java.rmi.RemoteException
Overrides:
setSessionContext in class AbstractAssociacaoPecaFacade
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

unsetSessionContext

public void unsetSessionContext()

ejbRemove

public void ejbRemove()