Method Detailboolean addProfile(String name, String profileId) Adds the profile to the group with default permissions inherited. See updateProfile.
Parameters:
Returns: boolean Since: 11-05-2020 createGroup(String name, String description, Data settings) Creates a group.
Parameters:
Since: 11-05-2020 boolean deleteGroup(String name) Deletes the group.
Parameters:
Returns: boolean Since: 11-05-2020 Data getGroupSettings(String name) Returns the settings for the group.
Parameters:
Returns: Data Since: 11-05-2020 SystemDataView getGroups() Returns a view for accessing groups. Returns: SystemDataView DataList Name: Groups
Since: 11-05-2020 SystemDataView getPalGroups(String name) Returns a view for accessing pal groups.
Parameters:
Returns: SystemDataView DataList Name: PalGroups
Since: 11-05-2020 SystemDataView getProfileGroups(String name) Returns a view for accessing profile groups.
Parameters:
Returns: SystemDataView DataList Name: ProfileGroups
Since: 11-05-2020 Data getProfileSettings(String name, String profileId) Returns the specified profile settings.
Parameters:
Returns: Data Since: 11-05-2020 boolean hasGroup(String name) Returns true if the group exists.
Parameters:
Returns: boolean Since: 11-05-2020 boolean isActive(String name) Returns true if the group is active.
Parameters:
Returns: boolean Since: 11-05-2020 removeProfile(String name, String profileId) Removes the profile from the group.
Parameters:
Since: 11-05-2020 setActive(String name, boolean active) Sets the active status of the group.
Parameters:
Since: 11-05-2020 setGroupSettings(String name, Data settings) Sets the settings for the group.
Parameters:
Since: 11-05-2020 String toString() Returns a description of this object. Returns: String Since: 11-05-2020 boolean updateProfile(String name, String profileId, Data settings) Updates the profile settings for the group.
Parameters:
Returns: boolean Since: 11-05-2020 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 22, 2024 11:54 AM |