org.kuali.rice.krad.dao.proxy
Class AttachmentDaoProxy

java.lang.Object
  extended by org.kuali.rice.krad.dao.proxy.AttachmentDaoProxy
All Implemented Interfaces:
AttachmentDao

public class AttachmentDaoProxy
extends Object
implements AttachmentDao


Constructor Summary
AttachmentDaoProxy()
           
 
Method Summary
 Attachment getAttachmentByNoteId(Long noteId)
          Retrieve attachment by a given noteIdentifier
 void setAttachmentDaoJpa(AttachmentDao attachmentDaoJpa)
           
 void setAttachmentDaoOjb(AttachmentDao attachmentDaoOjb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentDaoProxy

public AttachmentDaoProxy()
Method Detail

getAttachmentByNoteId

public Attachment getAttachmentByNoteId(Long noteId)
Description copied from interface: AttachmentDao
Retrieve attachment by a given noteIdentifier

Specified by:
getAttachmentByNoteId in interface AttachmentDao
Returns:

setAttachmentDaoJpa

public void setAttachmentDaoJpa(AttachmentDao attachmentDaoJpa)

setAttachmentDaoOjb

public void setAttachmentDaoOjb(AttachmentDao attachmentDaoOjb)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.