Package org.onebusaway.presentation.impl

Examples of org.onebusaway.presentation.impl.AgencyWithCoverageBeanComparator


      @Action(value = "/where/standard/agencies"),
      @Action(value = "/where/iphone/agencies"),
      @Action(value = "/where/text/agencies")})
  public String execute() throws ServiceException {
    _model = _transitDataService.getAgenciesWithCoverage();
    Collections.sort(_model, new AgencyWithCoverageBeanComparator());
    return SUCCESS;
  }
View Full Code Here

TOP

Related Classes of org.onebusaway.presentation.impl.AgencyWithCoverageBeanComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.