Class StaffReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.organisation.staff.service.StaffReadPlatformServiceImpl
- All Implemented Interfaces:
StaffReadPlatformService
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
StaffReadPlatformServiceImpl
public StaffReadPlatformServiceImpl()
-
-
Method Details
-
retrieveAllLoanOfficersInOfficeById
public List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllLoanOfficersInOfficeById(Long officeId) - Specified by:
retrieveAllLoanOfficersInOfficeByIdin interfaceStaffReadPlatformService
-
retrieveAllStaffForDropdown
public List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffForDropdown(Long officeId) - Specified by:
retrieveAllStaffForDropdownin interfaceStaffReadPlatformService
-
retrieveStaff
- Specified by:
retrieveStaffin interfaceStaffReadPlatformService
-
retrieveAllStaff
public List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaff(Long officeId, boolean loanOfficersOnly, String status) - Specified by:
retrieveAllStaffin interfaceStaffReadPlatformService
-
retrieveAllStaffInOfficeAndItsParentOfficeHierarchy
public List<org.apache.fineract.organisation.staff.data.StaffData> retrieveAllStaffInOfficeAndItsParentOfficeHierarchy(Long officeId, boolean loanOfficersOnly) Description copied from interface:StaffReadPlatformServicereturns all staff in offices that are above the providedofficeId.- Specified by:
retrieveAllStaffInOfficeAndItsParentOfficeHierarchyin interfaceStaffReadPlatformService
-
hasAssociatedItems
- Specified by:
hasAssociatedItemsin interfaceStaffReadPlatformService
-