com.elasticpath.domain.misc
Interface ProductLowestPriceComparator

All Superinterfaces:
java.util.Comparator, java.io.Serializable
All Known Implementing Classes:
ProductLowestPriceComparatorImpl

public interface ProductLowestPriceComparator
extends java.util.Comparator, java.io.Serializable

Represents a Comparator on product lowest price.

Notice: it must be initialized with currency before use.


Method Summary
 void initialize(java.util.Currency currency)
          Intialize the comparaor with the given currency.
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

initialize

void initialize(java.util.Currency currency)
Intialize the comparaor with the given currency.

Parameters:
currency - the currency