public class AllocationFactory.AllocationEdit
extends uk.ac.ed.epcc.webapp.model.data.UpdateTransition<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AllocationFactory.AllocationEdit() |
| Modifier and Type | Method and Description |
|---|---|
void |
customiseUpdateForm(uk.ac.ed.epcc.webapp.forms.Form f,
T o) |
uk.ac.ed.epcc.webapp.forms.result.FormResult |
getResult(java.lang.String typeName,
T dat,
uk.ac.ed.epcc.webapp.forms.Form f) |
protected java.util.Set<java.lang.String> |
getSupress() |
void |
postUpdate(T o,
uk.ac.ed.epcc.webapp.forms.Form f,
java.util.Map<java.lang.String,java.lang.Object> orig) |
buildForm, getName, getResultaddOptionalFromComposites, addSelectors, addTranslations, buildForm, buildForm, customiseForm, getContext, getDefaults, getFactory, getFields, getInput, getOptional, getOptional, getSelectors, getTranslationspublic uk.ac.ed.epcc.webapp.forms.result.FormResult getResult(java.lang.String typeName,
T dat,
uk.ac.ed.epcc.webapp.forms.Form f)
protected java.util.Set<java.lang.String> getSupress()
getSupress in class uk.ac.ed.epcc.webapp.model.data.DataObjectFormFactory<T extends AllocationFactory.AllocationRecord>public void postUpdate(T o, uk.ac.ed.epcc.webapp.forms.Form f, java.util.Map<java.lang.String,java.lang.Object> orig) throws uk.ac.ed.epcc.webapp.jdbc.exception.DataException
postUpdate in interface uk.ac.ed.epcc.webapp.model.data.forms.UpdateTemplate<T extends AllocationFactory.AllocationRecord>postUpdate in class uk.ac.ed.epcc.webapp.model.data.UpdateTransition<T extends AllocationFactory.AllocationRecord>uk.ac.ed.epcc.webapp.jdbc.exception.DataExceptionpublic void customiseUpdateForm(uk.ac.ed.epcc.webapp.forms.Form f,
T o)
customiseUpdateForm in class uk.ac.ed.epcc.webapp.model.data.UpdateTransition<T extends AllocationFactory.AllocationRecord>