org.deltava.commands.stats
Class AbstractStatsCommand

java.lang.Object
  extended by org.deltava.commands.AbstractCommand
      extended by org.deltava.commands.AbstractViewCommand
          extended by org.deltava.commands.stats.AbstractStatsCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
FlightStatsCommand, MyFlightStatsCommand

public abstract class AbstractStatsCommand
extends AbstractViewCommand

An Abstract Command used to store options for Flight Report statistics.

Since:
2.1
Version:
3.0
Author:
Luke

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
 
Field Summary
static String[] GROUP_CODE
          Group option SQL.
static List<?> GROUP_OPTIONS
          Group option labels.
static String MONTH_SQL
          SQL used to display friendly month/year.
static String[] SORT_CODE
          Sort option SQL.
static List<?> SORT_OPTIONS
          Sort option labels.
 
Fields inherited from interface org.deltava.commands.Command
APPLICATION, ID, OPERATION, PAGE, REQUEST, SESSION
 
Constructor Summary
AbstractStatsCommand()
           
 
Method Summary
 
Methods inherited from class org.deltava.commands.AbstractViewCommand
initView, initView
 
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
 

Field Detail

SORT_CODE

public static final String[] SORT_CODE
Sort option SQL.


SORT_OPTIONS

public static final List<?> SORT_OPTIONS
Sort option labels.


GROUP_CODE

public static final String[] GROUP_CODE
Group option SQL.


GROUP_OPTIONS

public static final List<?> GROUP_OPTIONS
Group option labels.


MONTH_SQL

public static final String MONTH_SQL
SQL used to display friendly month/year.

See Also:
Constant Field Values
Constructor Detail

AbstractStatsCommand

public AbstractStatsCommand()


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