uPortal 2.4.1
API Documentation

org.jasig.portal.layout
Class UserPriorityManager

java.lang.Object
  extended byorg.jasig.portal.layout.UserPriorityManager

public class UserPriorityManager
extends java.lang.Object

The user priority manager implementation, manages user priority ranges for aggregated layouts.

Version:
$Revision: 1.3 $
Author:
Michael Ivanov

Field Summary
static int DEFAULT_MAX_PRIORITY
           
static int DEFAULT_MIN_PRIORITY
           
 
Constructor Summary
UserPriorityManager()
           
 
Method Summary
static int[] getPriorityRange(IPerson person)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAX_PRIORITY

public static final int DEFAULT_MAX_PRIORITY
See Also:
Constant Field Values

DEFAULT_MIN_PRIORITY

public static final int DEFAULT_MIN_PRIORITY
See Also:
Constant Field Values
Constructor Detail

UserPriorityManager

public UserPriorityManager()
Method Detail

getPriorityRange

public static int[] getPriorityRange(IPerson person)
                              throws PortalException
Throws:
PortalException

uPortal 2.4.1
API Documentation