org.jasig.portal.channels.cusermanager.provider
Class DefaultDataHandlerImpl

java.lang.Object
  extended by org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl
All Implemented Interfaces:
IDataHandler

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class DefaultDataHandlerImpl
extends Object
implements IDataHandler

Version:
$Revision: 21104 $ $Date: 2010-07-16 11:01:31 -0500 (Fri, 16 Jul 2010) $
Author:
smb1@cornell.edu

Field Summary
protected static String ADDUSER
          Deprecated.  
protected static String ALLUSERS
          Deprecated.  
protected static String COUNTUSERS
          Deprecated.  
protected static String GETTHISUSER
          Deprecated.  
protected static String SEARCHUSERS
          Deprecated.  
protected static String SINGLEQUOTE
          Deprecated.  
protected static String UPDCONDMASK
          Deprecated.  
protected static String UPDMASK
          Deprecated.  
protected static String UPDPWD
          Deprecated.  
protected static String USERSELECT
          Deprecated.  
protected static String WILDCARD
          Deprecated.  
 
Constructor Summary
DefaultDataHandlerImpl()
          Deprecated.  
 
Method Summary
 void addUser(IPerson AnIndividual)
          Deprecated.  
 IPerson[] getAllUsers()
          Deprecated.  
 IPerson[] getAllUsersLike(String SearchString)
          Deprecated.  
 IPerson getUser(String UID)
          Deprecated.  
 void removeUser(IPerson AnIndividual)
          Deprecated.  
 void setUserInformation(IPerson AnIndividual)
          Deprecated.  
 void setUserPassword(IPerson AnIndividual, String OriginalPassword)
          Deprecated. OriginalPassword is null if called in "UserManager" mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLEQUOTE

protected static final String SINGLEQUOTE
Deprecated. 
See Also:
Constant Field Values

WILDCARD

protected static final String WILDCARD
Deprecated. 
See Also:
Constant Field Values

UPDMASK

protected static final String UPDMASK
Deprecated. 
See Also:
Constant Field Values

UPDCONDMASK

protected static final String UPDCONDMASK
Deprecated. 
See Also:
Constant Field Values

COUNTUSERS

protected static final String COUNTUSERS
Deprecated. 
See Also:
Constant Field Values

ADDUSER

protected static final String ADDUSER
Deprecated. 
See Also:
Constant Field Values

UPDPWD

protected static final String UPDPWD
Deprecated. 

USERSELECT

protected static final String USERSELECT
Deprecated. 
See Also:
Constant Field Values

ALLUSERS

protected static final String ALLUSERS
Deprecated. 

GETTHISUSER

protected static final String GETTHISUSER
Deprecated. 

SEARCHUSERS

protected static final String SEARCHUSERS
Deprecated. 
Constructor Detail

DefaultDataHandlerImpl

public DefaultDataHandlerImpl()
Deprecated. 
Method Detail

getAllUsers

public IPerson[] getAllUsers()
                      throws Exception
Deprecated. 
Specified by:
getAllUsers in interface IDataHandler
Throws:
Exception

getAllUsersLike

public IPerson[] getAllUsersLike(String SearchString)
                          throws Exception
Deprecated. 
Specified by:
getAllUsersLike in interface IDataHandler
Throws:
Exception

getUser

public IPerson getUser(String UID)
                throws Exception
Deprecated. 
Specified by:
getUser in interface IDataHandler
Throws:
Exception

setUserInformation

public void setUserInformation(IPerson AnIndividual)
                        throws Exception
Deprecated. 
Specified by:
setUserInformation in interface IDataHandler
Throws:
Exception

addUser

public void addUser(IPerson AnIndividual)
             throws Exception
Deprecated. 
Specified by:
addUser in interface IDataHandler
Throws:
Exception

setUserPassword

public void setUserPassword(IPerson AnIndividual,
                            String OriginalPassword)
                     throws Exception
Deprecated. 
OriginalPassword is null if called in "UserManager" mode.

Specified by:
setUserPassword in interface IDataHandler
Throws:
Exception

removeUser

public void removeUser(IPerson AnIndividual)
                throws Exception
Deprecated. 
Specified by:
removeUser in interface IDataHandler
Throws:
Exception


Copyright © 2010 Jasig. All Rights Reserved.