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