Uses of Interface
net.ezcontent.document.Attachment

Packages that use Attachment
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. 
net.ezcontent.web.admin.sections.docs Aqui estan los componentes para editar documentos, asi como para listarlos y tambien para seleccionar y administrar el arbol de temas. 
 

Uses of Attachment in net.ezcontent.dao
 

Methods in net.ezcontent.dao that return Attachment
 Attachment DocumentDAO.createAttachment()
          Crea un nuevo anexo para un documento.
 

Uses of Attachment in net.ezcontent.document
 

Methods in net.ezcontent.document that return Attachment
 Attachment Document.getAttachment(String name)
           
 

Methods in net.ezcontent.document with parameters of type Attachment
 void Document.addAttachment(Attachment att)
           
 void Document.removeAttachment(Attachment att)
           
 

Uses of Attachment in net.ezcontent.impl.dao
 

Methods in net.ezcontent.impl.dao that return Attachment
 Attachment DocsDAO.createAttachment()
          Crea un anexo nuevo.
 

Uses of Attachment in net.ezcontent.impl.eos
 

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

Methods in net.ezcontent.impl.eos that return Attachment
 Attachment SimpleDocument.getAttachment(String name)
           
 

Methods in net.ezcontent.impl.eos with parameters of type Attachment
 void SimpleDocument.addAttachment(Attachment att)
           
 void SimpleDocument.removeAttachment(Attachment att)
           
 

Uses of Attachment in net.ezcontent.web.admin.sections.docs
 

Methods in net.ezcontent.web.admin.sections.docs that return Attachment
abstract  Attachment DocEditAttachments.getFile()
          Devuelve el attachment actual (en el Foreach).