Uses of Class
com.broadleafcommerce.search.provider.solr.util.AvailabilityStrategy
-
Packages that use AvailabilityStrategy Package Description com.broadleafcommerce.search.provider.solr.util -
-
Uses of AvailabilityStrategy in com.broadleafcommerce.search.provider.solr.util
Methods in com.broadleafcommerce.search.provider.solr.util that return AvailabilityStrategy Modifier and Type Method Description AvailabilityStrategyAvailabilityStrategy. fromString(String strategy)Find the availability strategy based on its string representation.static AvailabilityStrategyAvailabilityStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailabilityStrategy[]AvailabilityStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-