Uses of Class
org.exoplatform.rhmanagement.dto.UserRHDataDTO
Packages that use UserRHDataDTO
Package
Description
-
Uses of UserRHDataDTO in org.exoplatform.rhmanagement.dto
Methods in org.exoplatform.rhmanagement.dto that return UserRHDataDTOMethods in org.exoplatform.rhmanagement.dto with parameters of type UserRHDataDTO -
Uses of UserRHDataDTO in org.exoplatform.rhmanagement.integration.notification
Fields in org.exoplatform.rhmanagement.integration.notification with type parameters of type UserRHDataDTOModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<UserRHDataDTO>HRBirthdayNotificationPlugin.EMPLOYEEstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<UserRHDataDTO>HRContractAnniversaryNotificationPlugin.EMPLOYEEstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<UserRHDataDTO>VacationBalanceNotificationPlugin.EMPLOYEE -
Uses of UserRHDataDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return UserRHDataDTOModifier and TypeMethodDescriptionUserDataService.getUserRHDataByUserId(String id) UserDataService.save(UserRHDataDTO entity) Methods in org.exoplatform.rhmanagement.services that return types with arguments of type UserRHDataDTOModifier and TypeMethodDescriptionUserDataService.createFSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers) UserDataService.createHSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers) UserDataService.getAllRhData(int offset, int limit) UserDataService.getFSubordonateByUserId(String userId) UserDataService.getHSubordonateByUserId(String userId) UserDataService.getRhDataByStatus(boolean active, int offset, int limit) UserDataService.getSubordonateByUserId(String userId) Methods in org.exoplatform.rhmanagement.services with parameters of type UserRHDataDTOModifier and TypeMethodDescriptionstatic voidUtils.addBalanceHistoryEntry(VacationRequestDTO vReauqest, UserRHDataDTO userRHDataDTO, float intialHolidaysBalance, float intialSickBalance, String UpadateType, String upadater) voidUserDataService.remove(UserRHDataDTO entity) UserDataService.save(UserRHDataDTO entity) Method parameters in org.exoplatform.rhmanagement.services with type arguments of type UserRHDataDTOModifier and TypeMethodDescriptionUserDataService.createFSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers) UserDataService.createHSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers) -
Uses of UserRHDataDTO in org.exoplatform.rhmanagement.services.rest
Method parameters in org.exoplatform.rhmanagement.services.rest with type arguments of type UserRHDataDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRequestRestService.createEmployees(javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo, List<UserRHDataDTO> emloyees) javax.ws.rs.core.ResponseRequestRestService.updateManagers(javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo, List<UserRHDataDTO> emloyees)