Esri Geoportal Server
1.2.9

com.esri.gpt.framework.adhoc.events
Class AdHocEvent

java.lang.Object
  extended by com.esri.gpt.framework.adhoc.events.AdHocEvent
All Implemented Interfaces:
IAdHocEvent
Direct Known Subclasses:
DayOfTheMonthEvent, DayOfTheWeekEvent, DayOfTheWeekInTheMonthEvent, SpecTimeEvent, TimeOfTheDayEvent

public abstract class AdHocEvent
extends Object
implements IAdHocEvent

Abstract ad-hoc event.


Constructor Summary
AdHocEvent()
           
 
Method Summary
protected  Calendar getCalendar(Date date)
          Gets calendar for a date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.gpt.framework.adhoc.IAdHocEvent
getCode, getLocalizedCaption, getNextEventDate
 

Constructor Detail

AdHocEvent

public AdHocEvent()
Method Detail

getCalendar

protected Calendar getCalendar(Date date)
Gets calendar for a date.

Parameters:
date - date
Returns:
calendar or null if date is null

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.