Uses of Class
org.exoplatform.rhmanagement.dto.ConventionalVacationDTO
Packages that use ConventionalVacationDTO
-
Uses of ConventionalVacationDTO in org.exoplatform.rhmanagement.dto
Methods in org.exoplatform.rhmanagement.dto that return ConventionalVacationDTOMethods in org.exoplatform.rhmanagement.dto that return types with arguments of type ConventionalVacationDTOMethods in org.exoplatform.rhmanagement.dto with parameters of type ConventionalVacationDTOModifier and TypeMethodDescriptionvoidVacationRequestWithManagersDTO.setcVacation(ConventionalVacationDTO cVacation) Method parameters in org.exoplatform.rhmanagement.dto with type arguments of type ConventionalVacationDTOModifier and TypeMethodDescriptionvoidContextDTO.setConventionalVacations(List<ConventionalVacationDTO> conventionalVacations) -
Uses of ConventionalVacationDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return ConventionalVacationDTOModifier and TypeMethodDescriptionConventionalVacationService.getConventionalVacationsById(long id) ConventionalVacationService.save(ConventionalVacationDTO entity, boolean newCv) Methods in org.exoplatform.rhmanagement.services that return types with arguments of type ConventionalVacationDTOModifier and TypeMethodDescriptionConventionalVacationService.getConventionalVacations(int offset, int limit) Methods in org.exoplatform.rhmanagement.services with parameters of type ConventionalVacationDTOModifier and TypeMethodDescriptionvoidConventionalVacationService.remove(ConventionalVacationDTO entity) ConventionalVacationService.save(ConventionalVacationDTO entity, boolean newCv)