org.onebusaway.presentation.services
Interface InitialSetupService

All Known Implementing Classes:
InitialSetupServiceImpl

public interface InitialSetupService

Service that determines if the application is in a default startup state that requires some initial setup. Right now, we mostly just check to see if an admin account has been created yet.

Author:
bdferris

Method Summary
 boolean isInitialSetupRequired(boolean forceRefresh)
           
 

Method Detail

isInitialSetupRequired

boolean isInitialSetupRequired(boolean forceRefresh)


Copyright © 2012 OneBusAway. All Rights Reserved.