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

Abstract AbstractWebCalendar class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
AbstractWebCalendar()
           
 
Method Summary
abstract  String getMonthAndYear()
          getMonthAndYear
abstract  Date getNextMonth()
          getNextMonth
abstract  Date getPreviousMonth()
          getPreviousMonth
abstract  Week[] getWeeks()
          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()

getMonthAndYear

Specified by:
getMonthAndYear in interface WebCalendar
Returns:
a String object.

getPreviousMonth

public abstract Date getPreviousMonth()

getPreviousMonth

Specified by:
getPreviousMonth in interface WebCalendar
Returns:
a Date object.

getNextMonth

public abstract Date getNextMonth()

getNextMonth

Specified by:
getNextMonth in interface WebCalendar
Returns:
a Date object.

getWeeks

public abstract Week[] getWeeks()

getWeeks

Specified by:
getWeeks in interface WebCalendar
Returns:
an array of Week objects.


Copyright © 2011. All Rights Reserved.