Uses of Class
de.hybris.platform.platformbackoffice.jalo.BackofficeSavedQuery
Packages that use BackofficeSavedQuery
-
Uses of BackofficeSavedQuery in de.hybris.platform.platformbackoffice.jalo
Methods in de.hybris.platform.platformbackoffice.jalo that return BackofficeSavedQueryModifier and TypeMethodDescriptionGeneratedPlatformbackofficeManager.createBackofficeSavedQuery(SessionContext ctx, Map attributeValues) GeneratedPlatformbackofficeManager.createBackofficeSavedQuery(Map attributeValues) GeneratedBackofficeSearchCondition.getSavedQuery()Generated method - Getter of theBackofficeSearchCondition.savedQueryattribute.GeneratedBackofficeSearchCondition.getSavedQuery(SessionContext ctx) Generated method - Getter of theBackofficeSearchCondition.savedQueryattribute.Methods in de.hybris.platform.platformbackoffice.jalo that return types with arguments of type BackofficeSavedQueryModifier and TypeMethodDescriptionGeneratedPlatformbackofficeManager.getSavedQueries(SessionContext ctx, UserGroup item) Generated method - Getter of theUserGroup.savedQueriesattribute.GeneratedPlatformbackofficeManager.getSavedQueries(UserGroup item) Generated method - Getter of theUserGroup.savedQueriesattribute.Methods in de.hybris.platform.platformbackoffice.jalo with parameters of type BackofficeSavedQueryModifier and TypeMethodDescriptionvoidGeneratedPlatformbackofficeManager.addToSavedQueries(SessionContext ctx, UserGroup item, BackofficeSavedQuery value) Generated method - Addsvalueto savedQueries.voidGeneratedPlatformbackofficeManager.addToSavedQueries(UserGroup item, BackofficeSavedQuery value) Generated method - Addsvalueto savedQueries.voidGeneratedPlatformbackofficeManager.removeFromSavedQueries(SessionContext ctx, UserGroup item, BackofficeSavedQuery value) Generated method - Removesvaluefrom savedQueries.voidGeneratedPlatformbackofficeManager.removeFromSavedQueries(UserGroup item, BackofficeSavedQuery value) Generated method - Removesvaluefrom savedQueries.voidGeneratedBackofficeSearchCondition.setSavedQuery(SessionContext ctx, BackofficeSavedQuery value) Generated method - Setter of theBackofficeSearchCondition.savedQueryattribute.voidGeneratedBackofficeSearchCondition.setSavedQuery(BackofficeSavedQuery value) Generated method - Setter of theBackofficeSearchCondition.savedQueryattribute.Method parameters in de.hybris.platform.platformbackoffice.jalo with type arguments of type BackofficeSavedQueryModifier and TypeMethodDescriptionvoidGeneratedPlatformbackofficeManager.setSavedQueries(SessionContext ctx, UserGroup item, Collection<BackofficeSavedQuery> value) Generated method - Setter of theUserGroup.savedQueriesattribute.voidGeneratedPlatformbackofficeManager.setSavedQueries(UserGroup item, Collection<BackofficeSavedQuery> value) Generated method - Setter of theUserGroup.savedQueriesattribute.