org.kuali.rice.krad.dao
Interface AttachmentDao

All Known Implementing Classes:
AttachmentDaoJpa, AttachmentDaoOjb, AttachmentDaoProxy

public interface AttachmentDao

The data access interface for NOte objects.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Attachment getAttachmentByNoteId(Long noteId)
          Retrieve attachment by a given noteIdentifier
 

Method Detail

getAttachmentByNoteId

Attachment getAttachmentByNoteId(Long noteId)
Retrieve attachment by a given noteIdentifier

Parameters:
noteId -
Returns:


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