org.opennms.web.admin.roles
Class MonthlyCalendar

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

public class MonthlyCalendar
extends AbstractWebCalendar


Constructor Summary
MonthlyCalendar(Date date, Role role, GroupManager groupManager)
           
 
Method Summary
 int getMonth()
           
 String getMonthAndYear()
           
 Date getNextMonth()
           
 Date getPreviousMonth()
           
 Week[] getWeeks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthlyCalendar

public MonthlyCalendar(Date date,
                       Role role,
                       GroupManager groupManager)
Method Detail

getMonth

public int getMonth()

getMonthAndYear

public String getMonthAndYear()
Specified by:
getMonthAndYear in interface WebCalendar
Specified by:
getMonthAndYear in class AbstractWebCalendar

getWeeks

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

getNextMonth

public Date getNextMonth()
Specified by:
getNextMonth in interface WebCalendar
Specified by:
getNextMonth in class AbstractWebCalendar

getPreviousMonth

public Date getPreviousMonth()
Specified by:
getPreviousMonth in interface WebCalendar
Specified by:
getPreviousMonth in class AbstractWebCalendar


Copyright © 2009. All Rights Reserved.