com.jalios.jcms
Class Category.DeepOrderComparator

java.lang.Object
  extended by com.jalios.util.DateDescendingComparator
      extended by com.jalios.jstore.BasicStorable.CdateComparator
          extended by com.jalios.jcms.Category.NameComparator
              extended by com.jalios.jcms.Category.OrderComparator
                  extended by com.jalios.jcms.Category.DeepOrderComparator
All Implemented Interfaces:
Comparator
Enclosing class:
Category

public static class Category.DeepOrderComparator
extends Category.OrderComparator


Field Summary
 
Fields inherited from class com.jalios.util.DateDescendingComparator
REVISION
 
Constructor Summary
Category.DeepOrderComparator()
          Deprecated. this constructor does not specify the language to use for sorting, use the constructor with a lang parameter instead.
Category.DeepOrderComparator(String lang)
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
Methods inherited from class com.jalios.util.DateDescendingComparator
compareDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

Category.DeepOrderComparator

@Deprecated
public Category.DeepOrderComparator()
Deprecated. this constructor does not specify the language to use for sorting, use the constructor with a lang parameter instead.


Category.DeepOrderComparator

public Category.DeepOrderComparator(String lang)
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator
Overrides:
compare in class Category.OrderComparator


Copyright © 2001-2007 Jalios SA. All Rights Reserved.