org.kuali.rice.kim.util
Class KimCommonUtilsInternal

java.lang.Object
  extended by org.kuali.rice.kim.util.KimCommonUtilsInternal

public final class KimCommonUtilsInternal
extends Object

This is a description of what this class does - bhargavp don't forget to fill this in.

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

Method Summary
protected static boolean canOverrideEntityPrivacyPreferences(String principalId)
           
static void copyProperties(Object targetToCopyTo, Object sourceToCopyFrom)
           
static String getKimBasePath()
           
static String getPathWithKimContext(String path, String kimActionName)
           
static boolean isSuppressAddress(String entityId)
           
static boolean isSuppressEmail(String entityId)
           
static boolean isSuppressName(String entityId)
           
static boolean isSuppressPersonal(String entityId)
           
static boolean isSuppressPhone(String entityId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyProperties

public static void copyProperties(Object targetToCopyTo,
                                  Object sourceToCopyFrom)

getKimBasePath

public static String getKimBasePath()

getPathWithKimContext

public static String getPathWithKimContext(String path,
                                           String kimActionName)

canOverrideEntityPrivacyPreferences

protected static boolean canOverrideEntityPrivacyPreferences(String principalId)

isSuppressName

public static boolean isSuppressName(String entityId)

isSuppressEmail

public static boolean isSuppressEmail(String entityId)

isSuppressAddress

public static boolean isSuppressAddress(String entityId)

isSuppressPhone

public static boolean isSuppressPhone(String entityId)

isSuppressPersonal

public static boolean isSuppressPersonal(String entityId)


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