Interface AsConfigurationDao

    • Method Detail

      • findConfigurationByUid

        <T extends AbstractAsConfigurationModel> java.util.Optional<T> findConfigurationByUid​(java.lang.Class<T> type,
                                                                                              CatalogVersionModel catalogVersion,
                                                                                              java.lang.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