Class HelpService

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.HelpService
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class HelpService extends ServiceConfig
Context help generation service
Author:
dgutierrez, pgarcia
  • Constructor Details

    • HelpService

      public HelpService(TemplateService templateService, BaseConfigProperties baseConfigProperties)
      Autowired constructor
      Parameters:
      templateService - Template service
      baseConfigProperties - Base configuration properties
  • Method Details

    • getApplicationHelp

      public String getApplicationHelp()
      Generates context help for all application
      Returns:
      Application help
    • getOptionHelp

      public String getOptionHelp(String optionId)
      Generates context help for the actual screen
      Parameters:
      optionId - Option identifier
      Returns:
      Option help
    • getApplicationManual

      public ServiceData getApplicationManual(String manualHeader)
      Retrieve application manual header
      Parameters:
      manualHeader - Manual header
      Returns:
      Application manual