| Package | Description |
|---|---|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.platformbackoffice.dao | |
| de.hybris.platform.platformbackoffice.dao.impl | |
| de.hybris.platform.platformbackoffice.model |
Contains generated models for each type of de.hybris.platform.platformbackoffice.jalo package.
|
| de.hybris.platform.platformbackoffice.resource | |
| de.hybris.platform.platformbackoffice.services | |
| de.hybris.platform.platformbackoffice.services.impl | |
| de.hybris.platform.platformbackoffice.widgets.savedqueries |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BackofficeSavedQueryModel> |
UserGroupModel.getSavedQueries()
Generated method - Getter of the
UserGroup.savedQueries attribute defined at extension platformbackoffice. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupModel.setSavedQueries(java.util.Collection<BackofficeSavedQueryModel> value)
Generated method - Setter of
UserGroup.savedQueries attribute defined at extension platformbackoffice. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BackofficeSavedQueryModel> |
BackofficeSavedQueryDAO.findSavedQueries(UserModel userModel)
Finds saved queries created by specific user and shared across its userGroups
PrincipalModel.getAllGroups() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BackofficeSavedQueryModel> |
DefaultBackofficeSavedQueryDAO.findSavedQueries(UserModel userModel) |
| Modifier and Type | Method and Description |
|---|---|
BackofficeSavedQueryModel |
BackofficeSearchConditionModel.getSavedQuery()
Generated method - Getter of the
BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice. |
| Modifier and Type | Method and Description |
|---|---|
void |
BackofficeSearchConditionModel.setSavedQuery(BackofficeSavedQueryModel value)
Generated method - Setter of
BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice. |
| Modifier and Type | Method and Description |
|---|---|
BackofficeSavedQueryModel |
BackofficeSavedQueryResource.getBackofficeSavedQueryModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BackofficeSavedQueryModel |
BackofficeSavedQueryResource.readResource(java.lang.String resourceId)
Gets the
BackofficeSavedQueryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BackofficeSavedQueryModel> |
BackofficeSavedQueriesResource.getBackofficeSavedQueriesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackofficeSavedQueryResource.setBackofficeSavedQueryModel(BackofficeSavedQueryModel value)
Convenience method which just delegates to
#setResourceValue(BackofficeSavedQueryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BackofficeSavedQueriesResource.setBackofficeSavedQueriesCollection(java.util.Collection<BackofficeSavedQueryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BackofficeSavedQueryModel |
BackofficeSavedQueriesService.createSavedQuery(java.util.Map<java.util.Locale,java.lang.String> queryName,
AdvancedSearchData advancedSearchData,
UserModel userModel,
java.util.List<UserGroupModel> groups)
Creates saved query from
AdvancedSearchInitContext |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BackofficeSavedQueryModel> |
BackofficeSavedQueriesService.getSavedQueries(UserModel userModel)
Searches saved queries for specified user.
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedSearchInitContext |
BackofficeSavedQueriesService.getAdvancedSearchInitContext(BackofficeSavedQueryModel savedQueryModel)
Converts saved query model to advanced search context which can be passes to advancedSearchWidget.
|
| Modifier and Type | Method and Description |
|---|---|
BackofficeSavedQueryModel |
BackofficeSavedQueriesServiceImpl.createSavedQuery(java.util.Map<java.util.Locale,java.lang.String> queryName,
AdvancedSearchData asd,
UserModel userModel,
java.util.List<UserGroupModel> groups) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BackofficeSavedQueryModel> |
BackofficeSavedQueriesServiceImpl.getSavedQueries(UserModel userModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SearchConditionData> |
BackofficeSavedQueriesServiceImpl.extractAndConvertConditions(BackofficeSavedQueryModel savedQueryModel,
java.util.List<java.lang.String> notConvertedAttributesValues) |
AdvancedSearchInitContext |
BackofficeSavedQueriesServiceImpl.getAdvancedSearchInitContext(BackofficeSavedQueryModel sqm) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<BackofficeSavedQueryModel> |
SavedQueriesWidgetController.filterQueries(java.lang.String filter) |
java.util.List<BackofficeSavedQueryModel> |
SavedQueriesWidgetController.getAllQueries() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SavedQueriesWidgetController.getSavedQueryNameWithFallback(BackofficeSavedQueryModel queryModel) |
protected void |
SavedQueriesWidgetController.handleObjectsDeletedEventData(BackofficeSavedQueryModel removedQuery) |
protected void |
SavedQueriesWidgetController.handleSavedQueryUpdatedEvent(BackofficeSavedQueryModel query) |
protected void |
SavedQueriesWidgetController.highlightRecentlyAdded(Listitem listitem,
BackofficeSavedQueryModel queryModel) |
protected void |
SavedQueriesWidgetController.sendInitContext(BackofficeSavedQueryModel selectedQuery) |
protected void |
SavedQueriesWidgetController.showMissingAttributesMessage(BackofficeSavedQueryModel queryModel,
java.util.Collection<java.lang.String> missingAttributes) |
protected void |
SavedQueriesWidgetController.showRemoveConfirmationMessage(BackofficeSavedQueryModel queryModel) |
Copyright © 2018 SAP SE. All Rights Reserved.