Class JobBoardViewLogic

  • All Implemented Interfaces:
    Serializable

    public class JobBoardViewLogic
    extends Object
    implements Serializable
    This class provides an interface for the logical operations for the JobBoarchView (Dashboard). Specifically, it defines the functionality for when a user clicks the "send email" button on the dashboard.
    See Also:
    Serialized Form
    • Constructor Detail

      • JobBoardViewLogic

        public JobBoardViewLogic​(JobBoardView simpleCrudView)
        Constructor for JobBoardViewLogic object.
        Parameters:
        simpleCrudView - the JobBoardView object that the logic will be applied to.
    • Method Detail

      • sendEmail

        public void sendEmail()
        Method to send a reminder email for upcoming deadlines.