public final class UserPropertyDisplayManager
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
UserPropertyDisplayManager.Filter
Provide one or more implementations of this interface to control which UDPs
 are displayed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
addDisplayFilter(UserPropertyDisplayManager.Filter filter)
Deprecated. 
 
Rather than registering implementations of
 UserPropertyDisplayManager.Filter against this class, use the
 offline-database-user-properties-hook wihin the extension.xml.
 See  
UserPropertyDisplayManager.Filter for details. | 
static java.util.List<UserPropertyDisplayManager.Filter> | 
getFilters()
Returns the list of registered filters 
 | 
static void | 
removeDisplayFilter(UserPropertyDisplayManager.Filter filter)
Deprecated. 
 
Rather than registering implementations of
 UserPropertyDisplayManager.Filter against this class, use the
 offline-database-user-properties-hook wihin the extension.xml.
 See  
UserPropertyDisplayManager.Filter for details. | 
@Deprecated public static void addDisplayFilter(UserPropertyDisplayManager.Filter filter)
UserPropertyDisplayManager.Filter for details.@Deprecated public static void removeDisplayFilter(UserPropertyDisplayManager.Filter filter)
UserPropertyDisplayManager.Filter for details.public static java.util.List<UserPropertyDisplayManager.Filter> getFilters()