org.opennms.web.admin.roles
Class AbstractWebCalendar

java.lang.Object
  extended by org.opennms.web.admin.roles.AbstractWebCalendar
All Implemented Interfaces:
WebCalendar
Direct Known Subclasses:
MonthlyCalendar

public abstract class AbstractWebCalendar
extends Object
implements WebCalendar


Constructor Summary
AbstractWebCalendar()
           
 
Method Summary
abstract  String getMonthAndYear()
           
abstract  Date getNextMonth()
           
abstract  Date getPreviousMonth()
           
abstract  Week[] getWeeks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWebCalendar

public AbstractWebCalendar()
Method Detail

getMonthAndYear

public abstract String getMonthAndYear()
Specified by:
getMonthAndYear in interface WebCalendar

getPreviousMonth

public abstract Date getPreviousMonth()
Specified by:
getPreviousMonth in interface WebCalendar

getNextMonth

public abstract Date getNextMonth()
Specified by:
getNextMonth in interface WebCalendar

getWeeks

public abstract Week[] getWeeks()
Specified by:
getWeeks in interface WebCalendar


Copyright © 2009. All Rights Reserved.