|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoteDao | |
---|---|
org.kuali.rice.kns.dao.impl | Core dao implementations using ojb. |
org.kuali.rice.kns.dao.proxy | |
org.kuali.rice.kns.service.impl | Core service implementations. |
Uses of NoteDao in org.kuali.rice.kns.dao.impl |
---|
Classes in org.kuali.rice.kns.dao.impl that implement NoteDao | |
---|---|
class |
NoteDaoJpa
This class is the JPA implementation of the NoteDao interface. |
class |
NoteDaoOjb
This class is the OJB implementation of the NoteDao interface. |
Uses of NoteDao in org.kuali.rice.kns.dao.proxy |
---|
Classes in org.kuali.rice.kns.dao.proxy that implement NoteDao | |
---|---|
class |
NoteDaoProxy
|
Fields in org.kuali.rice.kns.dao.proxy declared as NoteDao | |
---|---|
private NoteDao |
NoteDaoProxy.noteDaoJpa
|
private NoteDao |
NoteDaoProxy.noteDaoOjb
|
Methods in org.kuali.rice.kns.dao.proxy that return NoteDao | |
---|---|
private NoteDao |
NoteDaoProxy.getDao(Class clazz)
|
Methods in org.kuali.rice.kns.dao.proxy with parameters of type NoteDao | |
---|---|
void |
NoteDaoProxy.setNoteDaoJpa(NoteDao noteDaoJpa)
|
void |
NoteDaoProxy.setNoteDaoOjb(NoteDao noteDaoOjb)
|
Uses of NoteDao in org.kuali.rice.kns.service.impl |
---|
Fields in org.kuali.rice.kns.service.impl declared as NoteDao | |
---|---|
private NoteDao |
NoteServiceImpl.noteDao
|
Methods in org.kuali.rice.kns.service.impl that return NoteDao | |
---|---|
protected NoteDao |
NoteServiceImpl.getNoteDao()
Retrieves a data access object |
Methods in org.kuali.rice.kns.service.impl with parameters of type NoteDao | |
---|---|
void |
NoteServiceImpl.setNoteDao(NoteDao d)
Sets the data access object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |