Uses of Interface
org.kuali.rice.krad.dao.AttachmentDao

Packages that use AttachmentDao
org.kuali.rice.krad.dao.impl Core dao implementations using ojb. 
org.kuali.rice.krad.dao.proxy   
org.kuali.rice.krad.service.impl Core service implementations. 
 

Uses of AttachmentDao in org.kuali.rice.krad.dao.impl
 

Classes in org.kuali.rice.krad.dao.impl that implement AttachmentDao
 class AttachmentDaoJpa
          This class is the JPA implementation of the NoteDao interface.
 class AttachmentDaoOjb
          This class is the OJB implementation of the NoteDao interface.
 

Uses of AttachmentDao in org.kuali.rice.krad.dao.proxy
 

Classes in org.kuali.rice.krad.dao.proxy that implement AttachmentDao
 class AttachmentDaoProxy
           
 

Methods in org.kuali.rice.krad.dao.proxy with parameters of type AttachmentDao
 void AttachmentDaoProxy.setAttachmentDaoJpa(AttachmentDao attachmentDaoJpa)
           
 void AttachmentDaoProxy.setAttachmentDaoOjb(AttachmentDao attachmentDaoOjb)
           
 

Uses of AttachmentDao in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return AttachmentDao
 AttachmentDao AttachmentServiceImpl.getAttachmentDao()
          Retrieves a data access object
 

Methods in org.kuali.rice.krad.service.impl with parameters of type AttachmentDao
 void AttachmentServiceImpl.setAttachmentDao(AttachmentDao d)
          Sets the data access object
 



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