org.deltava.commands.fleet
Class AbstractLibraryCommand

java.lang.Object
  extended by org.deltava.commands.AbstractCommand
      extended by org.deltava.commands.fleet.AbstractLibraryCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
DocumentLibraryCommand, FleetLibraryCommand

public abstract class AbstractLibraryCommand
extends AbstractCommand

An abstract class to support Library-related Web Site Commands.

Since:
1.0
Version:
2.6
Author:
Luke

Nested Class Summary
 
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
AbstractLibraryCommand()
           
 
Method Summary
protected  void appendDB(Collection<? extends LibraryEntry> entries, String dbName)
          Helper method to append the database name to the end of the entry names.
 
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

AbstractLibraryCommand

public AbstractLibraryCommand()
Method Detail

appendDB

protected void appendDB(Collection<? extends LibraryEntry> entries,
                        String dbName)
Helper method to append the database name to the end of the entry names.

Parameters:
entries - a Collection of LibraryEntry beans
dbName - the database name to append


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