Interface StaffReadPlatformService

All Known Implementing Classes:
StaffReadPlatformServiceImpl

public interface StaffReadPlatformService
  • Method Details

    • retrieveStaff

      org.apache.fineract.organisation.staff.data.StaffData retrieveStaff(Long staffId)
    • retrieveAllStaffForDropdown

      List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffForDropdown(Long officeId)
    • retrieveAllLoanOfficersInOfficeById

      List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllLoanOfficersInOfficeById(Long officeId)
    • retrieveAllStaffInOfficeAndItsParentOfficeHierarchy

      List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffInOfficeAndItsParentOfficeHierarchy(Long officeId, boolean loanOfficersOnly)
      returns all staff in offices that are above the provided officeId.
    • retrieveAllStaff

      List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaff(Long officeId, boolean loanOfficersOnly, String status)
    • hasAssociatedItems

      Object[] hasAssociatedItems(Long staffId)