org.onebusaway.presentation.impl.service_alerts
Class SituationsPresentation

java.lang.Object
  extended by org.onebusaway.presentation.impl.service_alerts.SituationsPresentation

public class SituationsPresentation
extends Object


Constructor Summary
SituationsPresentation()
           
 
Method Summary
 String getApiKey()
           
 List<ServiceAlertBean> getReadSituations()
           
 String getTitle(ServiceAlertBean situation)
           
 int getTotalCount()
           
 int getUnreadCount()
           
 String getUnreadServiceAlertsClass()
           
 List<ServiceAlertBean> getUnreadSituations()
           
 boolean isSet(NaturalLanguageStringBean bean)
          Private Methods
 void setApiKey(String apiKey)
           
 void setRedisplayIfNowActiveThreshold(long redisplayIfNowActiveThhreshold)
           
 void setSituations(List<ServiceAlertBean> situations)
           
 void setUser(UserBean user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SituationsPresentation

public SituationsPresentation()
Method Detail

setApiKey

public void setApiKey(String apiKey)

getApiKey

public String getApiKey()

setSituations

public void setSituations(List<ServiceAlertBean> situations)

setUser

public void setUser(UserBean user)

setRedisplayIfNowActiveThreshold

public void setRedisplayIfNowActiveThreshold(long redisplayIfNowActiveThhreshold)

getTotalCount

public int getTotalCount()

getUnreadCount

public int getUnreadCount()

getUnreadServiceAlertsClass

public String getUnreadServiceAlertsClass()

getUnreadSituations

public List<ServiceAlertBean> getUnreadSituations()

getReadSituations

public List<ServiceAlertBean> getReadSituations()

getTitle

public String getTitle(ServiceAlertBean situation)

isSet

public boolean isSet(NaturalLanguageStringBean bean)
Private Methods



Copyright © 2012 OneBusAway. All Rights Reserved.