Class AbstractSearchResultFactoryImpl
- java.lang.Object
-
- org.onebusaway.presentation.impl.search.AbstractSearchResultFactoryImpl
-
- All Implemented Interfaces:
SearchResultFactory
public abstract class AbstractSearchResultFactoryImpl extends Object implements SearchResultFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractSearchResultFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpopulateServiceAlerts(List<NaturalLanguageStringBean> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans)protected voidpopulateServiceAlerts(List<NaturalLanguageStringBean> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans, boolean htmlizeNewlines)protected voidpopulateServiceAlerts(Set<String> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans)protected voidpopulateServiceAlerts(Set<String> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans, boolean htmlizeNewlines)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onebusaway.presentation.services.search.SearchResultFactory
getGeocoderResult, getRouteResult, getRouteResultForRegion, getStopResult
-
-
-
-
Method Detail
-
populateServiceAlerts
protected void populateServiceAlerts(Set<String> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans)
-
populateServiceAlerts
protected void populateServiceAlerts(Set<String> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans, boolean htmlizeNewlines)
-
populateServiceAlerts
protected void populateServiceAlerts(List<NaturalLanguageStringBean> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans, boolean htmlizeNewlines)
-
populateServiceAlerts
protected void populateServiceAlerts(List<NaturalLanguageStringBean> serviceAlertDescriptions, List<ServiceAlertBean> serviceAlertBeans)
-
-