Interface ICustomizationModules2
- 
- All Superinterfaces:
- com4j.Com4jObject,- ICustomizationModules
 - All Known Subinterfaces:
- ICustomizationModules3
 
 public interface ICustomizationModules2 extends ICustomizationModules Services for managing the customization modules.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVisibleForGroup(int moduleID, java.lang.Object group)Indicates if the specified module is visible in the UI to the specified user group.voidisVisibleForGroup(int moduleID, java.lang.Object group, boolean pVal)Indicates if the specified module is visible in the UI to the specified user group.IListvisibleForGroups(int moduleID)The list of the user groups to which the specified module is visible in the UI.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationModulesdescription, description, guid, guid, name, name, visible, visible
 
- 
 
- 
- 
- 
Method Detail- 
isVisibleForGroupboolean 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
 
 - 
isVisibleForGroupvoid 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.
 
 - 
visibleForGroupsIList 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 step.repository.alm.v16.otaclient.IList
 
 
- 
 
-