Uses of Class
de.hybris.platform.platformbackoffice.jalo.BackofficeSearchCondition
Packages that use BackofficeSearchCondition
-
Uses of BackofficeSearchCondition in de.hybris.platform.platformbackoffice.jalo
Fields in de.hybris.platform.platformbackoffice.jalo with type parameters of type BackofficeSearchConditionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<BackofficeSearchCondition>GeneratedBackofficeSavedQuery.CONDITIONSHANDLEROneToManyHandlerfor handling 1:n CONDITIONS's relation attributes from 'many' side.Methods in de.hybris.platform.platformbackoffice.jalo that return BackofficeSearchConditionModifier and TypeMethodDescriptionGeneratedPlatformbackofficeManager.createBackofficeSearchCondition(SessionContext ctx, Map attributeValues) GeneratedPlatformbackofficeManager.createBackofficeSearchCondition(Map attributeValues) Methods in de.hybris.platform.platformbackoffice.jalo that return types with arguments of type BackofficeSearchConditionModifier and TypeMethodDescriptionGeneratedBackofficeSavedQuery.getConditions()Generated method - Getter of theBackofficeSavedQuery.conditionsattribute.GeneratedBackofficeSavedQuery.getConditions(SessionContext ctx) Generated method - Getter of theBackofficeSavedQuery.conditionsattribute.Methods in de.hybris.platform.platformbackoffice.jalo with parameters of type BackofficeSearchConditionModifier and TypeMethodDescriptionvoidGeneratedBackofficeSavedQuery.addToConditions(SessionContext ctx, BackofficeSearchCondition value) Generated method - Addsvalueto conditions.voidGeneratedBackofficeSavedQuery.addToConditions(BackofficeSearchCondition value) Generated method - Addsvalueto conditions.voidGeneratedBackofficeSavedQuery.removeFromConditions(SessionContext ctx, BackofficeSearchCondition value) Generated method - Removesvaluefrom conditions.voidGeneratedBackofficeSavedQuery.removeFromConditions(BackofficeSearchCondition value) Generated method - Removesvaluefrom conditions.Method parameters in de.hybris.platform.platformbackoffice.jalo with type arguments of type BackofficeSearchConditionModifier and TypeMethodDescriptionvoidGeneratedBackofficeSavedQuery.setConditions(SessionContext ctx, Collection<BackofficeSearchCondition> value) Generated method - Setter of theBackofficeSavedQuery.conditionsattribute.voidGeneratedBackofficeSavedQuery.setConditions(Collection<BackofficeSearchCondition> value) Generated method - Setter of theBackofficeSavedQuery.conditionsattribute.