Interface AsConfigurationDao

All Known Implementing Classes:
DefaultAsConfigurationDao

public interface AsConfigurationDao
  • Method Details

    • findConfigurationByUid

      <T extends AbstractAsConfigurationModel> Optional<T> findConfigurationByUid(Class<T> type, CatalogVersionModel catalogVersion, String uid)
      Finds the configuration for a specific type, catalog version and uid.
      Parameters:
      type - - the type
      catalogVersion - - the catalog version
      uid - - the unique identifier
      Returns:
      the configuration