Class IconDao


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

      • IconDao

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

      • getRow

        public IconRow getRow​(UserCustomResultSet resultSet)
        Get the icon row from the current result set location
        Overrides:
        getRow in class MediaDao
        Parameters:
        resultSet - result set
        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