atg.svc.repository.service
Class OrganizationValueService.ComparatorOrganizationValueByOrganizationId

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

protected class OrganizationValueService.ComparatorOrganizationValueByOrganizationId
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.ComparatorOrganizationValueByOrganizationId()
           
 
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.ComparatorOrganizationValueByOrganizationId

protected OrganizationValueService.ComparatorOrganizationValueByOrganizationId()
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>