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:
11.0
Author:
Luke
  • Constructor Details

    • AbstractLibraryCommand

      public AbstractLibraryCommand()
  • Method Details

    • appendDB

      protected static 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