public class AttachmentDaoProxy extends Object implements AttachmentDao
| Constructor and Description |
|---|
AttachmentDaoProxy() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
getAttachmentByNoteId(Long noteId)
Retrieve attachment by a given noteIdentifier
|
void |
setAttachmentDaoJpa(AttachmentDao attachmentDaoJpa) |
void |
setAttachmentDaoOjb(AttachmentDao attachmentDaoOjb) |
public AttachmentDaoProxy()
public Attachment getAttachmentByNoteId(Long noteId)
AttachmentDaogetAttachmentByNoteId in interface AttachmentDaopublic void setAttachmentDaoJpa(AttachmentDao attachmentDaoJpa)
public void setAttachmentDaoOjb(AttachmentDao attachmentDaoOjb)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.