org.kuali.rice.krad.dao.impl
Class AttachmentDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
              extended by org.kuali.rice.krad.dao.impl.AttachmentDaoOjb
All Implemented Interfaces:
PlatformAwareDao, AttachmentDao, org.springframework.beans.factory.InitializingBean

public class AttachmentDaoOjb
extends PlatformAwareDaoBaseOjb
implements AttachmentDao

This class is the OJB implementation of the NoteDao interface.

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

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
AttachmentDaoOjb()
          Default constructor.
 
Method Summary
 Attachment getAttachmentByNoteId(Long noteId)
          Retrieve attachment by a given noteIdentifier
 
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentDaoOjb

public AttachmentDaoOjb()
Default constructor.

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:


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