public class DefaultCxCustomizationDao extends AbstractCxDao<CxCustomizationModel> implements CxCustomizationDao
| Constructor and Description |
|---|
DefaultCxCustomizationDao() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CxCustomizationModel> |
findCustomizationByCode(String code,
CatalogVersionModel catalogVersion)
Retrieves customization with given code for given catalog version
|
List<CxCustomizationModel> |
findCustomizations(CatalogVersionModel catalogVersion)
Retrieves all customizations for given catalog version
|
SearchResult<CxCustomizationModel> |
findCustomizations(CatalogVersionModel catalogVersion,
Map<String,String> params,
int startPosition,
int count)
Retrieves all customizations for given catalog version filtered by params
|
void |
setCxCustomizationDaoStrategies(List<CxCustomizationDaoStrategy> cxCustomizationDaoStrategies) |
queryList, queryList, queryList, queryList, queryList, queryList, querySingle, querySingle, setCxDaoQueryBuilderfind, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic Optional<CxCustomizationModel> findCustomizationByCode(String code, CatalogVersionModel catalogVersion)
CxCustomizationDaofindCustomizationByCode in interface CxCustomizationDaocode - identifier of customizationcatalogVersion - Catalog versionpublic List<CxCustomizationModel> findCustomizations(CatalogVersionModel catalogVersion)
CxCustomizationDaofindCustomizations in interface CxCustomizationDaocatalogVersion - Catalog versionpublic SearchResult<CxCustomizationModel> findCustomizations(CatalogVersionModel catalogVersion, Map<String,String> params, int startPosition, int count)
CxCustomizationDaofindCustomizations in interface CxCustomizationDaocatalogVersion - Catalog versionparams - parameters for filteringpublic void setCxCustomizationDaoStrategies(List<CxCustomizationDaoStrategy> cxCustomizationDaoStrategies)
Copyright © 2017 SAP SE. All Rights Reserved.