Uses of Class
de.hybris.platform.platformbackoffice.jalo.BackofficeSavedQuery
-
Packages that use BackofficeSavedQuery Package Description de.hybris.platform.platformbackoffice.jalo -
-
Uses of BackofficeSavedQuery in de.hybris.platform.platformbackoffice.jalo
Methods in de.hybris.platform.platformbackoffice.jalo that return BackofficeSavedQuery Modifier and Type Method Description BackofficeSavedQueryGeneratedPlatformbackofficeManager. createBackofficeSavedQuery(SessionContext ctx, java.util.Map attributeValues)BackofficeSavedQueryGeneratedPlatformbackofficeManager. createBackofficeSavedQuery(java.util.Map attributeValues)BackofficeSavedQueryGeneratedBackofficeSearchCondition. getSavedQuery()Generated method - Getter of theBackofficeSearchCondition.savedQueryattribute.BackofficeSavedQueryGeneratedBackofficeSearchCondition. getSavedQuery(SessionContext ctx)Generated method - Getter of theBackofficeSearchCondition.savedQueryattribute.Methods in de.hybris.platform.platformbackoffice.jalo that return types with arguments of type BackofficeSavedQuery Modifier and Type Method Description java.util.Collection<BackofficeSavedQuery>GeneratedPlatformbackofficeManager. getSavedQueries(SessionContext ctx, UserGroup item)Generated method - Getter of theUserGroup.savedQueriesattribute.java.util.Collection<BackofficeSavedQuery>GeneratedPlatformbackofficeManager. getSavedQueries(UserGroup item)Generated method - Getter of theUserGroup.savedQueriesattribute.Methods in de.hybris.platform.platformbackoffice.jalo with parameters of type BackofficeSavedQuery Modifier and Type Method Description voidGeneratedPlatformbackofficeManager. 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 BackofficeSavedQuery Modifier and Type Method Description voidGeneratedPlatformbackofficeManager. setSavedQueries(SessionContext ctx, UserGroup item, java.util.Collection<BackofficeSavedQuery> value)Generated method - Setter of theUserGroup.savedQueriesattribute.voidGeneratedPlatformbackofficeManager. setSavedQueries(UserGroup item, java.util.Collection<BackofficeSavedQuery> value)Generated method - Setter of theUserGroup.savedQueriesattribute.
-