| Package | Description |
|---|---|
| org.exoplatform.rhmanagement.dto | |
| org.exoplatform.rhmanagement.services |
| Modifier and Type | Method and Description |
|---|---|
VacationRequestDTO |
VacationRequestWithManagersDTO.getVacationRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
VacationRequestWithManagersDTO.setVacationRequestDTO(VacationRequestDTO vacationRequestDTO) |
| Modifier and Type | Method and Description |
|---|---|
VacationRequestDTO |
VacationRequestService.getVacationRequest(long id) |
VacationRequestDTO |
VacationRequestService.save(VacationRequestDTO entity,
boolean newRequest) |
| Modifier and Type | Method and Description |
|---|---|
List<VacationRequestDTO> |
VacationRequestService.getActiveVacationRequestsByUserId(String userId,
int offset,
int limit) |
List<VacationRequestDTO> |
VacationRequestService.getVacationRequests(int offset,
int limit) |
List<VacationRequestDTO> |
VacationRequestService.getVacationRequestsByUserId(String userId,
int offset,
int limit) |
List<VacationRequestDTO> |
VacationRequestService.getVacationRequestsByUserIdAndStatus(String userId,
String status,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
VacationRequestService.remove(VacationRequestDTO entity) |
VacationRequestDTO |
VacationRequestService.save(VacationRequestDTO entity,
boolean newRequest) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.