public class DefaultAsSearchProfileService extends java.lang.Object implements AsSearchProfileService
AsSearchProfileService.| Constructor and Description |
|---|
DefaultAsSearchProfileService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
getAllSearchProfiles()
Returns all search profiles.
|
AsSearchProfileDao |
getAsSearchProfileDao() |
<T extends AbstractAsSearchProfileModel> |
getSearchProfileForCode(CatalogVersionModel catalogVersion,
java.lang.String code)
Returns the search profile a specific catalog version and code.
|
java.util.List<AbstractAsSearchProfileModel> |
getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion)
Returns all search profiles for a specific catalog version.
|
void |
setAsSearchProfileDao(AsSearchProfileDao asSearchProfileDao) |
public java.util.List<AbstractAsSearchProfileModel> getAllSearchProfiles()
AsSearchProfileServicegetAllSearchProfiles in interface AsSearchProfileServicepublic java.util.List<AbstractAsSearchProfileModel> getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion)
AsSearchProfileServicegetSearchProfilesForCatalogVersion in interface AsSearchProfileServicecatalogVersion - - the catalog versionpublic <T extends AbstractAsSearchProfileModel> java.util.Optional<T> getSearchProfileForCode(CatalogVersionModel catalogVersion, java.lang.String code)
AsSearchProfileServicegetSearchProfileForCode in interface AsSearchProfileServicecatalogVersion - - the catalog versioncode - - the codepublic AsSearchProfileDao getAsSearchProfileDao()
public void setAsSearchProfileDao(AsSearchProfileDao asSearchProfileDao)
Copyright © 2017 SAP SE. All Rights Reserved.