Class SysInfoCustomAllowed

  • All Implemented Interfaces:
    ConnectionProvider

    public class SysInfoCustomAllowed
    extends SimpleCallout
    This callout is executed when AD_System_Info.Customization_Allowed column value changes. In case this value is set to true, it nullifies module cache in other to detect the newly created in development template for the ETag. This is needed because currently System Info window is opened in 2.50 style, so the org.openbravo.client.application.event.ModuleHandler observer, which performs the same action, is not executed in this case.
    Author:
    alostale
    See Also:
    BaseComponent.getETag()
    • Constructor Detail

      • SysInfoCustomAllowed

        public SysInfoCustomAllowed()
    • Method Detail

      • execute

        protected void execute​(SimpleCallout.CalloutInfo info)
                        throws javax.servlet.ServletException
        Description copied from class: SimpleCallout
        Overwrite this method to implement a new servlet callout based in SimlpleCallout
        Specified by:
        execute in class SimpleCallout
        Parameters:
        info - The CalloutInfo that contains all helper data to access callout information and servlet information
        Throws:
        javax.servlet.ServletException