| org.apache.jsp.leadHome_jsp
leadHome_jsp | public class leadHome_jsp extends HttpJspBase (Code) | | |
Method Summary | |
public void | _jspDestroy() | public void | _jspService(HttpServletRequest request, HttpServletResponse response) | String | buildDropDown(List l, Map properties) Properties must include:
NAME-name of the select used in name-value form submit.
VALUE_FIELD-the value sent in form submit.
DISPLAY_FIELD-the field used in the display of the drop-down. | String | buildFieldDropDown(Vector fields, String entityName, HashMap properties) | String | buildStringDropDown(List l, Map properties) | String | buildUIFieldDropDown(String sectionName, List fields, String entityName, HashMap properties) | ModelField | contains(List v, String s) Checks a List of fields to see if the string
that is passed in exists in the vector. | String | formatJavaString(String s) | String | getDateTimeFieldValue(List l, String fieldName, String equalsValue, String returnFieldName, String dateFormatString) | Vector | getDateTimeGenericValue(List l, String fieldName, String equalsValue, String dateFormatString) | String | getFieldValue(List l, String fieldName, String equalsValue, String returnFieldName) | String | getFieldValue(HttpServletRequest request, String fieldName) | Vector | getGenericValue(List l, String fieldName, String equalsValue) | public java.util.List | getIncludes() | String | getStatesDropDown(String name, String selected) | GenericValue | setCorrectDataType(GenericValue entity, ModelField curField, String value) Given a ModelField and a value, this function checks the datatype for the field, and
converts the value to the correct datatype. |
leadHome_jsp | public leadHome_jsp()(Code) | | |
_jspDestroy | public void _jspDestroy()(Code) | | |
buildDropDown | String buildDropDown(List l, Map properties)(Code) | | Properties must include:
NAME-name of the select used in name-value form submit.
VALUE_FIELD-the value sent in form submit.
DISPLAY_FIELD-the field used in the display of the drop-down. use a
Properties can include:
Selected-The value to test for, and set selected on the drop-down
EMPTY_FIRST: if just a blank field use "{field display vaalue}, else if value supplied use "{field value}, {field value display name}"
|
contains | ModelField contains(List v, String s)(Code) | | Checks a List of fields to see if the string
that is passed in exists in the vector. If so,
it returns the ModelField for the named field, else
it returns null.
|
setCorrectDataType | GenericValue setCorrectDataType(GenericValue entity, ModelField curField, String value)(Code) | | Given a ModelField and a value, this function checks the datatype for the field, and
converts the value to the correct datatype.
|
|
|