Interface DataLoader<T>

    • Method Detail

      • getData

        Object getData​(DbControl dc,
                       ExportedProperty exportedProperty,
                       T item)
                throws Exception
        Get the value for the specified property.
        Parameters:
        exportedProperty - The property to get the value for
        item - The item that holds the value
        Throws:
        Exception - If failing to get the data.
        Since:
        3.2 (Added DbControl parameter)