Uses of Interface
dk.netarkivet.common.utils.Named

Packages that use Named
dk.netarkivet.common.utils   
dk.netarkivet.harvester.datamodel   
 

Uses of Named in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils with parameters of type Named
static void DBUtils.setComments(java.sql.PreparedStatement s, int fieldNum, Named o, int maxFieldSize)
          Set the comments of a Named object into the given field of statement.
static void DBUtils.setName(java.sql.PreparedStatement s, int fieldNum, Named o, int maxFieldSize)
          Set the name of a Named object into the given field.
 

Uses of Named in dk.netarkivet.harvester.datamodel
 

Classes in dk.netarkivet.harvester.datamodel that implement Named
 class Domain
          Represents known information about a domain A domain is identified by a domain name (ex: kb.dk)
 class DomainConfiguration
          This class describes a configuration for harvesting a domain.
 class FullHarvest
          This class contains the specific properties and operations of snapshot harvest definitions.
 class HarvestDefinition
          This abstract class models the general properties of a harvest definition, i.e.
 class PartialHarvest
          This class contains the specific properties and operations of harvest definitions which are not snapshot harvest definitions.
 class Password
          Immutable password class.
 class RepeatingSchedule
          This class implements a schedule that should run a certain number of times.
 class Schedule
          This class implements a schedule that can be either repeating or timed, depending on the subclass.
 class SeedList
          Representation of the list of harvesting seeds.
 class SparsePartialHarvest
          Sparse version of PartialHarvest to be used for GUI purposes only.
 class TimedSchedule
          This class implements a schedule that runs over a specified period of time.
 

Methods in dk.netarkivet.harvester.datamodel with type parameters of type Named
static
<T extends Named>
void
NamedUtils.sortNamedObjectList(java.util.Locale loc, java.util.List<T> list)
          Sorts List of Named objects according to language defined in parameter loc.