Interface AsConfigurationDao
-
- All Known Implementing Classes:
DefaultAsConfigurationDao
public interface AsConfigurationDao
TheAbstractAsConfigurationModel
DAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <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.
-
-
-
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 typecatalogVersion
- - the catalog versionuid
- - the unique identifier- Returns:
- the configuration
-
-