Class ConsolidatedStopsServiceImpl
- java.lang.Object
-
- org.onebusaway.transit_data_federation.impl.ConsolidatedStopsServiceImpl
-
- All Implemented Interfaces:
ConsolidatedStopsService
@Component public class ConsolidatedStopsServiceImpl extends Object implements ConsolidatedStopsService
-
-
Constructor Summary
Constructors Constructor Description ConsolidatedStopsServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ConsolidatedStopMapBean>
getAllConsolidatedStops()
org.onebusaway.gtfs.model.AgencyAndId
getConsolidatedStopIdForHiddenStopId(org.onebusaway.gtfs.model.AgencyAndId id)
void
init()
void
setBundle(FederatedTransitDataBundle bundle)
-
-
-
Method Detail
-
setBundle
@Autowired public void setBundle(FederatedTransitDataBundle bundle)
-
getAllConsolidatedStops
public Collection<ConsolidatedStopMapBean> getAllConsolidatedStops()
- Specified by:
getAllConsolidatedStops
in interfaceConsolidatedStopsService
-
getConsolidatedStopIdForHiddenStopId
public org.onebusaway.gtfs.model.AgencyAndId getConsolidatedStopIdForHiddenStopId(org.onebusaway.gtfs.model.AgencyAndId id)
- Specified by:
getConsolidatedStopIdForHiddenStopId
in interfaceConsolidatedStopsService
-
init
@Refreshable(dependsOn="stopConsolidationFile") public void init() throws IOException
- Throws:
IOException
-
-