|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.framework.adhoc.events.AdHocEvent
com.esri.gpt.framework.adhoc.events.TimeOfTheDayEvent
public class TimeOfTheDayEvent
Recurring time ad-hoc event.
Constructor Summary | |
---|---|
TimeOfTheDayEvent(Date timeOfTheDay)
Creates instance of the event. |
Method Summary | |
---|---|
String |
getCode()
Gets event code. |
String |
getLocalizedCaption(MessageBroker broker)
Gets localized caption. |
Date |
getNextEventDate(Date lastHarvestDate)
Gets next event date. |
String |
toString()
|
Methods inherited from class com.esri.gpt.framework.adhoc.events.AdHocEvent |
---|
getCalendar |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeOfTheDayEvent(Date timeOfTheDay)
timeOfTheDay
- time of the dayMethod Detail |
---|
public Date getNextEventDate(Date lastHarvestDate)
IAdHocEvent
lastHarvestDate
- last event date
null
if no next event datepublic String getLocalizedCaption(MessageBroker broker)
IAdHocEvent
broker
- message broker
public String getCode()
IAdHocEvent
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |