atg.svc.repository.service
Class OrganizationValueService.ComparatorOrganizationValueByDisplayName

java.lang.Object
  extended by atg.svc.repository.service.OrganizationValueService.ComparatorOrganizationValueByDisplayName
All Implemented Interfaces:
java.util.Comparator<atg.svc.repository.beans.OrganizationValue>
Enclosing class:
OrganizationValueService

protected class OrganizationValueService.ComparatorOrganizationValueByDisplayName
extends java.lang.Object
implements java.util.Comparator<atg.svc.repository.beans.OrganizationValue>

Helper class comparator used to sort collection of OrganizationValues to return to UI


Constructor Summary
protected OrganizationValueService.ComparatorOrganizationValueByDisplayName()
           
 
Method Summary
 int compare(atg.svc.repository.beans.OrganizationValue o1, atg.svc.repository.beans.OrganizationValue o2)
           
 
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

OrganizationValueService.ComparatorOrganizationValueByDisplayName

protected OrganizationValueService.ComparatorOrganizationValueByDisplayName()
Method Detail

compare

public int compare(atg.svc.repository.beans.OrganizationValue o1,
                   atg.svc.repository.beans.OrganizationValue o2)
Specified by:
compare in interface java.util.Comparator<atg.svc.repository.beans.OrganizationValue>