com.atlassian.core.ofbiz.comparators
Class OFBizDateComparator
java.lang.Object
com.atlassian.core.ofbiz.comparators.OFBizDateComparator
- All Implemented Interfaces:
- Comparator<org.ofbiz.core.entity.GenericValue>
Deprecated. Please use OfBizDateFieldComparator
instead. Since v4.3
public class OFBizDateComparator
- extends Object
- implements Comparator<org.ofbiz.core.entity.GenericValue>
This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA.
Method Summary |
int |
compare(org.ofbiz.core.entity.GenericValue gv1,
org.ofbiz.core.entity.GenericValue gv2)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OFBizDateComparator
public OFBizDateComparator(String fieldname)
- Deprecated.
compare
public int compare(org.ofbiz.core.entity.GenericValue gv1,
org.ofbiz.core.entity.GenericValue gv2)
- Deprecated.
- Specified by:
compare
in interface Comparator<org.ofbiz.core.entity.GenericValue>
Copyright © 2002-2012 Atlassian. All Rights Reserved.