Uses of Interface
ch.ivyteam.ivy.security.IUserAbsence
-
Packages that use IUserAbsence Package Description ch.ivyteam.ivy.security -
-
Uses of IUserAbsence in ch.ivyteam.ivy.security
Methods in ch.ivyteam.ivy.security that return IUserAbsence Modifier and Type Method Description IUserAbsenceIUser. createAbsence(Date startDateInclusive, Date stopDateInclusive, String description)Creates a new absence for a time period.Methods in ch.ivyteam.ivy.security that return types with arguments of type IUserAbsence Modifier and Type Method Description List<IUserAbsence>IUser. getAbsences()Gets all absences of the userMethods in ch.ivyteam.ivy.security with parameters of type IUserAbsence Modifier and Type Method Description voidIUser. deleteAbsence(IUserAbsence absence)Deletes a absence
-