Class UIReferenceUtility


  • public class UIReferenceUtility
    extends Object
    Utility methods used by UIRefernce classes
    • Constructor Detail

      • UIReferenceUtility

        public UIReferenceUtility()
    • Method Detail

      • checkTableTranslation

        public static boolean checkTableTranslation​(ComboTableData comboTableData,
                                                    String tableName,
                                                    FieldProvider field,
                                                    String reference)
                                             throws Exception
        Checks if the table has a translated table, making the joins to the translated one.
        Parameters:
        comboTableData -
        tableName - Name of the table.
        field - Name of the field.
        reference - Id of the reference.
        Returns:
        Boolean to indicate if the translated table has been found.
        Throws:
        Exception