41. CWMServiceStart

Routines for service start widget handling

41.1. Authors

  • Jiri Srain <jsrain@suse.cz>

41.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    41.3. Global Functions

    41.3.1. AutoStartHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

    41.3.2. AutoStartHelpTemplate

    Get the template for the help text to the auto start widget

    Return value

    • string - help text template with %1 and %2 placeholders

    41.3.3. AutoStartHelpXinetdTemplate

    Get the template for the help text to the auto start widget

    Return value

    • string - help text template with %1 and %2 placeholders

    41.3.4. AutoStartInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    41.3.5. AutoStartInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    41.3.6. AutoStartStore

    Store function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • void

    41.3.7. AutoStartStoreWrapper

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    41.3.8. AutoStartXinetdHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

    41.3.9. CreateAutoStartWidget

    Get the widget description map of the widget for service auto starting settings

    Function parameters

    • map<string,any> settings

    Return value

    • map<string,any> - the widget description map

    41.3.10. CreateLdapWidget

    Get the widget description map of the LDAP enablement widget TODO: Find a file to move to

    Function parameters

    • map<string,any> settings

    Return value

    • map<string,any> - the widget description map

    41.3.11. CreateStartStopWidget

    Get the widget description map for immediate service start/stop and appropriate actions

    Function parameters

    • map<string,any> settings

    Return value

    • map<string,any> - the widget description map

    41.3.12. EnableLdapHelp

    Get the help text to the LDAP enablement widget

    Return value

    • string - help text

    41.3.13. EnableLdapHelpTemplate

    Get the template for the help text to the LDAP enablement widget

    Return value

    • string - help text template with %1 and %2 placeholders

    41.3.14. LdapHandle

    Handle function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    41.3.15. LdapHandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    41.3.16. LdapInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    41.3.17. LdapInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    41.3.18. StartStopHandle

    Handle the immediate start and stop of the service

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - always nil

    41.3.19. StartStopHandleWrapper

    Handle the immediate start and stop of the service

    Function parameters

    • string key

    • map event

    Return value

    • symbol - always nil

    41.3.20. StartStopHelp

    Get the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text

    41.3.21. StartStopHelpTemplate

    Get the template for the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text template with %1 and %2 placeholders

    41.3.22. StartStopInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    41.3.23. StartStopInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    41.4. Global Variables

    41.5. Module Requirements

    41.5.1. Module Imports

    • CWM
    • Mode
    • ProductFeatures
    • Service

    41.5.2. Module Includes