Class JobBoardViewLogic
- java.lang.Object
-
- com.group21.jobTracker.ui.jobBoard.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 Summary
Constructors Constructor Description JobBoardViewLogic(JobBoardView simpleCrudView)Constructor for JobBoardViewLogic object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendEmail()Method to send a reminder email for upcoming deadlines.
-
-
-
Constructor Detail
-
JobBoardViewLogic
public JobBoardViewLogic(JobBoardView simpleCrudView)
Constructor for JobBoardViewLogic object.- Parameters:
simpleCrudView- the JobBoardView object that the logic will be applied to.
-
-