com.jalios.jcms
Class Category.DeepOrderComparator

java.lang.Object
  extended by com.jalios.jstore.BasicStorable.CdateComparator<Category>
      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<Category>
Enclosing class:
Category

public static class Category.DeepOrderComparator
extends Category.OrderComparator


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(Category c1, Category c2)
           
 
Methods inherited from class com.jalios.jstore.BasicStorable.CdateComparator
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(Category c1,
                   Category c2)
Specified by:
compare in interface Comparator<Category>
Overrides:
compare in class Category.OrderComparator


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