Uses of Class
org.exoplatform.rhmanagement.dto.OfficialVacationDTO
-
Packages that use OfficialVacationDTO Package Description org.exoplatform.rhmanagement.dto org.exoplatform.rhmanagement.services org.exoplatform.rhmanagement.services.jobs -
-
Uses of OfficialVacationDTO in org.exoplatform.rhmanagement.dto
Methods in org.exoplatform.rhmanagement.dto that return types with arguments of type OfficialVacationDTO Modifier and Type Method Description List<OfficialVacationDTO>ContextDTO. getOfficialVacations()Method parameters in org.exoplatform.rhmanagement.dto with type arguments of type OfficialVacationDTO Modifier and Type Method Description voidContextDTO. setOfficialVacations(List<OfficialVacationDTO> officialVacations) -
Uses of OfficialVacationDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return OfficialVacationDTO Modifier and Type Method Description OfficialVacationDTOOfficialVacationService. getOfficialVacationsById(long id)OfficialVacationDTOOfficialVacationService. save(OfficialVacationDTO entity, boolean newCv)Methods in org.exoplatform.rhmanagement.services that return types with arguments of type OfficialVacationDTO Modifier and Type Method Description List<OfficialVacationDTO>OfficialVacationService. getOfficialVacations(int offset, int limit)Methods in org.exoplatform.rhmanagement.services with parameters of type OfficialVacationDTO Modifier and Type Method Description voidOfficialVacationService. remove(OfficialVacationDTO entity)OfficialVacationDTOOfficialVacationService. save(OfficialVacationDTO entity, boolean newCv) -
Uses of OfficialVacationDTO in org.exoplatform.rhmanagement.services.jobs
Methods in org.exoplatform.rhmanagement.services.jobs with parameters of type OfficialVacationDTO Modifier and Type Method Description org.exoplatform.social.core.activity.model.ExoSocialActivityNotificationsJob. createActivity(OfficialVacationDTO oVacation)
-