Uses of Interface
net.ezcontent.document.Reference

Packages that use Reference
net.ezcontent.dao Este paquete contiene las interfaces que deben implementar los DAO para documentos, autentificacion y workflow. 
net.ezcontent.document Las clases de este paquete estan enfocadas al manejo de documentos semi-complejos, que contienen referencias a otros documentos, archivos anexos, imagenes, ligas al exterior, etc. 
net.ezcontent.impl.dao Una implementacion del paquete net.ezcontent.dao utilizando Hibernate 2.1 y Spring 1.0 
net.ezcontent.impl.eos Una implementacion de los EO's de documentos, autentificacion y workflow que define ezContent, utilizando Hibernate 2.1; fueron creados con un plugin de Eclipse que permite tener dos clases por cada entidad. 
 

Uses of Reference in net.ezcontent.dao
 

Methods in net.ezcontent.dao that return Reference
 Reference DocumentDAO.createReference()
          Crea una nueva referencia a un documento.
 

Uses of Reference in net.ezcontent.document
 

Methods in net.ezcontent.document that return Reference
 Reference Document.getReference(String name)
           
 

Methods in net.ezcontent.document with parameters of type Reference
 void Document.addReference(Reference ref)
           
 void Document.removeReference(Reference ref)
           
 

Uses of Reference in net.ezcontent.impl.dao
 

Methods in net.ezcontent.impl.dao that return Reference
 Reference DocsDAO.createReference()
          Crea una referencia a un documento (en blanco).
 

Uses of Reference in net.ezcontent.impl.eos
 

Classes in net.ezcontent.impl.eos that implement Reference
 class DocumentReference
          This is the object class that relates to the DocRef table.
 

Methods in net.ezcontent.impl.eos that return Reference
 Reference SimpleDocument.getReference(String refname)
           
 

Methods in net.ezcontent.impl.eos with parameters of type Reference
 void SimpleDocument.addReference(Reference ref)
           
 void SimpleDocument.removeReference(Reference ref)