|
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.DayOfTheWeekInTheMonthEvent
public class DayOfTheWeekInTheMonthEvent
Day of the week in the month ad-hoc event.
| Constructor Summary | |
|---|---|
DayOfTheWeekInTheMonthEvent(int dayOfTheMonth,
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 DayOfTheWeekInTheMonthEvent(int dayOfTheMonth,
DayOfTheWeekEvent.DayOfTheWeek dayOfTheWeek,
Date timeOfTheDay)
dayOfTheMonth - day of the monthdayOfTheWeek - 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 | ||||||||