Package step.repository.alm.otaclient
Interface ICustomizationModules2
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationModules
- All Known Subinterfaces:
ICustomizationModules3
public interface ICustomizationModules2 extends ICustomizationModules
Services for managing the customization modules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isVisibleForGroup(int moduleID, java.lang.Object group)
Indicates if the specified module is visible in the UI to the specified user group.void
isVisibleForGroup(int moduleID, java.lang.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.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.ICustomizationModules
description, description, guid, guid, name, name, visible, visible
-
-
-
-
Method Detail
-
isVisibleForGroup
boolean isVisibleForGroup(int moduleID, java.lang.Object group)
Indicates if the specified module is visible in the UI to the specified user group.
Getter method for the COM property "IsVisibleForGroup"
- Parameters:
moduleID
- Mandatory int parameter.group
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
isVisibleForGroup
void isVisibleForGroup(int moduleID, java.lang.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"
- Parameters:
moduleID
- Mandatory int parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.
-
visibleForGroups
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"
- Parameters:
moduleID
- Mandatory int parameter.- Returns:
- Returns a value of type otaclient.IList
-
-