Interface ICustomization

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject actions()
      The CustomizationActions object.
      void commit()
      Posts all customization data changes to the project database.
      int extendedUDFSupport()
      Checks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields).
      com4j.Com4jObject fields()
      The CustomizationFields object.
      com4j.Com4jObject lists()
      The CustomizationLists object.
      void load()
      Loads all customization data from the server into the client cache.
      com4j.Com4jObject mailConditions()
      The CustomizationMailConditions Object.
      com4j.Com4jObject modules()
      The CustomizationModules object.
      com4j.Com4jObject permissions()
      The CustomizationPermissions object.
      com4j.Com4jObject users()
      The CustomizationUsers object.
      com4j.Com4jObject usersGroups()
      The CustomizationUsersGroups object.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • load

        void load()

        Loads all customization data from the server into the client cache. This includes actions, fields, lists, modules, permissions, users, and user groups.

      • commit

        void commit()

        Posts all customization data changes to the project database.

      • fields

        com4j.Com4jObject fields()

        The CustomizationFields object.

        Getter method for the COM property "Fields"

        Returns:
        Returns a value of type com4j.Com4jObject
      • lists

        com4j.Com4jObject lists()

        The CustomizationLists object.

        Getter method for the COM property "Lists"

        Returns:
        Returns a value of type com4j.Com4jObject
      • permissions

        com4j.Com4jObject permissions()

        The CustomizationPermissions object.

        Getter method for the COM property "Permissions"

        Returns:
        Returns a value of type com4j.Com4jObject
      • users

        com4j.Com4jObject users()

        The CustomizationUsers object.

        Getter method for the COM property "Users"

        Returns:
        Returns a value of type com4j.Com4jObject
      • usersGroups

        com4j.Com4jObject usersGroups()

        The CustomizationUsersGroups object.

        Getter method for the COM property "UsersGroups"

        Returns:
        Returns a value of type com4j.Com4jObject
      • actions

        com4j.Com4jObject actions()

        The CustomizationActions object.

        Getter method for the COM property "Actions"

        Returns:
        Returns a value of type com4j.Com4jObject
      • modules

        com4j.Com4jObject modules()

        The CustomizationModules object.

        Getter method for the COM property "Modules"

        Returns:
        Returns a value of type com4j.Com4jObject
      • mailConditions

        com4j.Com4jObject mailConditions()

        The CustomizationMailConditions Object.

        Getter method for the COM property "MailConditions"

        Returns:
        Returns a value of type com4j.Com4jObject
      • extendedUDFSupport

        int extendedUDFSupport()

        Checks if the program can use the maximum allowable user-defined fields (99 user-defined fields and 3 memo fields).

        Getter method for the COM property "ExtendedUDFSupport"

        Returns:
        Returns a value of type int