Class AppointmentTemplateDeletionBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class AppointmentTemplateDeletionBean extends FCContextBean
Bean for the backend menu for deleting one or multiple appointment templates.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AppointmentTemplateDeletionBean

      public AppointmentTemplateDeletionBean()
  • Method Details

    • delete

      public void delete()
    • getAppointmentTemplateBean

      public AppointmentTemplateBean getAppointmentTemplateBean()
    • getDeletionMessage

      public String getDeletionMessage()
    • onDeleteMarked

      public void onDeleteMarked()
    • onDeleteSingle

      public void onDeleteSingle(AppointmentTemplate template)
    • setAppointmentTemplateBean

      public void setAppointmentTemplateBean(AppointmentTemplateBean appointmentTemplateBean)