uPortal 2.4.1
API Documentation

org.jasig.portal.tools
Class DeleteUser

java.lang.Object
  extended byorg.jasig.portal.tools.DeleteUser

public class DeleteUser
extends java.lang.Object

Title: Delete Portal User Description: Deletes all traces of a portal user from the database Company:

Version:
$Revision: 1.11 $
Author:
Atul Shenoy and Susan Bramhall (modify by Julien Marchal, University Nancy 2)

Constructor Summary
DeleteUser()
           
 
Method Summary
static void deleteBookmarks(int uid)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteUser

public DeleteUser()
Method Detail

main

public static void main(java.lang.String[] args)

deleteBookmarks

public static void deleteBookmarks(int uid)
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

uPortal 2.4.1
API Documentation