public class AnnouncementsUtil
extends Object
Constructor and Description |
---|
AnnouncementsUtil() |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<Long,long[]> |
getAnnouncementScopes(long userId)
Deprecated.
As of 7.0.0, replaced by
getAnnouncementScopes(User) |
static LinkedHashMap<Long,long[]> |
getAnnouncementScopes(User user) |
static List<Group> |
getGroups(ThemeDisplay themeDisplay) |
static List<Organization> |
getOrganizations(ThemeDisplay themeDisplay) |
static List<Role> |
getRoles(ThemeDisplay themeDisplay) |
static List<UserGroup> |
getUserGroups(ThemeDisplay themeDisplay) |
@Deprecated public static LinkedHashMap<Long,long[]> getAnnouncementScopes(long userId) throws PortalException
getAnnouncementScopes(User)
PortalException
public static LinkedHashMap<Long,long[]> getAnnouncementScopes(User user) throws PortalException
PortalException
public static List<Group> getGroups(ThemeDisplay themeDisplay) throws Exception
Exception
public static List<Organization> getOrganizations(ThemeDisplay themeDisplay) throws Exception
Exception
public static List<Role> getRoles(ThemeDisplay themeDisplay) throws Exception
Exception
public static List<UserGroup> getUserGroups(ThemeDisplay themeDisplay) throws Exception
Exception