olr.presentation
Class DeleteDBModel

java.lang.Object
  extended byolr.presentation.ExtendedHttpPresentation
      extended byolr.presentation.SecureHttpPresentation
          extended byolr.presentation.DeleteDBModel
All Implemented Interfaces:
com.lutris.appserver.server.httpPresentation.HttpPresentation

public class DeleteDBModel
extends SecureHttpPresentation

Version:
$Id: DeleteDBModel.java,v 1.12 2004/08/04 10:58:55 roku Exp $

Constructor Summary
DeleteDBModel()
           
 
Method Summary
 java.lang.String handleDefault()
          Called upon page request.
 java.lang.String handleDelete()
           
 java.lang.String showPage()
           
 
Methods inherited from class olr.presentation.SecureHttpPresentation
loggedInUserRequired
 
Methods inherited from class olr.presentation.ExtendedHttpPresentation
checkForUserLogin, clearSession, getApplication, getComms, getPageContentForEvent, getSessionData, getUser, handleEvent, initSessionData, run, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteDBModel

public DeleteDBModel()
Method Detail

handleDefault

public java.lang.String handleDefault()
                               throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
Description copied from class: ExtendedHttpPresentation
Called upon page request.

Specified by:
handleDefault in class ExtendedHttpPresentation
Returns:
Should return a string of (X)HTML
Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException

handleDelete

public java.lang.String handleDelete()
                              throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
Throws:
com.lutris.appserver.server.httpPresentation.HttpPresentationException

showPage

public java.lang.String showPage()


Copyright © 2001-2004 University of Hannover. All Rights Reserved.