@Deprecated public interface PojoForm
| Modifier and Type | Method and Description |
|---|---|
void |
addRequiredNonEditableProperties()
Deprecated.
This method adds the required property names, that are not directly editable by user on the html page, to a list, regardless of the context
in which they appear.
|
void |
clearEditablePropertyInformation()
Deprecated.
Reinitializes the form to allow it to register the editable properties of the currently processing request.
|
Object |
formatValue(Object value,
String keypath,
Class type)
Deprecated.
|
Set<String> |
getEditableProperties()
Deprecated.
|
boolean |
getIsNewForm()
Deprecated.
|
Set<String> |
getMethodToCallsToBypassSessionRetrievalForGETRequests()
Deprecated.
Returns a set of methodToCalls for which the system will bypass the session.
|
Set<String> |
getRequiredNonEditableProperties()
Deprecated.
|
Map |
getUnconvertedValues()
Deprecated.
|
void |
populate(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
postprocessRequestParameters(Map requestParameters)
Deprecated.
|
void |
processValidationFail()
Deprecated.
|
void |
registerEditableProperty(String editablePropertyName)
Deprecated.
|
void |
registerIsNewForm(boolean isNewForm)
Deprecated.
|
void |
registerStrutsActionMappingScope(String scope)
Deprecated.
Sets the value of the "scope" attribute for the Struts action mapping corresponding to this form instance.
|
void |
setActionEditablePropertiesGuid(String guid)
Deprecated.
Sets the guid associated with the edited properties associated with the action
|
void |
setPopulateEditablePropertiesGuid(String guid)
Deprecated.
Sets the editable properties guid for this form
|
boolean |
shouldPropertyBePopulatedInForm(String requestParameterName,
javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns whether a request parameter should be populated as a property of the form, assuming that the request parameter name
corresponds to a property on the form.
|
void populate(javax.servlet.http.HttpServletRequest request)
void postprocessRequestParameters(Map requestParameters)
Map getUnconvertedValues()
Object formatValue(Object value, String keypath, Class type)
void processValidationFail()
Set<String> getRequiredNonEditableProperties()
void registerEditableProperty(String editablePropertyName)
void clearEditablePropertyInformation()
Set<String> getEditableProperties()
void addRequiredNonEditableProperties()
void registerStrutsActionMappingScope(String scope)
scope - void registerIsNewForm(boolean isNewForm)
boolean getIsNewForm()
boolean shouldPropertyBePopulatedInForm(String requestParameterName, javax.servlet.http.HttpServletRequest request)
requestParameterName - the name of the request parameterrequest - the HTTP requestSet<String> getMethodToCallsToBypassSessionRetrievalForGETRequests()
PojoFormBase.getMethodToCallsToBypassSessionRetrievalForGETRequests() for important implementation details.void setPopulateEditablePropertiesGuid(String guid)
guid - the key to the editable properties for this formvoid setActionEditablePropertiesGuid(String guid)
guid - the guid of the action editable propertiesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.