org.kuali.rice.kew.user
Class UserUtils

java.lang.Object
  extended by org.kuali.rice.kew.user.UserUtils

public final class UserUtils
extends Object

Provides some utility methods for translating user ID types.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static org.apache.log4j.Logger LOG
           
private static PersonService personService
           
 
Constructor Summary
private UserUtils()
           
 
Method Summary
static String getIdValue(String idType, Person user)
           
static PersonService getPersonService()
           
static String getTransposedName(UserSession userSession, PrincipalContract principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

personService

private static PersonService personService
Constructor Detail

UserUtils

private UserUtils()
Method Detail

getIdValue

public static String getIdValue(String idType,
                                Person user)

getTransposedName

public static String getTransposedName(UserSession userSession,
                                       PrincipalContract principal)

getPersonService

public static PersonService getPersonService()
Returns:
the personService


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.