dk.netarkivet.harvester.webinterface
Class HarvestChannelSiteSection

java.lang.Object
  extended by dk.netarkivet.common.webinterface.SiteSection
      extended by dk.netarkivet.harvester.webinterface.HarvestChannelSiteSection

public class HarvestChannelSiteSection
extends SiteSection

Site section that creates the menu for harvest channel and mappings.


Constructor Summary
HarvestChannelSiteSection()
          Create a new definition SiteSection object.
 
Method Summary
 void close()
          Release DB resources.
 void initialize()
          Initialise the site section.
 
Methods inherited from class dk.netarkivet.common.webinterface.SiteSection
cleanup, generateNavigationTree, getDirname, getSections, getTitle, isDeployed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarvestChannelSiteSection

public HarvestChannelSiteSection()
Create a new definition SiteSection object.

Method Detail

initialize

public void initialize()
Initialise the site section.

Specified by:
initialize in class SiteSection
Throws:
UnknownID - If the default order.xml does not exist.

close

public void close()
Release DB resources.

Specified by:
close in class SiteSection