Interface DataTableFavoriteConfiguration

All Known Implementing Classes:
DataTableFavoriteConfigurationImpl

public interface DataTableFavoriteConfiguration
Author:
Filip Hrisafov
  • Method Details

    • getId

      String getId()
      The technical id of the configuration
    • getTenantId

      String getTenantId()
    • getKey

      String getKey()
      The key for the favorite.
    • getName

      String getName()
      The name of the favorite.
    • getConfiguration

      com.fasterxml.jackson.databind.node.ObjectNode getConfiguration()
      The favorite configuration definition.
    • isDefault

      boolean isDefault()