| |
|
| java.lang.Object org.kuali.module.gl.util.BusinessObjectFieldConverter
BusinessObjectFieldConverter | public class BusinessObjectFieldConverter (Code) | | This class converts field values from G/L Business Objects to G?L transactions
|
convertFromTransactionFieldValues | public static Map convertFromTransactionFieldValues(Map fieldValues)(Code) | | This method converts the field values from GL transaction to normal GL business objects
Parameters: fieldValues - the map of field values for GL transaction the map of field values for normal GL business objects |
convertFromTransactionPropertyName | public static String convertFromTransactionPropertyName(String propertyName)(Code) | | This method converts the property name of a normal business object from GL transaction
Parameters: propertyName - the property name of GL transaction the property name of a normal business object |
convertToTransactionFieldValues | public static Map convertToTransactionFieldValues(Map fieldValues)(Code) | | This method converts the field values from normal GL business objects to GL transaction
Parameters: fieldValues - the map of field values for normal GL business objects the map of field values for GL transaction |
convertToTransactionFields | public static List convertToTransactionFields(List fields)(Code) | | This method converts the field values from normal GL business objects to GL transaction
Parameters: fields - list of fields in GL business object the list of fields for GL transaction |
convertToTransactionPropertyName | public static String convertToTransactionPropertyName(String propertyName)(Code) | | This method converts the property name of a normal business object to GL transaction
Parameters: propertyName - the property name of a normal business object the property name of GL transaction |
escapeSingleQuote | public static void escapeSingleQuote(Map fieldValues)(Code) | | Escapes any single quotes in map name/property values
Parameters: fieldValues - |
escapeSpecialCharacter | public static void escapeSpecialCharacter(Map fieldValues, String specialCharacter, String replacement)(Code) | | Escapes any special characters in map name/property values
Parameters: fieldValues - map of field keys and their values Parameters: specialCharacter - special characters to replace Parameters: replacement - value to replace special characters with |
|
|
|