public interface ICustomizationModules2 extends ICustomizationModules
Modifier and Type | Method and Description |
---|---|
boolean |
isVisibleForGroup(int moduleID,
Object group)
Indicates if the specified module is visible in the UI to the specified user group.
|
void |
isVisibleForGroup(int moduleID,
Object group,
boolean pVal)
Indicates if the specified module is visible in the UI to the specified user group.
|
IList |
visibleForGroups(int moduleID)
The list of the user groups to which the specified module is visible in the UI.
|
description, description, guid, guid, name, name, visible, visible
boolean isVisibleForGroup(int moduleID, Object group)
Indicates if the specified module is visible in the UI to the specified user group.
Getter method for the COM property "IsVisibleForGroup"
moduleID
- Mandatory int parameter.group
- Mandatory java.lang.Object parameter.void isVisibleForGroup(int moduleID, Object group, boolean pVal)
Indicates if the specified module is visible in the UI to the specified user group.
Setter method for the COM property "IsVisibleForGroup"
moduleID
- Mandatory int parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.IList visibleForGroups(int moduleID)
The list of the user groups to which the specified module is visible in the UI.
Getter method for the COM property "VisibleForGroups"
moduleID
- Mandatory int parameter.Copyright © 2020. All rights reserved.