it.eng.spago.attachment
Class AttachmentHandler

java.lang.Object
  extended byit.eng.spago.attachment.AttachmentHandler

public class AttachmentHandler
extends java.lang.Object


Constructor Summary
AttachmentHandler()
           
 
Method Summary
 void addAllAttachments(IFaceAttachmentItem[] attachments)
           
 void addAttachment(IFaceAttachmentItem attachment)
           
 IFaceAttachmentItem getAttachment(java.lang.String fieldName)
           
 IFaceAttachmentItem[] getAttachmentValues(java.lang.String fieldName)
           
 IteratorAttachment iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentHandler

public AttachmentHandler()
Method Detail

getAttachment

public IFaceAttachmentItem getAttachment(java.lang.String fieldName)

getAttachmentValues

public IFaceAttachmentItem[] getAttachmentValues(java.lang.String fieldName)

addAttachment

public void addAttachment(IFaceAttachmentItem attachment)

addAllAttachments

public void addAllAttachments(IFaceAttachmentItem[] attachments)

iterator

public IteratorAttachment iterator()