|
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.DayOfTheWeekEvent
public class DayOfTheWeekEvent
Day of the week ad-hoc event.
| Nested Class Summary | |
|---|---|
static class |
DayOfTheWeekEvent.DayOfTheWeek
Day of the week enumeration. |
| Constructor Summary | |
|---|---|
DayOfTheWeekEvent(DayOfTheWeekEvent.DayOfTheWeek dayOfTheWeek,
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 DayOfTheWeekEvent(DayOfTheWeekEvent.DayOfTheWeek dayOfTheWeek,
Date timeOfTheDay)
dayOfTheWeek - day of the weektimeOfTheDay - time of the day| Method 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 | ||||||||