com.elasticpath.domain.misc
Interface FeaturedProductOrderComparator

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

public interface FeaturedProductOrderComparator
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(long categoryUid)
          Intialize the comparaor with the given category uid.
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

initialize

void initialize(long categoryUid)
Intialize the comparaor with the given category uid.

Parameters:
categoryUid - the category uid