Interface ICustomizationModules2

    • 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
    • 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