Uses of Class
de.hybris.platform.commerceservices.jalo.storelocator.StoreLocatorFeature
Packages that use StoreLocatorFeature
-
Uses of StoreLocatorFeature in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo that return StoreLocatorFeatureModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.createStoreLocatorFeature(SessionContext ctx, Map attributeValues) GeneratedCommerceServicesManager.createStoreLocatorFeature(Map attributeValues) Methods in de.hybris.platform.commerceservices.jalo that return types with arguments of type StoreLocatorFeatureModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.getFeatures(SessionContext ctx, PointOfService item) Generated method - Getter of thePointOfService.featuresattribute.GeneratedCommerceServicesManager.getFeatures(PointOfService item) Generated method - Getter of thePointOfService.featuresattribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type StoreLocatorFeatureModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.addToFeatures(SessionContext ctx, PointOfService item, StoreLocatorFeature value) Generated method - Addsvalueto features.voidGeneratedCommerceServicesManager.addToFeatures(PointOfService item, StoreLocatorFeature value) Generated method - Addsvalueto features.voidGeneratedCommerceServicesManager.removeFromFeatures(SessionContext ctx, PointOfService item, StoreLocatorFeature value) Generated method - Removesvaluefrom features.voidGeneratedCommerceServicesManager.removeFromFeatures(PointOfService item, StoreLocatorFeature value) Generated method - Removesvaluefrom features.Method parameters in de.hybris.platform.commerceservices.jalo with type arguments of type StoreLocatorFeatureModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.setFeatures(SessionContext ctx, PointOfService item, Set<StoreLocatorFeature> value) Generated method - Setter of thePointOfService.featuresattribute.voidGeneratedCommerceServicesManager.setFeatures(PointOfService item, Set<StoreLocatorFeature> value) Generated method - Setter of thePointOfService.featuresattribute.