All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Data_Gateway

public interface Data_Gateway
extends Transient
IDL-Code contains comments


Method Index

 o check(Request)
 o get_navigation_start()
 o get_search_attributes()
 o lookup(Request)

Methods

 o get_navigation_start
 public abstract Navigation_Node get_navigation_start() throws Insufficient_Privilege_Exception
 o get_search_attributes
 public abstract Request_Attribute[] get_search_attributes() throws Insufficient_Privilege_Exception
 o check
 public abstract Attribute_Violation[] check(Request request)
 o lookup
 public abstract Result[] lookup(Request request) throws Insufficient_Privilege_Exception, Attribute_Violations_Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index