Class IssueTemplateService

java.lang.Object
org.deltava.service.WebService
org.deltava.service.IssueTemplateService

public class IssueTemplateService extends WebService
A Web Service to return back Help Desk Response Template text.
Since:
3.2
Version:
6.1
Author:
Luke
  • Constructor Details

    • IssueTemplateService

      public IssueTemplateService()
  • Method Details

    • execute

      public int execute(ServiceContext ctx) throws ServiceException
      Executes the Web Service.
      Specified by:
      execute in class WebService
      Parameters:
      ctx - the Web Service Context
      Returns:
      the HTTP status code
      Throws:
      ServiceException - if an error occurs
    • isSecure

      public final boolean isSecure()
      Returns if the Web Service requires authentication.
      Overrides:
      isSecure in class WebService
      Returns:
      TRUE always