Skip navigation links
A C D E F I O P R S U V 

A

addUserContact(KeyValuePair<User, User>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Adds the given contact User object to the contacts of the given User object.
addUserContact(KeyValuePair<User, User>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
authenticate(Credentials) - Method in interface de.alpharogroup.user.management.rest.api.AuthenticationsResource
Authenticate a user with the given Credentials.
authenticate(String, String) - Method in interface de.alpharogroup.user.management.rest.api.AuthenticationsResource
Authenticate a user with the given email or username and the given password.
authenticate(Credentials) - Method in class de.alpharogroup.user.management.rest.AuthenticationsRestResource
Authenticate a user with the given Credentials.
authenticate(String, String) - Method in class de.alpharogroup.user.management.rest.AuthenticationsRestResource
Authenticate a user with the given email or username and the given password.
AuthenticationsResource - Interface in de.alpharogroup.user.management.rest.api
The interface AuthenticationsResource provides methods for authenticate users of a given application.
AuthenticationsRestResource - Class in de.alpharogroup.user.management.rest
The class AuthenticationsRestResource provides an implementation of the inteface AuthenticationsResource.
AuthenticationsRestResource() - Constructor for class de.alpharogroup.user.management.rest.AuthenticationsRestResource
 

C

compare(KeyValuePair<Contactmethod, Contactmethod>) - Method in interface de.alpharogroup.user.management.rest.api.ContactmethodsResource
Compare the given Contactmethod objects.
compare(KeyValuePair<Contactmethod, Contactmethod>) - Method in class de.alpharogroup.user.management.rest.ContactmethodsRestResource
Compare the given Contactmethod objects.
ContactmethodsResource - Interface in de.alpharogroup.user.management.rest.api
The interface ContactmethodsResource provides methods for resolving contact methods.
ContactmethodsRestResource - Class in de.alpharogroup.user.management.rest
ContactmethodsRestResource() - Constructor for class de.alpharogroup.user.management.rest.ContactmethodsRestResource
 

D

de.alpharogroup.user.management.filter - package de.alpharogroup.user.management.filter
 
de.alpharogroup.user.management.rest - package de.alpharogroup.user.management.rest
 
de.alpharogroup.user.management.rest.api - package de.alpharogroup.user.management.rest.api
 
deleteAddress(KeyValuePair<Address, UserData>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Deletes the given Address object from the given UserData object.
deleteAddress(KeyValuePair<Address, UserData>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
deleteBlacklisted(KeyValuePair<User, Integer>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Deletes the given black listed User object from the given user data id.
deleteBlacklisted(KeyValuePair<User, Integer>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
deleteResource(KeyValuePair<ResourcesModel, Integer>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Deletes the Resource object from the given resource model object with the given user data id.
deleteResource(KeyValuePair<ResourcesModel, Integer>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 

E

existsContact(KeyValuePair<String, ContactmethodType>) - Method in interface de.alpharogroup.user.management.rest.api.ContactmethodsResource
Check if a contact exist with given contact value and the given ContactmethodType encapsulated as a KeyValuePair.
existsContact(KeyValuePair<String, ContactmethodType>) - Method in class de.alpharogroup.user.management.rest.ContactmethodsRestResource
Check if a contact exist with given contact value and the given ContactmethodType encapsulated as a KeyValuePair.
existsUserWithEmail(Contactmethod) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if a user exists with the given email.
existsUserWithEmail(String) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if a user exists with the given email.
existsUserWithEmail(Contactmethod) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
existsUserWithEmail(String) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
existsUserWithEmailOrUsername(KeyValuePair<String, String>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if a user exists with the given email or user name.
existsUserWithEmailOrUsername(String) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if a user exists with the given email or user name.
existsUserWithEmailOrUsername(KeyValuePair<String, String>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
existsUserWithEmailOrUsername(String) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
existsUserWithUsername(String) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
existsUserWithUsername(String) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 

F

find(KeyValuePair<String, ContactmethodType>) - Method in interface de.alpharogroup.user.management.rest.api.ContactmethodsResource
Find all the Contactmethod objects from the given contact value and the given ContactmethodType.
find(Triple<User, User, String>) - Method in interface de.alpharogroup.user.management.rest.api.RecommendationsResource
Find all the Recommendation objects from the given parameters.
find(Infringement) - Method in interface de.alpharogroup.user.management.rest.api.RuleViolationsResource
Find a all RuleViolation objects from the given Infringement object.
find(KeyValuePair<String, ContactmethodType>) - Method in class de.alpharogroup.user.management.rest.ContactmethodsRestResource
Find all the Contactmethod objects from the given contact value and the given ContactmethodType.
find(Triple<User, User, String>) - Method in class de.alpharogroup.user.management.rest.RecommendationsRestResource
Find all the Recommendation objects from the given parameters.
find(Infringement) - Method in class de.alpharogroup.user.management.rest.RuleViolationsRestResource
 
findAddessesFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find all Address from the given User.
findAddessesFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findAddressesFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find all Address from the given User.
findAddressesFromUser(User) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findAddressFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find the main Address from the given User.
findAddressFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find the main Address from the given User.
findAddressFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findAddressFromUser(User) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findAll() - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
 
findAll() - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findAllEmailContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find all email contacts from the given User.
findAllEmailContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findAllFaxContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find all fax contacts from the given User.
findAllFaxContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findAllInternetContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find all internet contacts from the given User.
findAllInternetContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findAllMobileContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find all mobile contacts from user.
findAllMobileContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findAllTelefonContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find all telefon contacts from the given User.
findAllTelefonContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findBy(Integer) - Method in interface de.alpharogroup.user.management.rest.api.UserDatasResource
Find the UserData object by the given Integer user id.
findBy(User) - Method in interface de.alpharogroup.user.management.rest.api.UserDatasResource
Find the UserData object by the given User object.
findBy(Integer) - Method in class de.alpharogroup.user.management.rest.UserDatasRestResource
 
findBy(User) - Method in class de.alpharogroup.user.management.rest.UserDatasRestResource
 
findContact(KeyValuePair<String, ContactmethodType>) - Method in interface de.alpharogroup.user.management.rest.api.ContactmethodsResource
Find all the Contactmethod objects from the given contact value and the given ContactmethodType encapsulated as a KeyValuePair.
findContact(KeyValuePair<String, ContactmethodType>) - Method in class de.alpharogroup.user.management.rest.ContactmethodsRestResource
Find all the Contactmethod objects from the given contact value and the given ContactmethodType encapsulated as a KeyValuePair.
findContactmethod(KeyValuePair<ContactmethodType, User>) - Method in interface de.alpharogroup.user.management.rest.api.ContactmethodsResource
Find all the Contactmethod objects from the given User object and the given ContactmethodType encapsulated as a KeyValuePair.
findContactmethod(KeyValuePair<ContactmethodType, User>) - Method in class de.alpharogroup.user.management.rest.ContactmethodsRestResource
Find all the Contactmethod objects from the given User object and the given ContactmethodType encapsulated as a KeyValuePair.
findEmailContactFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find email contact from the given User.
findEmailContactFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findFaxContactFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find fax contact from the given User.
findFaxContactFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findInternetContactFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find internet contact from the given User.
findInternetContactFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findMobileContactFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find mobile contact from the given User.
findMobileContactFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findRecommendations(Triple<User, User, String>) - Method in interface de.alpharogroup.user.management.rest.api.RecommendationsResource
Find the Recommendation object from the given parameters.
findRecommendations(Triple<User, User, String>) - Method in class de.alpharogroup.user.management.rest.RecommendationsRestResource
Find the Recommendation object from the given parameters.
findRolesFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find roles from the given User.
findRolesFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find roles from the given User.
findRolesFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findRolesFromUser(User) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findTelefonContactFromUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find telefon contact from the given User.
findTelefonContactFromUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findUsers(Triple<Integer, GenderType, Integer>) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find users from the given GenderType object and the range from till until.
findUsers(UserSearchCriteria) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find users from the given GenderType object and the range from till until and the given geohash code.
findUsers(Triple<Integer, GenderType, Integer>) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findUsers(UserSearchCriteria) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findUserWithEmail(String) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find the User object with the given email.
findUserWithEmail(String) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find the User object with the given email.
findUserWithEmail(String) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findUserWithEmail(String) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
findUserWithEmailOrUsername(String) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find User object from the given email or user name.
findUserWithEmailOrUsername(String) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findUserWithUsername(String) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Find User object from the given user name.
findUserWithUsername(String) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Find User object from the given user name.
findUserWithUsername(String) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
findUserWithUsername(String) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 

I

isInRole(KeyValuePair<String, List<Role>>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if a Role object exist in the given list with the given role name.
isInRole(KeyValuePair<String, List<Role>>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
isUserInRole(KeyValuePair<User, String>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if the given User object is in the given role from the given role name.
isUserInRole(KeyValuePair<User, String>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 

O

onValidateToken(String) - Method in class de.alpharogroup.user.management.filter.UserAuthenticationFilter
 

P

persistResource(KeyValuePair<ResourcesModel, Integer>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given resource model object with the given user id.
persistResource(KeyValuePair<ResourcesModel, Integer>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 

R

RecommendationsResource - Interface in de.alpharogroup.user.management.rest.api
The interface RecommendationsResource provides methods for resolving recommendation objects.
RecommendationsRestResource - Class in de.alpharogroup.user.management.rest
RecommendationsRestResource() - Constructor for class de.alpharogroup.user.management.rest.RecommendationsRestResource
 
RobinsonsResource - Interface in de.alpharogroup.user.management.rest.api
The interface RobinsonsResource provides methods for robinson users.
RobinsonsRestResource - Class in de.alpharogroup.user.management.rest
 
RobinsonsRestResource() - Constructor for class de.alpharogroup.user.management.rest.RobinsonsRestResource
 
RuleViolationsResource - Interface in de.alpharogroup.user.management.rest.api
The interface RuleViolationsResource provides methods for resolve rule violations of users.
RuleViolationsRestResource - Class in de.alpharogroup.user.management.rest
 
RuleViolationsRestResource() - Constructor for class de.alpharogroup.user.management.rest.RuleViolationsRestResource
 

S

save(Infringement) - Method in interface de.alpharogroup.user.management.rest.api.RuleViolationsResource
Persist the given domain object InfringementModel.
save(Infringement) - Method in class de.alpharogroup.user.management.rest.RuleViolationsRestResource
 
saveAddressesFromUser(KeyValuePair<User, Collection<Address>>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given collection of Address objects from the given User object.
saveAddressesFromUser(KeyValuePair<User, Collection<Address>>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
saveAddressFromUser(KeyValuePair<User, Address>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given Address object from the given User object.
saveAddressFromUser(KeyValuePair<User, Address>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
saveNewUser(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given User object.
saveNewUser(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
saveUserOnlyWithEmail(User) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given User object without checking the user name.
saveUserOnlyWithEmail(User) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
saveUserWithContactmethod(KeyValuePair<User, Contactmethod>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given Contactmethod object to the given User object contacts.
saveUserWithContactmethod(KeyValuePair<User, Contactmethod>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
saveUserWithContactmethods(KeyValuePair<User, List<Contactmethod>>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given list of Contactmethod objects to the given User object contacts.
saveUserWithContactmethods(KeyValuePair<User, List<Contactmethod>>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
saveUserWithRoles(KeyValuePair<User, Collection<Role>>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Persist the given User object with the given collection of Role objects.
saveUserWithRoles(KeyValuePair<User, Collection<Role>>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
setEmail(KeyValuePair<String, User>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Update email from the given User object if the email has changed and return the new contactMethod object or the contactMethod that is persist in database.
setEmail(KeyValuePair<String, User>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
setUsername(KeyValuePair<String, User>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Sets a new user name to the the given User object.
setUsername(KeyValuePair<String, User>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
signUpUser(Triple<UsernameSignUpModel, Set<Role>, UserModel>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Sign up process for insert a new user in the database.
signUpUser(Triple<UsernameSignUpModel, Set<Role>, UserModel>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 

U

updateContactmethod(Triple<String, ContactmethodType, Contactmethod>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Update an existing Contactmethod object.
updateContactmethod(Triple<String, ContactmethodType, Contactmethod>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
updateUsername(KeyValuePair<String, User>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Update user name from the given User object if the user name has changed.
updateUsername(KeyValuePair<String, User>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
UserAuthenticationFilter - Class in de.alpharogroup.user.management.filter
 
UserAuthenticationFilter() - Constructor for class de.alpharogroup.user.management.filter.UserAuthenticationFilter
 
UserCreditsResource - Interface in de.alpharogroup.user.management.rest.api
The interface UserCreditsResource provides methods for resolve user credits of users.
UserCreditsRestResource - Class in de.alpharogroup.user.management.rest
 
UserCreditsRestResource() - Constructor for class de.alpharogroup.user.management.rest.UserCreditsRestResource
 
UserDatasResource - Interface in de.alpharogroup.user.management.rest.api
The interface UserDatasResource provides methods for resolve user data of users.
UserDatasRestResource - Class in de.alpharogroup.user.management.rest
 
UserDatasRestResource() - Constructor for class de.alpharogroup.user.management.rest.UserDatasRestResource
 
userIsInRole(KeyValuePair<User, Role>) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Checks if the given User object is in the given Role object.
userIsInRole(KeyValuePair<User, Role>) - Method in interface de.alpharogroup.user.management.rest.api.UsersResource
Checks if the given User object is in the given Role object.
userIsInRole(KeyValuePair<User, Role>) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
userIsInRole(KeyValuePair<User, Role>) - Method in class de.alpharogroup.user.management.rest.UsersRestResource
 
UserManagementResource - Interface in de.alpharogroup.user.management.rest.api
The interface UserManagementResource provides methods for authenticate users of a given application.
UserManagementRestResource - Class in de.alpharogroup.user.management.rest
UserManagementRestResource() - Constructor for class de.alpharogroup.user.management.rest.UserManagementRestResource
 
UsersResource - Interface in de.alpharogroup.user.management.rest.api
The interface UsersResource provides methods for resolve users.
UsersRestResource - Class in de.alpharogroup.user.management.rest
 
UsersRestResource() - Constructor for class de.alpharogroup.user.management.rest.UsersRestResource
 

V

validate(UsernameSignUpModel) - Method in interface de.alpharogroup.user.management.rest.api.UserManagementResource
Validate the given UsernameSignUpModel object.
validate(UsernameSignUpModel) - Method in class de.alpharogroup.user.management.rest.UserManagementRestResource
 
A C D E F I O P R S U V 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.