org.kuali.rice.krad.dao.proxy
Class AttachmentDaoProxy
java.lang.Object
org.kuali.rice.krad.dao.proxy.AttachmentDaoProxy
- All Implemented Interfaces:
- AttachmentDao
public class AttachmentDaoProxy
- extends Object
- implements AttachmentDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentDaoProxy
public AttachmentDaoProxy()
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.