Class ForumsRoleMap

All Implemented Interfaces:
XMLable, Serializable, Map

@Deprecated public class ForumsRoleMap extends PublicRoleMap
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed and related smart services to build applications with similar functionality.
See Also:
  • Field Details

  • Constructor Details

    • ForumsRoleMap

      public ForumsRoleMap()
      Deprecated.
    • ForumsRoleMap

      public ForumsRoleMap(RoleMap roleMap)
      Deprecated.
  • Method Details

    • getParticipants

      public String[] getParticipants()
      Deprecated.
    • getParticipantGroups

      public Long[] getParticipantGroups()
      Deprecated.
    • setParticipants

      public void setParticipants(String[] usernames_)
      Deprecated.
    • setParticipantGroups

      public void setParticipantGroups(Long[] groupIds_)
      Deprecated.
    • addParticipants

      public void addParticipants(String[] usernames_)
      Deprecated.
    • addParticipantGroups

      public void addParticipantGroups(Long[] groupIds_)
      Deprecated.
    • removeParticipants

      public void removeParticipants(String[] usernames_)
      Deprecated.
    • removeParticipantGroups

      public void removeParticipantGroups(Long[] groupIds_)
      Deprecated.
    • getForumAdministrators

      public String[] getForumAdministrators()
      Deprecated.
      Retrieves the users who have forum administrative permissions
      Returns:
      a list containing the unique IDs of the users
    • getForumAdministratorGroups

      public Long[] getForumAdministratorGroups()
      Deprecated.
      Retrieves the groups who have forum administrative permissions
      Returns:
      a list containing the unique IDs of the groups
    • setForumAdministrators

      public void setForumAdministrators(String[] usernames_)
      Deprecated.
      Sets the users who have forum administrative permissions
      Parameters:
      usernames_ - a list containing the unique IDs of the users
    • setForumAdministratorGroups

      public void setForumAdministratorGroups(Long[] groupIds_)
      Deprecated.
      Sets the groups who have forum administrative permissions
      Parameters:
      groupIds_ - a list containing the unique IDs of the groups
    • addForumAdministrators

      public void addForumAdministrators(String[] usernames_)
      Deprecated.
      Appends to the users who have administrative permissions
      Parameters:
      usernames_ - a list containing the unique IDs of the users to be added
    • addForumAdministratorGroups

      public void addForumAdministratorGroups(Long[] groupIds_)
      Deprecated.
      Appends to the groups who have forum administrative permissions
      Parameters:
      groupIds_ - a list containing the unique IDs of the groups to be added
    • removeAdministrators

      public void removeAdministrators(String[] usernames_)
      Deprecated.
      Deletes from the users who have administrative permissions
      Overrides:
      removeAdministrators in class PublicRoleMap
      Parameters:
      usernames_ - a list containing the unique IDs of the users to be deleted
    • removeForumAdministratorGroups

      public void removeForumAdministratorGroups(Long[] groupIds_)
      Deprecated.
      Deletes from the groups who have forum administrative permissions
      Parameters:
      groupIds_ - a list containing the unique IDs of the groups to be deleted