org.deltava.commands.fleet
Class AbstractLibraryCommand
java.lang.Object
org.deltava.commands.AbstractCommand
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLibraryCommand
public AbstractLibraryCommand()
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 beansdbName - the database name to append
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.