| Package | Description | 
|---|---|
| org.kuali.rice.kns.web.struts.action | Copyright 2005-2015 The Kuali Foundation
 Licensed under the Educational Community License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. | 
| org.kuali.rice.kns.web.struts.form | Copyright 2005-2015 The Kuali Foundation
 Licensed under the Educational Community License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. | 
| org.kuali.rice.krad.bo | Core business objects including business object bases. | 
| org.kuali.rice.krad.dao | Core dao interfaces | 
| org.kuali.rice.krad.dao.impl | Core dao implementations using ojb. | 
| org.kuali.rice.krad.dao.proxy | |
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.rules | |
| org.kuali.rice.krad.rules.rule | |
| org.kuali.rice.krad.rules.rule.event | |
| org.kuali.rice.krad.service | Core service interfaces. | 
| org.kuali.rice.krad.service.impl | Core service implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | KualiDocumentActionBase. determineNoteWorkflowNotificationAction(javax.servlet.http.HttpServletRequest request,
                                                                              KualiDocumentFormBase kualiDocumentFormBase,
                                                                              Note note)Override this to customize which routing action to take when sending a note. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | KualiDocumentFormBase. getNewNote() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KualiDocumentFormBase. setNewNote(Note newNote) | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | Attachment. getNote()Gets the note attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Attachment. setNote(Note note)Sets the note attribute value. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteDao. getNoteByNoteId(Long noteId)Retrieve note by a given noteIdentifier | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Note> | NoteDao. findByremoteObjectId(String id)Retrieves a list of notes (by class type) associated with a given object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NoteDao. deleteNote(Note note)Deletes a note from the DB. | 
| void | NoteDao. save(Note note)Saves a note to the DB. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteDaoOjb. getNoteByNoteId(Long noteId) | 
| Note | NoteDaoJpa. getNoteByNoteId(Long noteId) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Note> | NoteDaoOjb. findByremoteObjectId(String remoteObjectId)Retrieves document associated with a given object using OJB. | 
| List<Note> | NoteDaoJpa. findByremoteObjectId(String remoteObjectId)Retrieves document associated with a given object using JPA. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NoteDaoOjb. deleteNote(Note note)Deletes a note from the DB using OJB. | 
| void | NoteDaoJpa. deleteNote(Note note)Deletes a note from the DB using JPA. | 
| void | NoteDaoOjb. save(Note note)Saves a note to the DB using OJB. | 
| void | NoteDaoJpa. save(Note note)Saves a note to the DB using JPA. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteDaoProxy. getNoteByNoteId(Long noteId) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Note> | NoteDaoProxy. findByremoteObjectId(String remoteObjectId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NoteDaoProxy. deleteNote(Note note) | 
| void | NoteDaoProxy. save(Note note) | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | DocumentBase. getNote(int index) | 
| Note | Document. getNote(int index)Retrieves the note at the given index. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Note> | DocumentBase. getNotes() | 
| List<Note> | Document. getNotes()Returns a mutable list of all notes on the document. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DocumentBase. addNote(Note note) | 
| void | Document. addNote(Note note)Adds the given Note to the document's list of Notes. | 
| boolean | DocumentBase. removeNote(Note note) | 
| boolean | Document. removeNote(Note note)Removes the given note from the document's list of notes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DocumentBase. setNotes(List<Note> notes) | 
| void | Document. setNotes(List<Note> notes)Sets the document's list of notes to the given list. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | DocumentRuleBase. isNoteValid(Note note)Verifies that the note's fields are valid - it does required and format checks. | 
| boolean | DocumentRuleBase. processAddNote(Document document,
                            Note note)Runs all business rules needed prior to adding a document note. | 
| protected boolean | DocumentRuleBase. processCustomAddNoteBusinessRules(Document document,
                                                                  Note note)This method should be overridden by children rule classes as a hook to implement document specific business rule
 checks for
 the "add document note" event. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AddNoteRule. processAddNote(Document document,
                            Note note)This method is responsible for housing business rules that need to be checked before a note is added to a document. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | AddNoteEvent. getNote()This method retrieves the note associated with this event. | 
| Constructor and Description | 
|---|
| AddNoteEvent(Document document,
                        Note note)Constructs an AddNoteEvent with the given document | 
| AddNoteEvent(String errorPathPrefix,
                        Document document,
                        Note note)Constructs an AddNoteEvent with the specified errorPathPrefix and document | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteService. createNote(Note noteToCopy,
                    PersistableBusinessObject bo,
                    String authorPrincipalId)Creates a new note which is a copy of the given note and is associated with
 the specified PersistableBusinessObject and Person. | 
| Note | DocumentService. createNoteFromDocument(Document document,
                                            String text)This method creates a note from a given document and note text. | 
| Note | NoteService. getNoteByNoteId(Long noteId)Retrieves the note with the given id. | 
| Note | NoteService. save(Note note)Saves the specified note. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Note> | NoteService. getByRemoteObjectId(String remoteObjectId)Retrieves a list of notes that are associated with the given object id. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteService. createNote(Note noteToCopy,
                    PersistableBusinessObject bo,
                    String authorPrincipalId)Creates a new note which is a copy of the given note and is associated with
 the specified PersistableBusinessObject and Person. | 
| void | NoteService. deleteNote(Note note)Deletes the specified note. | 
| void | AttachmentService. moveAttachmentWherePending(Note note)Moves attachments on notes from the pending directory to the real one | 
| Note | NoteService. save(Note note)Saves the specified note. | 
| void | DocumentService. sendNoteRouteNotification(Document document,
                                                  Note note,
                                                  Person sender)Builds an workflow notification request for the note and sends it to note recipient. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NoteService. saveNoteList(List<Note> notes)Saves the given lists of notes. | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteServiceImpl. createNote(Note noteToCopy,
                    PersistableBusinessObject bo,
                    String authorPrincipalId)TODO this method seems awfully out of place in this service | 
| Note | DocumentServiceImpl. createNoteFromDocument(Document document,
                                            String text) | 
| Note | NoteServiceImpl. getNoteByNoteId(Long noteId) | 
| Note | NoteServiceImpl. save(Note note) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Note> | NoteServiceImpl. getByRemoteObjectId(String remoteObjectId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Note | NoteServiceImpl. createNote(Note noteToCopy,
                    PersistableBusinessObject bo,
                    String authorPrincipalId)TODO this method seems awfully out of place in this service | 
| void | NoteServiceImpl. deleteNote(Note note) | 
| void | AttachmentServiceImpl. moveAttachmentWherePending(Note note) | 
| Note | NoteServiceImpl. save(Note note) | 
| void | DocumentServiceImpl. sendNoteRouteNotification(Document document,
                                                  Note note,
                                                  Person sender) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NoteServiceImpl. saveNoteList(List<Note> notes) | 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.