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

A

addUserContact(User, User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Adds the given contact User object to the contacts of the given User object.
addUserContact(User, User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Adds the given contact User object to the contacts of the given User object.
authenticate(String, String) - Method in interface de.alpharogroup.user.management.service.api.AuthenticationService
 
authenticate(String, String) - Method in class de.alpharogroup.user.management.service.AuthenticationDomainService
 
AuthenticationDomainService - Class in de.alpharogroup.user.management.service
 
AuthenticationDomainService() - Constructor for class de.alpharogroup.user.management.service.AuthenticationDomainService
 
AuthenticationService - Interface in de.alpharogroup.user.management.service.api
 

C

compare(Contactmethod, Contactmethod) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodService
Compare the given Contactmethod objects.
compare(Contactmethod, Contactmethod) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Compare the given Contactmethod objects.
Contactmethod - Class in de.alpharogroup.user.management.domain
 
Contactmethod() - Constructor for class de.alpharogroup.user.management.domain.Contactmethod
 
ContactmethodDomainService - Class in de.alpharogroup.user.management.service
ContactmethodDomainService() - Constructor for class de.alpharogroup.user.management.service.ContactmethodDomainService
 
ContactmethodService - Interface in de.alpharogroup.user.management.service.api
The interface ContactmethodService.
ContactmethodsMapper - Class in de.alpharogroup.user.management.mapper
ContactmethodsMapper() - Constructor for class de.alpharogroup.user.management.mapper.ContactmethodsMapper
 

D

de.alpharogroup.user.management.domain - package de.alpharogroup.user.management.domain
 
de.alpharogroup.user.management.domain.model - package de.alpharogroup.user.management.domain.model
 
de.alpharogroup.user.management.mapper - package de.alpharogroup.user.management.mapper
 
de.alpharogroup.user.management.service - package de.alpharogroup.user.management.service
 
de.alpharogroup.user.management.service.api - package de.alpharogroup.user.management.service.api
 
deleteAddress(Address, UserData) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Deletes the given Address object from the given UserData object.
deleteAddress(Address, UserData) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Deletes the given Address object from the given UserData object.
deleteBlacklisted(User, Integer) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Deletes the given black listed User object from the given user data id.
deleteBlacklisted(User, Integer) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Deletes the given black listed User object from the given user data id.
deleteResource(ResourcesModel, Integer) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Deletes the Resource object from the given resource model object with the given user data id.
deleteResource(ResourcesModel, Integer) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Deletes the Resource object from the given resource model object with the given user data id.

E

existsContact(Contactmethod) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodService
Check if a contact exist with given Contactmethod.
existsContact(String, ContactmethodType) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodService
Check if a contact exist with given contact value and the given ContactmethodType.
existsContact(Contactmethod) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Check if a contact exist with given Contactmethod.
existsContact(String, ContactmethodType) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Check if a contact exist with given contact value and the given ContactmethodType.
existsUserWithEmail(Contactmethod) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Checks if a user exists with the given email.
existsUserWithEmail(Contactmethod) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Checks if a user exists with the given email.
existsUserWithEmail(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
existsUserWithEmailOrUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Checks if a user exists with the given email or user name.
existsUserWithEmailOrUsername(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Checks if a user exists with the given email or user name.
existsUserWithEmailOrUsername(String, String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
existsUserWithUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UserService
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UserDomainService
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService

F

find(ContactmethodType, String) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodService
Find all the Contactmethod objects from the given contact value and the given ContactmethodType.
find(User, User, String) - Method in interface de.alpharogroup.user.management.service.api.RecommendationService
Find all the Recommendation objects from the given parameters.
find(User, User, RuleViolationReason, String) - Method in interface de.alpharogroup.user.management.service.api.RuleViolationService
Find a all RuleViolation objects from the given arguments.
find(ContactmethodType, String) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Find all the Contactmethod objects from the given contact value and the given ContactmethodType.
find(User, User, String) - Method in class de.alpharogroup.user.management.service.RecommendationDomainService
Find all the Recommendation objects from the given parameters.
find(User, User, RuleViolationReason, String) - Method in class de.alpharogroup.user.management.service.RuleViolationDomainService
Find a all RuleViolation objects from the given arguments.
findAddessesFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find all Address from the given User.
findAddessesFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find all Address from the given User.
findAddressesFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find all Address from the given User.
findAddressesFromUser(User) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find all Address from the given User.
findAddressFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find the main Address from the given User.
findAddressFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find the main Address from the given User.
findAddressFromUser(User) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find the main Address from the given User.
findAddressFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find the main Address from the given User.
findAllEmailContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find all email contacts from the given User.
findAllEmailContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find all email contacts from the given User.
findAllFaxContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find all fax contacts from the given User.
findAllFaxContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find all fax contacts from the given User.
findAllInternetContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find all internet contacts from the given User.
findAllInternetContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find all internet contacts from the given User.
findAllMobileContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find all mobile contacts from user.
findAllMobileContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find all mobile contacts from user.
findAllTelefonContactmethodsFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find all telefon contacts from the given User.
findAllTelefonContactmethodsFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find all telefon contacts from the given User.
findBy(Integer) - Method in interface de.alpharogroup.user.management.service.api.UserDataService
Find the UserData object by the given Integer user id.
findBy(User) - Method in interface de.alpharogroup.user.management.service.api.UserDataService
Find the UserData object by the given User object.
findBy(Integer) - Method in class de.alpharogroup.user.management.service.UserDataDomainService
 
findBy(User) - Method in class de.alpharogroup.user.management.service.UserDataDomainService
 
findContact(String, ContactmethodType) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodService
Find all the Contactmethod objects from the given contact value and the given ContactmethodType.
findContact(String, ContactmethodType) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Find all the Contactmethod objects from the given contact value and the given ContactmethodType.
findContactmethod(ContactmethodType, User) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodService
Find all the Contactmethod objects from the given user and the given ContactmethodType.
findContactmethod(ContactmethodType, User) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Find all the Contactmethod objects from the given user and the given ContactmethodType.
findEmailContactFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find email contact from the given User.
findEmailContactFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find email contact from the given User.
findFaxContactFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find fax contact from the given User.
findFaxContactFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find fax contact from the given User.
findInternetContactFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find internet contact from the given User.
findInternetContactFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find internet contact from the given User.
findMobileContactFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find mobile contact from the given User.
findMobileContactFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find mobile contact from the given User.
findRecommendations(User, User, String) - Method in interface de.alpharogroup.user.management.service.api.RecommendationService
Find the Recommendations object from the given parameters.
findRecommendations(User, User, String) - Method in class de.alpharogroup.user.management.service.RecommendationDomainService
Find the Recommendations object from the given parameters.
findRolesFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find roles from the given User.
findRolesFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find roles from the given User.
findRolesFromUser(User) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find roles from the given User.
findRolesFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find roles from the given User.
findTelefonContactFromUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find telefon contact from the given User.
findTelefonContactFromUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find telefon contact from the given User.
findUsers(Integer, GenderType, Integer) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find users from the given GenderType object and the range from till until.
findUsers(Integer, GenderType, Integer, String) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find users from the given GenderType object and the range from till until and the given geohash code.
findUsers(Integer, GenderType, Integer) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find users from the given GenderType object and the range from till until.
findUsers(Integer, GenderType, Integer, String) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find users from the given GenderType object and the range from till until and the given geohash code.
findUserWithEmail(String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find the User object with the given email.
findUserWithEmail(String) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find the User object with the given email.
findUserWithEmail(String) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find the User object with the given email.
findUserWithEmail(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find the User object with the given email.
findUserWithEmailOrUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find User object from the given email or user name.
findUserWithEmailOrUsername(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find User object from the given email or user name.
findUserWithUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Find User object from the given user name.
findUserWithUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UserService
Find User object from the given user name.
findUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UserDomainService
Find User object from the given user name.
findUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Find User object from the given user name.

G

getMapper() - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
 

I

Infringement - Class in de.alpharogroup.user.management.domain.model
The class Infringement.
Infringement() - Constructor for class de.alpharogroup.user.management.domain.model.Infringement
 
isInRole(String, List<Role>) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Checks if a Role object exist in the given list with the given role name.
isInRole(String, List<Role>) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Checks if a Role object exist in the given list with the given role name.
isUserInRole(User, String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Checks if the given User object is in the given role from the given role name.
isUserInRole(User, String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Checks if the given User object is in the given role from the given role name.
isValid(String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Checks if the given token is valid.
isValid(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Checks if the given token is valid.

N

newAuthenticationToken(String) - Method in interface de.alpharogroup.user.management.service.api.AuthenticationService
Factory method that creates a new authentication token or gets the existing one from the given user name.
newAuthenticationToken(String) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Factory method that creates a new authentication token from the given user name.
newAuthenticationToken(String) - Method in class de.alpharogroup.user.management.service.AuthenticationDomainService
 
newAuthenticationToken(String) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Factory method that creates a new authentication token from the given user name.
newMapper(List<String>) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Factory method for creating the new Mapper for the mapping process with the given mapping files list.

P

persistResource(ResourcesModel, Integer) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given resource model object with the given user id.
persistResource(ResourcesModel, Integer) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given resource model object with the given user id.

R

Recommendation - Class in de.alpharogroup.user.management.domain
 
Recommendation() - Constructor for class de.alpharogroup.user.management.domain.Recommendation
 
RecommendationDomainService - Class in de.alpharogroup.user.management.service
RecommendationDomainService() - Constructor for class de.alpharogroup.user.management.service.RecommendationDomainService
 
RecommendationService - Interface in de.alpharogroup.user.management.service.api
The interface RecommendationService.
RecommendationsMapper - Class in de.alpharogroup.user.management.mapper
RecommendationsMapper() - Constructor for class de.alpharogroup.user.management.mapper.RecommendationsMapper
 
Robinson - Class in de.alpharogroup.user.management.domain
 
Robinson() - Constructor for class de.alpharogroup.user.management.domain.Robinson
 
RobinsonDomainService - Class in de.alpharogroup.user.management.service
RobinsonDomainService() - Constructor for class de.alpharogroup.user.management.service.RobinsonDomainService
 
RobinsonService - Interface in de.alpharogroup.user.management.service.api
The interface RobinsonService.
RobinsonsMapper - Class in de.alpharogroup.user.management.mapper
The class RobinsonsMapper.
RobinsonsMapper() - Constructor for class de.alpharogroup.user.management.mapper.RobinsonsMapper
 
RuleViolation - Class in de.alpharogroup.user.management.domain
 
RuleViolation() - Constructor for class de.alpharogroup.user.management.domain.RuleViolation
 
RuleViolationDomainService - Class in de.alpharogroup.user.management.service
RuleViolationDomainService() - Constructor for class de.alpharogroup.user.management.service.RuleViolationDomainService
 
RuleViolationService - Interface in de.alpharogroup.user.management.service.api
The interface RuleViolationService.
RuleViolationsMapper - Class in de.alpharogroup.user.management.mapper
RuleViolationsMapper() - Constructor for class de.alpharogroup.user.management.mapper.RuleViolationsMapper
 

S

save(Infringement) - Method in interface de.alpharogroup.user.management.service.api.RuleViolationService
Persist the given domain object Infringement.
save(InfringementModel) - Method in interface de.alpharogroup.user.management.service.api.RuleViolationService
Deprecated.
use instead save(Infringement)
save(Infringement) - Method in class de.alpharogroup.user.management.service.RuleViolationDomainService
Persist the given domain object Infringement.
save(InfringementModel) - Method in class de.alpharogroup.user.management.service.RuleViolationDomainService
Deprecated.
saveAddressesFromUser(User, Collection<Address>) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given collection of Address objects from the given User object.
saveAddressesFromUser(User, Collection<Address>) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given collection of Address objects from the given User object.
saveAddressFromUser(User, Address) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given Address object from the given User object.
saveAddressFromUser(User, Address) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given Address object from the given User object.
saveNewUser(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given User object.
saveNewUser(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given User object.
saveUserOnlyWithEmail(User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given User object without checking the user name.
saveUserOnlyWithEmail(User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given User object without checking the user name.
saveUserWithContactmethod(User, Contactmethod) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given Contactmethod object to the given User object contacts.
saveUserWithContactmethod(User, Contactmethod) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given Contactmethod object to the given User object contacts.
saveUserWithContactmethods(User, List<Contactmethod>) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given list of Contactmethod objects to the given User object contacts.
saveUserWithContactmethods(User, List<Contactmethod>) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given list of Contactmethod objects to the given User object contacts.
saveUserWithRoles(User, Collection<Role>) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Persist the given User object with the given collection of Role objects.
saveUserWithRoles(User, Collection<Role>) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Persist the given User object with the given collection of Role objects.
setContactmethodsDao(ContactmethodsDao) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Sets the specific ContactmethodsDao.
setContactmethodsMapper(ContactmethodsMapper) - Method in class de.alpharogroup.user.management.service.ContactmethodDomainService
Sets the specific ContactmethodsMapper.
setEmail(String, User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
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(String, User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
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.
setRecommendationsDao(RecommendationsDao) - Method in class de.alpharogroup.user.management.service.RecommendationDomainService
Sets the specific RecommendationsDao.
setRecommendationsMapper(RecommendationsMapper) - Method in class de.alpharogroup.user.management.service.RecommendationDomainService
Sets the specific RecommendationsMapper.
setRobinsonsDao(RobinsonsDao) - Method in class de.alpharogroup.user.management.service.RobinsonDomainService
Sets the specific RobinsonsDao.
setRobinsonsMapper(RobinsonsMapper) - Method in class de.alpharogroup.user.management.service.RobinsonDomainService
Sets the specific RobinsonsMapper.
setRuleViolationsDao(RuleViolationsDao) - Method in class de.alpharogroup.user.management.service.RuleViolationDomainService
Sets the specific RuleViolationsDao.
setRuleViolationsMapper(RuleViolationsMapper) - Method in class de.alpharogroup.user.management.service.RuleViolationDomainService
Sets the specific RuleViolationsMapper.
setUserCreditsDao(UserCreditsDao) - Method in class de.alpharogroup.user.management.service.UserCreditDomainService
Sets the specific UserCreditsDao.
setUserCreditsMapper(UserCreditsMapper) - Method in class de.alpharogroup.user.management.service.UserCreditDomainService
Sets the specific UserCreditsMapper.
setUserDatasDao(UserDatasDao) - Method in class de.alpharogroup.user.management.service.UserDataDomainService
Sets the specific UserDatasDao.
setUserDatasMapper(UserDatasMapper) - Method in class de.alpharogroup.user.management.service.UserDataDomainService
Sets the specific UserDatasMapper.
setUsername(String, User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Sets a new user name to the the given User object.
setUsername(String, User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Sets a new user name to the the given User object.
setUsersDao(UsersDao) - Method in class de.alpharogroup.user.management.service.UserDomainService
Sets the specific UsersDao.
setUsersMapper(UsersMapper) - Method in class de.alpharogroup.user.management.service.UserDomainService
Sets the specific UsersMapper.
signUpUser(UsernameSignUpModel, Set<Role>, UserModel) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Sign up process for insert a new user in the database.
signUpUser(UsernameSignUpModel, Set<Role>, UserModel) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Sign up process for insert a new user in the database.

U

updateContactmethod(String, ContactmethodType, Contactmethod) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Update an existing Contactmethod object.
updateContactmethod(String, ContactmethodType, Contactmethod) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Update an existing Contactmethod object.
updateUsername(String, User) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Update user name from the given User object if the user name has changed.
updateUsername(String, User) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Update user name from the given User object if the user name has changed.
UserCredit - Class in de.alpharogroup.user.management.domain
 
UserCredit() - Constructor for class de.alpharogroup.user.management.domain.UserCredit
 
UserCreditDomainService - Class in de.alpharogroup.user.management.service
UserCreditDomainService() - Constructor for class de.alpharogroup.user.management.service.UserCreditDomainService
 
UserCreditService - Interface in de.alpharogroup.user.management.service.api
The interface UserCreditService.
UserCreditsMapper - Class in de.alpharogroup.user.management.mapper
UserCreditsMapper() - Constructor for class de.alpharogroup.user.management.mapper.UserCreditsMapper
 
UserData - Class in de.alpharogroup.user.management.domain
 
UserData() - Constructor for class de.alpharogroup.user.management.domain.UserData
 
UserDataDomainService - Class in de.alpharogroup.user.management.service
UserDataDomainService() - Constructor for class de.alpharogroup.user.management.service.UserDataDomainService
 
UserDataService - Interface in de.alpharogroup.user.management.service.api
The interface UserDataService.
UserDatasMapper - Class in de.alpharogroup.user.management.mapper
The class UserDatasMapper.
UserDatasMapper() - Constructor for class de.alpharogroup.user.management.mapper.UserDatasMapper
 
UserDomainService - Class in de.alpharogroup.user.management.service
UserDomainService() - Constructor for class de.alpharogroup.user.management.service.UserDomainService
 
userIsInRole(User, Role) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Checks if the given User object is in the given Role object.
userIsInRole(User, Role) - Method in interface de.alpharogroup.user.management.service.api.UserService
Checks if the given User object is in the given Role object.
userIsInRole(User, Role) - Method in class de.alpharogroup.user.management.service.UserDomainService
Checks if the given User object is in the given Role object.
userIsInRole(User, Role) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Checks if the given User object is in the given Role object.
UserManagementDomainService - Class in de.alpharogroup.user.management.service
UserManagementDomainService() - Constructor for class de.alpharogroup.user.management.service.UserManagementDomainService
 
UserManagementService - Interface in de.alpharogroup.user.management.service.api
The interface UserManagementService.
UserSearchCriteria - Class in de.alpharogroup.user.management.domain.model
UserSearchCriteria() - Constructor for class de.alpharogroup.user.management.domain.model.UserSearchCriteria
 
UserService - Interface in de.alpharogroup.user.management.service.api
The interface UserService.

V

validate(UsernameSignUpModel) - Method in interface de.alpharogroup.user.management.service.api.UserManagementService
Validate the given UsernameSignUpModel object.
validate(UsernameSignUpModel) - Method in class de.alpharogroup.user.management.service.UserManagementDomainService
Validate the given UsernameSignUpModel object.
A C D E F G I N P R S U V 
Skip navigation links

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