org.deltava.commands
Class AbstractCalendarCommand

java.lang.Object
  extended by org.deltava.commands.AbstractCommand
      extended by org.deltava.commands.AbstractCalendarCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
EventCalendarCommand, InstructionCalendarCommand, InstructorBusyTimeCommand, LogCalendarCommand, ServiceCalendarCommand

public abstract class AbstractCalendarCommand
extends AbstractCommand

An abstract Command class to support Calendar views.

Since:
1.0
Version:
1.0
Author:
Luke

Nested Class Summary
protected  class AbstractCalendarCommand.CalendarContext
           
 
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
 
Field Summary
 
Fields inherited from interface org.deltava.commands.Command
APPLICATION, ID, OPERATION, PAGE, REQUEST, SESSION
 
Constructor Summary
AbstractCalendarCommand()
           
 
Method Summary
protected  AbstractCalendarCommand.CalendarContext initCalendar(CommandContext ctx)
          Initializes the Calendar context.
 
Methods inherited from class org.deltava.commands.AbstractCommand
getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deltava.commands.Command
execute
 

Constructor Detail

AbstractCalendarCommand

public AbstractCalendarCommand()
Method Detail

initCalendar

protected AbstractCalendarCommand.CalendarContext initCalendar(CommandContext ctx)
Initializes the Calendar context.

Parameters:
ctx - the Command context
Returns:
a CalendarContext bean


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.