Uses of Class
no.sesat.search.datamodel.access.ControlLevel

Packages that use ControlLevel
no.sesat.search.datamodel   
no.sesat.search.datamodel.access   
 

Uses of ControlLevel in no.sesat.search.datamodel
 

Methods in no.sesat.search.datamodel that return ControlLevel
abstract  ControlLevel DataModelFactory.currentControlLevel(DataModel datamodel)
          What is the current ControlLevel for the given datamodel.
 

Methods in no.sesat.search.datamodel with parameters of type ControlLevel
abstract  DataModel DataModelFactory.assignControlLevel(DataModel datamodel, ControlLevel controlLevel)
          Lets the datamodel instance know that it has moved on and is now being accessed by a different level in the control process stack.
 

Uses of ControlLevel in no.sesat.search.datamodel.access
 

Methods in no.sesat.search.datamodel.access that return ControlLevel
static ControlLevel ControlLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ControlLevel[] ControlLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in no.sesat.search.datamodel.access with parameters of type ControlLevel
DataModelAccessException(Method method, ControlLevel level)
          Constructs an instance of DataModelAccessException with a specified detail message against the noted method that access was attempted to against the noted level.
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.