Class SL_IsDefault

  • All Implemented Interfaces:
    ConnectionProvider

    public class SL_IsDefault
    extends SimpleCallout
    This callout checks if this is the only active isDefault checked for the table (with organization) or, in case it is a tab with parent, it is the only checked taking into account its parent. If another one already exists an error message is raised and the checkbox is unchecked.
    • Constructor Detail

      • SL_IsDefault

        public SL_IsDefault()
    • 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