public class DefaultAsConfigurationDao extends AbstractAsGenericDao<AbstractAsConfigurationModel> implements AsConfigurationDao
AsConfigurationDao.| Constructor and Description |
|---|
DefaultAsConfigurationDao()
Creates DAO for
AbstractAsConfigurationModel. |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsConfigurationModel> |
findConfigurationByUid(java.lang.Class<T> type,
CatalogVersionModel catalogVersion,
java.lang.String uid)
Finds the configuration for a specific type, catalog version and uid.
|
TypeService |
getTypeService() |
void |
setTypeService(TypeService typeService) |
appendAndClause, appendClause, appendLikeClause, appendOrderByClause, appendWhereClause, buildPagination, buildQuery, buildQuery, buildSearchPageData, createQuery, queryList, queryListfind, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic DefaultAsConfigurationDao()
AbstractAsConfigurationModel.public <T extends AbstractAsConfigurationModel> java.util.Optional<T> findConfigurationByUid(java.lang.Class<T> type, CatalogVersionModel catalogVersion, java.lang.String uid)
AsConfigurationDaofindConfigurationByUid in interface AsConfigurationDaotype - - the typecatalogVersion - - the catalog versionuid - - the unique identifierpublic TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2018 SAP SE. All Rights Reserved.