| |
|
| java.lang.Object org.kuali.core.service.impl.NoteServiceImpl
NoteServiceImpl | public class NoteServiceImpl implements NoteService(Code) | | This class is the service implementation for the Note structure.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
NoteServiceImpl | public NoteServiceImpl()(Code) | | Default constructor
|
deleteNote | public void deleteNote(Note note) throws Exception(Code) | | Deletes a Note from the DB.
Parameters: Note - The Note object to delete. |
extractNoteProperty | public String extractNoteProperty(Note note)(Code) | | This method gets the property name for the note
Parameters: note - note property text |
getNoteDao | public NoteDao getNoteDao()(Code) | | Retrieves a data access object
|
save | public Note save(Note note) throws Exception(Code) | | Saves a Note to the DB.
Parameters: Note - The accounting Note object to save - can be any object that extends Note (i.e. Source and Target lines). |
setKualiConfigurationService | public void setKualiConfigurationService(KualiConfigurationService kualiConfigurationService)(Code) | | Parameters: kualiConfigurationService - the kualiConfigurationService to set |
setNoteDao | public void setNoteDao(NoteDao d)(Code) | | Sets the data access object
Parameters: d - |
setUniversalUserService | public void setUniversalUserService(UniversalUserService universalUserService)(Code) | | Parameters: universalUserService - the universalUserService to set |
setWorkflowDocumentService | public void setWorkflowDocumentService(WorkflowDocumentService workflowDocumentService)(Code) | | Parameters: workflowDocumentService - the workflowDocumentService to set |
|
|
|