Uses of Class
com.group21.jobTracker.backend.DataService
-
Packages that use DataService Package Description com.group21.jobTracker.backend com.group21.jobTracker.backend.mock -
-
Uses of DataService in com.group21.jobTracker.backend
Methods in com.group21.jobTracker.backend that return DataService Modifier and Type Method Description static DataServiceDataService. get()Return an instance of MockDataService.static DataServiceDataService. getJob()Returns a JobDataService objectstatic DataServiceDataService. getSearchResults(String keywords)Returns a ApplicationSearchDataService object -
Uses of DataService in com.group21.jobTracker.backend.mock
Subclasses of DataService in com.group21.jobTracker.backend.mock Modifier and Type Class Description classApplicationSearchDataServiceThis class represents the DataService used for the "ApplicationSearch" feature of JobTracker.classJobDataServiceA Data Service class dedicated to User Job board.classMockDataServiceMock data model.Methods in com.group21.jobTracker.backend.mock that return DataService Modifier and Type Method Description static DataServiceApplicationSearchDataService. getInstance(String keywords)Returns an instance of ApplicationSearchDataService.static DataServiceJobDataService. getInstance()Initialize the JobDatService Instancestatic DataServiceMockDataService. getInstance()Initialize the DatService Instance
-