Class AbstractLibraryCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.fleet.AbstractLibraryCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
DocumentLibraryCommand
,FleetLibraryCommand
An abstract class to support Library-related Web Site Commands.
- Since:
- 1.0
- Version:
- 11.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static 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
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
AbstractLibraryCommand
public AbstractLibraryCommand()
-
-
Method Details
-
appendDB
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
-