public class IconDao extends MediaDao
Icon DAO for reading icon tables
Since:
3.2.0
  • Constructor Details

    • IconDao

      public IconDao(UserCustomDao dao)
      Constructor
      Parameters:
      dao - user custom data access object
  • Method Details

    • getTable

      public IconTable getTable()
      Overrides:
      getTable in class MediaDao
    • newRow

      public IconRow newRow()
      Overrides:
      newRow in class MediaDao
    • getRow

      public IconRow getRow(UserCustomCursor cursor)
      Get the icon row from the current cursor location
      Overrides:
      getRow in class MediaDao
      Parameters:
      cursor - cursor
      Returns:
      icon row
    • getRow

      public IconRow getRow(UserCustomRow row)
      Get a icon row from the user custom row
      Overrides:
      getRow in class MediaDao
      Parameters:
      row - custom row
      Returns:
      icon row
    • queryForRow

      public IconRow queryForRow(StyleMappingRow styleMappingRow)
      Query for the icon row from a style mapping row
      Parameters:
      styleMappingRow - style mapping row
      Returns:
      icon row