Uses of Package
overit.geocall.base.rs2.user
Packages that use overit.geocall.base.rs2.user
-
Classes in overit.geocall.base.rs2.user used by overit.geocall.base.rs2.userClassDescriptionData transfer object representing a user creation request.
It contains all the user's information and is typically used by theuser create serviceupdate or create resource.Data transfer object used to request a password change.
This bean contains both old and new password, and they refers to the current logged in user.Data transfer object representing a user update request.
It contains all the user's information and is typically used by theuser update serviceresource.Bean used to define a set of fields that will be used to filter the results of theUserService.getUsers(Page, String, Collection, Collection, UserFilter)serviceData transfer object representing a user.
It contains all the user's information and is typically used by theuser serviceboth as request's filter and response object.