public class NoteConfigComponent extends Object implements EDLModelComponent
Constructor and Description |
---|
NoteConfigComponent() |
Modifier and Type | Method and Description |
---|---|
void |
addNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
static void |
addNotes(Document doc,
org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
void |
cancelEdit(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
void |
deleteAttachment(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
void |
deleteNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
void |
editNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
void |
establishNotes(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form,
EDLContext edlContext,
Document dom) |
protected Document |
generateXmlInput(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form,
EDLContext edlContext,
Document dom) |
String |
getCurrentDate() |
protected DocumentBuilder |
getDocumentBuilder(boolean coalesce) |
protected String |
getTestAddress(Document edlDom) |
protected boolean |
isEmailListValid(List<String> emailList) |
protected boolean |
isProduction() |
protected Templates |
loadStyleSheet(String styleName) |
void |
saveNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form,
EDLContext edlContext,
Document dom) |
void |
sortNotes(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) |
protected List<String> |
stringToList(String to) |
protected String |
stripComma(String s) |
void |
updateDOM(Document dom,
Element configElement,
EDLContext edlContext) |
public NoteConfigComponent()
public void updateDOM(Document dom, Element configElement, EDLContext edlContext)
updateDOM
in interface EDLModelComponent
public void establishNotes(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form, EDLContext edlContext, Document dom) throws Exception
Exception
public void editNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) throws Exception
Exception
public void addNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) throws Exception
Exception
public void cancelEdit(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) throws Exception
Exception
public void deleteNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) throws Exception
Exception
public void sortNotes(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) throws Exception
Exception
public void deleteAttachment(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form) throws Exception
Exception
public void saveNote(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form, EDLContext edlContext, Document dom) throws Exception
Exception
protected String getTestAddress(Document edlDom)
protected Document generateXmlInput(org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form, EDLContext edlContext, Document dom) throws Exception
Exception
protected DocumentBuilder getDocumentBuilder(boolean coalesce) throws Exception
Exception
protected boolean isProduction()
protected boolean isEmailListValid(List<String> emailList)
protected String stripComma(String s)
protected List<String> stringToList(String to)
protected Templates loadStyleSheet(String styleName)
public static void addNotes(Document doc, org.kuali.rice.edl.impl.components.NoteConfigComponent.NoteForm form)
public String getCurrentDate()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.