org.jasig.portal.layout.alm
Class UserPriorityManager
java.lang.Object
org.jasig.portal.layout.alm.UserPriorityManager
public class UserPriorityManager
- extends java.lang.Object
The user priority manager implementation, manages user priority ranges for aggregated layouts.
Prior to uPortal 2.5, this class existed in the package org.jasig.portal.layout.
It was moved to its present package to reflect that it is part of Aggregated
Layouts.
- Version:
- $Revision: 1.2 $
- Author:
- Michael Ivanov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
layoutStore
private static IUserLayoutStore layoutStore
ranges
private static java.util.Map ranges
MAX_SIZE
private static final int MAX_SIZE
- See Also:
- Constant Field Values
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
UserPriorityManager
public UserPriorityManager()
getPriorityRange
public static int[] getPriorityRange(IPerson person)
throws PortalException
- Throws:
PortalException