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)
AttachmentDao
getAttachmentByNoteId
in interface AttachmentDao
public void setAttachmentDaoJpa(AttachmentDao attachmentDaoJpa)
public void setAttachmentDaoOjb(AttachmentDao attachmentDaoOjb)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.