Uses of Class
org.exoplatform.rhmanagement.dto.ConventionalVacationDTO
-
Packages that use ConventionalVacationDTO Package Description org.exoplatform.rhmanagement.dto org.exoplatform.rhmanagement.services -
-
Uses of ConventionalVacationDTO in org.exoplatform.rhmanagement.dto
Methods in org.exoplatform.rhmanagement.dto that return ConventionalVacationDTO Modifier and Type Method Description ConventionalVacationDTOVacationRequestWithManagersDTO. getcVacation()Methods in org.exoplatform.rhmanagement.dto that return types with arguments of type ConventionalVacationDTO Modifier and Type Method Description List<ConventionalVacationDTO>ContextDTO. getConventionalVacations()Methods in org.exoplatform.rhmanagement.dto with parameters of type ConventionalVacationDTO Modifier and Type Method Description voidVacationRequestWithManagersDTO. setcVacation(ConventionalVacationDTO cVacation)Method parameters in org.exoplatform.rhmanagement.dto with type arguments of type ConventionalVacationDTO Modifier and Type Method Description voidContextDTO. setConventionalVacations(List<ConventionalVacationDTO> conventionalVacations) -
Uses of ConventionalVacationDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return ConventionalVacationDTO Modifier and Type Method Description ConventionalVacationDTOConventionalVacationService. getConventionalVacationsById(long id)ConventionalVacationDTOConventionalVacationService. save(ConventionalVacationDTO entity, boolean newCv)Methods in org.exoplatform.rhmanagement.services that return types with arguments of type ConventionalVacationDTO Modifier and Type Method Description List<ConventionalVacationDTO>ConventionalVacationService. getConventionalVacations(int offset, int limit)Methods in org.exoplatform.rhmanagement.services with parameters of type ConventionalVacationDTO Modifier and Type Method Description voidConventionalVacationService. remove(ConventionalVacationDTO entity)ConventionalVacationDTOConventionalVacationService. save(ConventionalVacationDTO entity, boolean newCv)
-