Class PanelBlockingWarnings

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, AjaxableComponent, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

public class PanelBlockingWarnings extends Panel
See Also:
  • Field Details

  • Constructor Details

    • PanelBlockingWarnings

      public PanelBlockingWarnings()
  • Method Details

    • show

      public void show(Serializable obj)
      Description copied from class: Panel
      It shows (make visible with the pop-up effect) the panel
      Overrides:
      show in class Panel
      Parameters:
      obj - serializable object saved as a global variable of the panel
    • initWindow

      protected void initWindow()
    • setWarningData

      protected void setWarningData()
    • getWarning

      protected DBView getWarning()
    • isBlockingWarning

      protected String isBlockingWarning(DBView warnings, int row)
    • getWarningDataFromTask

      protected void getWarningDataFromTask(DBView warnings, int row, Long taskId)
    • getWarningDataFromShift

      protected void getWarningDataFromShift(DBView warnings, int row, Long shiftId)
    • getWarningDataFromTimesheet

      protected void getWarningDataFromTimesheet(DBView warnings, int row)
    • onConfirmCloseTimesheet

      public boolean onConfirmCloseTimesheet(UIMessage uim)