Interface StaffReadPlatformService
- All Known Implementing Classes:
StaffReadPlatformServiceImpl
public interface StaffReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionObject[]hasAssociatedItems(Long staffId) List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllLoanOfficersInOfficeById(Long officeId) List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaff(Long officeId, boolean loanOfficersOnly, String status) List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffForDropdown(Long officeId) List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffInOfficeAndItsParentOfficeHierarchy(Long officeId, boolean loanOfficersOnly) returns all staff in offices that are above the providedofficeId.org.apache.fineract.organisation.staff.data.StaffDataretrieveStaff(Long staffId)
-
Method Details
-
retrieveStaff
-
retrieveAllStaffForDropdown
-
retrieveAllLoanOfficersInOfficeById
-
retrieveAllStaffInOfficeAndItsParentOfficeHierarchy
List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffInOfficeAndItsParentOfficeHierarchy(Long officeId, boolean loanOfficersOnly) returns all staff in offices that are above the providedofficeId. -
retrieveAllStaff
-
hasAssociatedItems
-