Uses of Class
de.xima.fc.user.mgmt.event.UserData
Packages that use UserData
-
Uses of UserData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserDataModifier and TypeMethodDescriptionUserProfileDao.UserProfileMapper.toUserBaseData(UserProfile profile) UserProfileDao$UserProfileMapperImpl.toUserBaseData(UserProfile profile) -
Uses of UserData in de.xima.fc.user.mgmt.event
Methods in de.xima.fc.user.mgmt.event that return UserDataModifier and TypeMethodDescriptionUserData[]UserChangeEvent.getUsers()The users that were changed.Constructors in de.xima.fc.user.mgmt.event with parameters of type UserDataModifierConstructorDescriptionUserChangeEvent(UserData[] users, UserChangeEvent.EventType eventType) Creates a newUserChangeEventinstance.