Module sc2002_fypms
Package interfaces

Interface IRequestFYPCoordinatorService

    • Method Detail

      • getAllRequests

        java.util.ArrayList<Request> getAllRequests()
        Retrieves a list of all requests.
        Returns:
        an ArrayList of Request objects representing all the requests
      • getSupervisorPendingRequests

        java.util.ArrayList<Request> getSupervisorPendingRequests​(java.lang.String fypCoordinatorID)
        Retrieves a list of pending requests made to the FYP Coordinator with the specified ID.
        Parameters:
        fypCoordinatorID - the ID of the FYP Coordinator
        Returns:
        an ArrayList of Request objects representing the pending requests made to the FYP Coordinator