Uses of Class
org.exoplatform.rhmanagement.dto.UserRHDataDTO
-
-
Uses of UserRHDataDTO in org.exoplatform.rhmanagement.dto
Methods in org.exoplatform.rhmanagement.dto that return UserRHDataDTO Modifier and Type Method Description UserRHDataDTOEmployeesDTO. getHrData()Methods in org.exoplatform.rhmanagement.dto with parameters of type UserRHDataDTO Modifier and Type Method Description voidEmployeesDTO. setHrData(UserRHDataDTO hrData) -
Uses of UserRHDataDTO in org.exoplatform.rhmanagement.integration.notification
Fields in org.exoplatform.rhmanagement.integration.notification with type parameters of type UserRHDataDTO Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<UserRHDataDTO>HRBirthdayNotificationPlugin. EMPLOYEEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<UserRHDataDTO>HRContractAnniversaryNotificationPlugin. EMPLOYEEstatic 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 UserRHDataDTO Modifier and Type Method Description UserRHDataDTOUserDataService. getUserRHDataByUserId(String id)UserRHDataDTOUserDataService. save(UserRHDataDTO entity)Methods in org.exoplatform.rhmanagement.services that return types with arguments of type UserRHDataDTO Modifier and Type Method Description List<UserRHDataDTO>UserDataService. createFSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)List<UserRHDataDTO>UserDataService. createHSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)List<UserRHDataDTO>UserDataService. getAllRhData(int offset, int limit)List<UserRHDataDTO>UserDataService. getFSubordonateByUserId(String userId)List<UserRHDataDTO>UserDataService. getHSubordonateByUserId(String userId)List<UserRHDataDTO>UserDataService. getRhDataByStatus(boolean active, int offset, int limit)List<UserRHDataDTO>UserDataService. getSubordonateByUserId(String userId)Methods in org.exoplatform.rhmanagement.services with parameters of type UserRHDataDTO Modifier and Type Method Description static voidUtils. addBalanceHistoryEntry(VacationRequestDTO vReauqest, UserRHDataDTO userRHDataDTO, float intialHolidaysBalance, float intialSickBalance, String UpadateType, String upadater)voidUserDataService. remove(UserRHDataDTO entity)UserRHDataDTOUserDataService. save(UserRHDataDTO entity)Method parameters in org.exoplatform.rhmanagement.services with type arguments of type UserRHDataDTO Modifier and Type Method Description List<UserRHDataDTO>UserDataService. createFSubordonatesDetailedList(String userId, List<UserRHDataDTO> listUsers)List<UserRHDataDTO>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 UserRHDataDTO Modifier and Type Method Description javax.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)
-