Interface AsConfigurationDao
- All Known Implementing Classes:
DefaultAsConfigurationDao
public interface AsConfigurationDao
The
AbstractAsConfigurationModel DAO.-
Method Summary
Modifier and TypeMethodDescription<T extends AbstractAsConfigurationModel>
Optional<T>findConfigurationByUid(Class<T> type, CatalogVersionModel catalogVersion, String uid) Finds the configuration for a specific type, catalog version and uid.
-
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 typecatalogVersion- - the catalog versionuid- - the unique identifier- Returns:
- the configuration
-