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

A

AbstractAuthenticationService - Class in de.alpharogroup.user.management.sign.in
The Class AbstractAuthenticationService provides authentication methods.
AbstractAuthenticationService() - Constructor for class de.alpharogroup.user.management.sign.in.AbstractAuthenticationService
 
addPermission(Users, Users, Permissions) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Adds the given permission for the given subscriber provided from the provider.
addPermission(Users, Users, Permissions) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
addUserContact(Users, Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Adds the given contact Users object to the contacts of the given Users object.
addUserContact(Users, Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Adds the given contact Users object to the contacts of the given Users object.
authenticate(String, String) - Method in class de.alpharogroup.user.management.sign.in.AbstractAuthenticationService
Peform the authentication with the given email and password and return the result.
AuthenticationErrors - Enum in de.alpharogroup.user.management.sign.in
 
AuthenticationResult<U,E> - Class in de.alpharogroup.user.management.sign.in
 
AuthenticationResult() - Constructor for class de.alpharogroup.user.management.sign.in.AuthenticationResult
 
authorize(Users, String, AuthenticationResult<Users, AuthenticationErrors>) - Method in class de.alpharogroup.user.management.sign.in.AbstractAuthenticationService
Authorize given Users object.

C

compare(Contactmethods, Contactmethods) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodsService
Compare the given Contactmethods objects.
compare(Contactmethods, Contactmethods) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
Compare the given Contactmethods objects.
ContactmethodsBusinessService - Class in de.alpharogroup.user.management.service
 
ContactmethodsBusinessService() - Constructor for class de.alpharogroup.user.management.service.ContactmethodsBusinessService
 
ContactmethodsService - Interface in de.alpharogroup.user.management.service.api
The interface ContactmethodsService.
convert(ResourcesModel) - Static method in class de.alpharogroup.user.management.application.models.UserModelConverter
Deprecated.
Convert the given FileModel object to an Resources object.
createAndSavePermissions(String, String) - Method in interface de.alpharogroup.user.management.service.api.PermissionsService
Factory method to create and save a new Permissions object.
createAndSavePermissions(String, String, String) - Method in interface de.alpharogroup.user.management.service.api.PermissionsService
Factory method to create and save a new Permissions object.
createAndSavePermissions(String, String) - Method in class de.alpharogroup.user.management.service.PermissionsBusinessService
 
createAndSavePermissions(String, String, String) - Method in class de.alpharogroup.user.management.service.PermissionsBusinessService
 
createAndSaveRole(String, String) - Method in interface de.alpharogroup.user.management.service.api.RolesService
Creates a new Roles object with the given arguments and save it.
createAndSaveRole(String, String, Set<Permissions>) - Method in interface de.alpharogroup.user.management.service.api.RolesService
Creates a new Roles object with the given arguments and save it.
createAndSaveRole(String, String) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
Creates a new Roles object with the given arguments and save it.
createAndSaveRole(String, String, Set<Permissions>) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
Creates a new Roles object with the given arguments and save it.

D

de.alpharogroup.user.management.application.interfaces - package de.alpharogroup.user.management.application.interfaces
 
de.alpharogroup.user.management.application.models - package de.alpharogroup.user.management.application.models
 
de.alpharogroup.user.management.application.utils - package de.alpharogroup.user.management.application.utils
 
de.alpharogroup.user.management.factories - package de.alpharogroup.user.management.factories
 
de.alpharogroup.user.management.service - package de.alpharogroup.user.management.service
 
de.alpharogroup.user.management.service.api - package de.alpharogroup.user.management.service.api
 
de.alpharogroup.user.management.service.locator - package de.alpharogroup.user.management.service.locator
 
de.alpharogroup.user.management.service.util - package de.alpharogroup.user.management.service.util
 
de.alpharogroup.user.management.sign.in - package de.alpharogroup.user.management.sign.in
 
de.alpharogroup.user.management.sign.up - package de.alpharogroup.user.management.sign.up
 
deleteAddress(Addresses, UserDatas) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Deletes the given Addresses object from the given UserDatas object.
deleteAddress(Addresses, UserDatas) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Deletes the given Addresses object from the given UserDatas object.
deleteBlacklisted(Users, Integer) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Deletes the given black listed Users object from the given user data id.
deleteBlacklisted(Users, Integer) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Deletes the given black listed Users object from the given user data id.
deleteResource(ResourcesModel, Integer) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Deletes the Resources object from the given resource model object with the given user data id.
deleteResource(ResourcesModel, Integer) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Deletes the Resources object from the given resource model object with the given user data id.

E

equalise(Resources, ResourcesModel) - Static method in class de.alpharogroup.user.management.application.models.UserModelConverter
Deprecated.
Equalizes the given image with the resourcesModel object so the resourcesModel object sets the values from resources object.
exists(String) - Method in interface de.alpharogroup.user.management.service.api.RolesService
Checks if a role exists with the given role name.
exists(String) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
Checks if a role exists with the given role name.
existsContact(Contactmethods) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodsService
Check if a contact exist with given Contactmethods.
existsContact(String, ContactmethodType) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodsService
Check if a contact exist with given contact value and the given ContactmethodType.
existsContact(Contactmethods) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
Check if a contact exist with given Contactmethods.
existsContact(String, ContactmethodType) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
Check if a contact exist with given contact value and the given ContactmethodType.
existsUserWithEmail(Contactmethods) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Checks if a user exists with the given email.
existsUserWithEmail(String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
existsUserWithEmail(Contactmethods) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Checks if a user exists with the given email.
existsUserWithEmailOrUsername(String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
existsUserWithEmailOrUsername(String, String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
existsUserWithUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Checks if a user exists with the given user name.
existsUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService

F

find(ContactmethodType, String) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodsService
Find all the Contactmethods objects from the given contact value and the given ContactmethodType.
find(String, String, String) - Method in interface de.alpharogroup.user.management.service.api.PermissionsService
Find all Permissions objects by the given parameters.
find(Users, Users, String) - Method in interface de.alpharogroup.user.management.service.api.RecommendationsService
Find all the Recommendations objects from the given parameters.
find(Users, Users) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Find a list of RelationPermissions that the given provider granted to the subscriber.
find(Users, Users, Permissions) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Find a list of RelationPermissions from the given provider and to the subscriber and the given permission if the provider granted this permission to the subscriber.
find(Users, Users, RuleViolationReason, String) - Method in interface de.alpharogroup.user.management.service.api.RuleViolationsService
Find a all RuleViolations objects from the given arguments.
find(ContactmethodType, String) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
 
find(String, String, String) - Method in class de.alpharogroup.user.management.service.PermissionsBusinessService
 
find(Users, Users, String) - Method in class de.alpharogroup.user.management.service.RecommendationsBusinessService
 
find(Users, Users) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
find(Users, Users, Permissions) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
find(Users, String, Date, Date) - Method in class de.alpharogroup.user.management.service.ResetPasswordsBusinessService
 
find(Users, Users, RuleViolationReason, String) - Method in class de.alpharogroup.user.management.service.RuleViolationsBusinessService
 
findAddessesFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find all Addresses from the given Users.
findAddessesFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find all Addresses from the given Users.
findAddressesFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Find all Addresses from the given Users.
findAddressesFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Find all Addresses from the given Users.
findAddressFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find the main Addresses from the given Users.
findAddressFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Find the main Addresses from the given Users.
findAddressFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Find the main Addresses from the given Users.
findAddressFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find the main Addresses from the given Users.
findAllEmailContactmethodsFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find all email contacts from the given Users.
findAllEmailContactmethodsFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find all email contacts from the given Users.
findAllFaxContactmethodsFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find all fax contacts from the given Users.
findAllFaxContactmethodsFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find all fax contacts from the given Users.
findAllInternetContactmethodsFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find all internet contacts from the given Users.
findAllInternetContactmethodsFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find all internet contacts from the given Users.
findAllMobileContactmethodsFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find all mobile contacts from user.
findAllMobileContactmethodsFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find all mobile contacts from user.
findAllPermissions(Roles) - Method in interface de.alpharogroup.user.management.service.api.RolesService
Find all Permissions objects from the given Roles object.
findAllPermissions(Roles) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
Find all Permissions objects from the given Roles object.
findAllTelefonContactmethodsFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find all telefon contacts from the given Users.
findAllTelefonContactmethodsFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find all telefon contacts from the given Users.
findByName(String) - Method in interface de.alpharogroup.user.management.service.api.PermissionsService
Find the Permissions object by the given name.
findByName(String) - Method in class de.alpharogroup.user.management.service.PermissionsBusinessService
 
findByShortcut(String) - Method in interface de.alpharogroup.user.management.service.api.PermissionsService
Find the Permissions object by the given shortcut.
findByShortcut(String) - Method in class de.alpharogroup.user.management.service.PermissionsBusinessService
 
findContact(String, ContactmethodType) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodsService
Find all the Contactmethods objects from the given contact value and the given ContactmethodType.
findContact(String, ContactmethodType) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
Find all the Contactmethods objects from the given contact value and the given ContactmethodType.
findContactmethod(ContactmethodType, Users) - Method in interface de.alpharogroup.user.management.service.api.ContactmethodsService
Find all the Contactmethods objects from the given user and the given ContactmethodType.
findContactmethod(ContactmethodType, Users) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
 
findEmailContactFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find email contact from the given Users.
findEmailContactFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find email contact from the given Users.
findFaxContactFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find fax contact from the given Users.
findFaxContactFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find fax contact from the given Users.
findInternetContactFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find internet contact from the given Users.
findInternetContactFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find internet contact from the given Users.
findMobileContactFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find mobile contact from the given Users.
findMobileContactFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find mobile contact from the given Users.
findRecommendations(Users, Users, String) - Method in interface de.alpharogroup.user.management.service.api.RecommendationsService
Find the Recommendations object from the given parameters.
findRecommendations(Users, Users, String) - Method in class de.alpharogroup.user.management.service.RecommendationsBusinessService
 
findRelationPermissions(Users, Users) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Find all given permissions that the given provider granted to the subscriber.
findRelationPermissions(Users, Users, Permissions) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Finds the RelationPermissions object from the given permissions the given provider and the subscriber.
findRelationPermissions(Users, Users) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
findRelationPermissions(Users, Users, Permissions) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
findResetPassword(Users, String) - Method in interface de.alpharogroup.user.management.service.api.ResetPasswordsService
Find the entry from the given Users and the given generated password(hashed).
findResetPassword(Users) - Method in interface de.alpharogroup.user.management.service.api.ResetPasswordsService
Finds the ResetPasswords object from the given Users object.
findResetPassword(Users) - Method in class de.alpharogroup.user.management.service.ResetPasswordsBusinessService
Finds the ResetPasswords object from the given Users object.
findResetPassword(Users, String) - Method in class de.alpharogroup.user.management.service.ResetPasswordsBusinessService
Find the entry from the given Users and the given generated password(hashed).
findRole(String) - Method in interface de.alpharogroup.user.management.service.api.RolesService
Find the Roles object with the given role name.
findRole(String) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
Find the Roles object with the given role name.
findRoles(String) - Method in interface de.alpharogroup.user.management.service.api.RolesService
Find the Roles objects with the given role name.
findRoles(String) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
 
findRolesFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find roles from the given Users.
findRolesFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Find roles from the given Users.
findRolesFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Find roles from the given Users.
findRolesFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find roles from the given Users.
findTelefonContactFromUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find telefon contact from the given Users.
findTelefonContactFromUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find telefon contact from the given Users.
findUsers(Integer, GenderType, Integer) - Method in interface de.alpharogroup.user.management.service.api.UsersService
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.UsersService
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.UsersBusinessService
 
findUsers(Integer, GenderType, Integer, String) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
 
findUserWithEmail(String) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find the Users object with the given email.
findUserWithEmail(String) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Find the Users object with the given email.
findUserWithEmail(String) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Find the Users object with the given email.
findUserWithEmail(String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find the Users object with the given email.
findUserWithEmailOrUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find Users object from the given email or user name.
findUserWithEmailOrUsername(String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find Users object from the given email or user name.
findUserWithUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Find Users object from the given user name.
findUserWithUsername(String) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Find Users object from the given user name.
findUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Find Users object from the given user name.
findUserWithUsername(String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Find Users object from the given user name.
forContactmethods(ContactmethodType, String) - Static method in class de.alpharogroup.user.management.service.util.HqlStringCreator
 
forPermissions(String, String, String) - Static method in class de.alpharogroup.user.management.service.util.HqlStringCreator
 
forRecommendations(Users, Users, String) - Static method in class de.alpharogroup.user.management.service.util.HqlStringCreator
 
forRelationPermissions(Users, Users, Permissions) - Static method in class de.alpharogroup.user.management.service.util.HqlStringCreator
 
forResetPasswords(Users, String, Date, Date) - Static method in class de.alpharogroup.user.management.service.util.HqlStringCreator
 
forRuleViolations(Users, Users, RuleViolationReason, String) - Static method in class de.alpharogroup.user.management.service.util.HqlStringCreator
 

G

getAddress() - Method in class de.alpharogroup.user.management.sign.up.UserModel
 
getBirthname() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the birthname.
getContactmethodsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the contactmethods service.
getDateofbirth() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the dateofbirth.
getFax() - Method in class de.alpharogroup.user.management.sign.up.UserModel
 
getFirstname() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the firstname.
getFullName(Users) - Static method in class de.alpharogroup.user.management.application.utils.UserUtils
Gets the full name from the given Users object.
getFullName(UserDatas) - Static method in class de.alpharogroup.user.management.application.utils.UserUtils
Gets the full name from the given UserData object.
getGender() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the gender.
getInstance() - Static method in class de.alpharogroup.user.management.factories.UserManagementModelFactory
Gets the single instance of UserManagementModelFactory.
getIpAddress() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the ip address.
getLastname() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the lastname.
getLocale() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the locale.
getMobile() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the mobile.
getPermissionsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the permission service.
getRecommendationsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the RecommendationsService.
getRelationPermissionsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the RelationPermissionsService.
getResetPasswordsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the reset passwords service.
getRobinsonsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the robinsons service.
getRolesService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the roles service.
getRuleViolationsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the rule violations service.
getTelefon() - Method in class de.alpharogroup.user.management.sign.up.UserModel
Gets the telefon.
getUser() - Method in interface de.alpharogroup.user.management.application.interfaces.IUsersModel
Gets the Users object.
getUser() - Method in class de.alpharogroup.user.management.sign.in.AuthenticationResult
 
getUser() - Method in class de.alpharogroup.user.management.sign.up.SignUpUserResult
 
getUserCreditsService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the user credits service.
getUserDatasService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the user data service.
getUserManagementService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the user management service.
getUserManagementService() - Method in class de.alpharogroup.user.management.sign.in.AbstractAuthenticationService
 
getUsersService() - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Gets the users service.
getValidationErrors() - Method in class de.alpharogroup.user.management.sign.in.AuthenticationResult
 
getValidationErrors() - Method in class de.alpharogroup.user.management.sign.up.SignUpUserResult
 

H

HqlStringCreator - Class in de.alpharogroup.user.management.service.util
 
HqlStringCreator() - Constructor for class de.alpharogroup.user.management.service.util.HqlStringCreator
 

I

InfringementModel - Class in de.alpharogroup.user.management.application.models
Bean class for an infringement information.
InfringementModel() - Constructor for class de.alpharogroup.user.management.application.models.InfringementModel
 
isInRole(String, List<Roles>) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Checks if a Roles object exist in the given list with the given role name.
isInRole(String, List<Roles>) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Checks if a Roles object exist in the given list with the given role name.
isUserInRole(Users, String) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Checks if the given Users object is in the given role from the given role name.
isUserInRole(Users, String) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Checks if the given Users object is in the given role from the given role name.
IUsersModel - Interface in de.alpharogroup.user.management.application.interfaces
The Interface IUsersModel have Methods for get the Users object.

N

newUserModel(String, Date, String, GenderType, String, String, Locale, String, String, String, Addresses) - Method in class de.alpharogroup.user.management.factories.UserManagementModelFactory
 
newUsernameSignupModel(String, String, String, Boolean, String) - Method in class de.alpharogroup.user.management.factories.UserManagementModelFactory
 

P

PermissionsBusinessService - Class in de.alpharogroup.user.management.service
 
PermissionsBusinessService() - Constructor for class de.alpharogroup.user.management.service.PermissionsBusinessService
 
PermissionsService - Interface in de.alpharogroup.user.management.service.api
The interface PermissionsService.
persistResource(ResourcesModel, Integer) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given resource model object with the given user id.
persistResource(ResourcesModel, Integer) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given resource model object with the given user id.

R

RecommendationsBusinessService - Class in de.alpharogroup.user.management.service
 
RecommendationsBusinessService() - Constructor for class de.alpharogroup.user.management.service.RecommendationsBusinessService
 
RecommendationsService - Interface in de.alpharogroup.user.management.service.api
The interface RecommendationsService.
RelationPermissionsBusinessService - Class in de.alpharogroup.user.management.service
 
RelationPermissionsBusinessService() - Constructor for class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
RelationPermissionsService - Interface in de.alpharogroup.user.management.service.api
removeAllPermissions(Users, Users) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Removes all permissions that are given for both users.
removeAllPermissions(Users, Users) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
removePermission(Users, Users, Permissions) - Method in interface de.alpharogroup.user.management.service.api.RelationPermissionsService
Removes the given permission for the given subscriber provided from the provider.
removePermission(Users, Users, Permissions) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
ResetPasswordsBusinessService - Class in de.alpharogroup.user.management.service
 
ResetPasswordsBusinessService() - Constructor for class de.alpharogroup.user.management.service.ResetPasswordsBusinessService
 
ResetPasswordsService - Interface in de.alpharogroup.user.management.service.api
The interface ResetPasswordsService.
RobinsonsBusinessService - Class in de.alpharogroup.user.management.service
 
RobinsonsBusinessService() - Constructor for class de.alpharogroup.user.management.service.RobinsonsBusinessService
 
RobinsonsService - Interface in de.alpharogroup.user.management.service.api
The interface RobinsonsService.
RolesBusinessService - Class in de.alpharogroup.user.management.service
 
RolesBusinessService() - Constructor for class de.alpharogroup.user.management.service.RolesBusinessService
 
RolesService - Interface in de.alpharogroup.user.management.service.api
The interface RolesService.
RuleViolationsBusinessService - Class in de.alpharogroup.user.management.service
 
RuleViolationsBusinessService() - Constructor for class de.alpharogroup.user.management.service.RuleViolationsBusinessService
 
RuleViolationsService - Interface in de.alpharogroup.user.management.service.api
The interface RuleViolationsService.

S

save(InfringementModel) - Method in interface de.alpharogroup.user.management.service.api.RuleViolationsService
Persist the given domain object InfringementModel.
save(InfringementModel) - Method in class de.alpharogroup.user.management.service.RuleViolationsBusinessService
 
saveAddressesFromUser(Users, Collection<Addresses>) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given collection of Addresses objects from the given Users object.
saveAddressesFromUser(Users, Collection<Addresses>) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given collection of Addresses objects from the given Users object.
saveAddressFromUser(Users, Addresses) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given Addresses object from the given Users object.
saveAddressFromUser(Users, Addresses) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given Addresses object from the given Users object.
saveNewUser(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given Users object.
saveNewUser(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given Users object.
saveUserOnlyWithEmail(Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given Users object without checking the user name.
saveUserOnlyWithEmail(Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given Users object without checking the user name.
saveUserWithContactmethod(Users, Contactmethods) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given Contactmethods object to the given Users object contacts.
saveUserWithContactmethod(Users, Contactmethods) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given Contactmethods object to the given Users object contacts.
saveUserWithContactmethods(Users, List<Contactmethods>) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given list of Contactmethods objects to the given Users object contacts.
saveUserWithContactmethods(Users, List<Contactmethods>) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given list of Contactmethods objects to the given Users object contacts.
saveUserWithRoles(Users, Collection<Roles>) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Persist the given Users object with the given collection of Roles objects.
saveUserWithRoles(Users, Collection<Roles>) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Persist the given Users object with the given collection of Roles objects.
ServiceLocator - Interface in de.alpharogroup.user.management.service.locator
 
setAddress(Addresses) - Method in class de.alpharogroup.user.management.sign.up.UserModel
 
setBirthname(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the birthname.
setContactmethodsDao(ContactmethodsDao) - Method in class de.alpharogroup.user.management.service.ContactmethodsBusinessService
 
setContactmethodsService(ContactmethodsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the contactmethods service.
setDateofbirth(Date) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the dateofbirth.
setEmail(String, Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Update email from the given Users object if the email has changed and return the new contactMethod object or the contactMethod that is persist in database.
setEmail(String, Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Update email from the given Users object if the email has changed and return the new contactMethod object or the contactMethod that is persist in database.
setFax(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
 
setFirstname(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the firstname.
setGender(GenderType) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the gender.
setIpAddress(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the ip address.
setLastname(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the lastname.
setLocale(Locale) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the locale.
setMobile(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the mobile.
setPermissionsDao(PermissionsDao) - Method in class de.alpharogroup.user.management.service.PermissionsBusinessService
 
setPermissionsService(PermissionsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the permission business service.
setRecommendationsDao(RecommendationsDao) - Method in class de.alpharogroup.user.management.service.RecommendationsBusinessService
 
setRecommendationsService(RecommendationsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the RecommendationsService.
setRelationPermissionsDao(RelationPermissionsDao) - Method in class de.alpharogroup.user.management.service.RelationPermissionsBusinessService
 
setRelationPermissionsService(RelationPermissionsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the RelationPermissionsService.
setResetPasswordsDao(ResetPasswordsDao) - Method in class de.alpharogroup.user.management.service.ResetPasswordsBusinessService
 
setResetPasswordsService(ResetPasswordsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the reset passwords business service.
setRobinsonsDao(RobinsonsDao) - Method in class de.alpharogroup.user.management.service.RobinsonsBusinessService
 
setRobinsonsService(RobinsonsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the robinsons service.
setRolesDao(RolesDao) - Method in class de.alpharogroup.user.management.service.RolesBusinessService
 
setRolesService(RolesService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the roles service.
setRuleViolationsDao(RuleViolationsDao) - Method in class de.alpharogroup.user.management.service.RuleViolationsBusinessService
 
setRuleViolationsService(RuleViolationsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the rule violations service.
setTelefon(String) - Method in class de.alpharogroup.user.management.sign.up.UserModel
Sets the telefon.
setUser(U) - Method in class de.alpharogroup.user.management.sign.in.AuthenticationResult
 
setUser(Users) - Method in class de.alpharogroup.user.management.sign.up.SignUpUserResult
 
setUserCreditsDao(UserCreditsDao) - Method in class de.alpharogroup.user.management.service.UserCreditsBusinessService
 
setUserCreditsService(UserCreditsService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the user credits service.
setUserDataDao(UserDatasDao) - Method in class de.alpharogroup.user.management.service.UserDatasBusinessService
 
setUserDatasService(UserDatasService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the user data service.
setUserManagementService(UsersManagementService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the user management service.
setUsername(String, Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Sets a new user name to the the given Users object.
setUsername(String, Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Sets a new user name to the the given Users object.
setUsersDao(UsersDao) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
 
setUsersService(UsersService) - Method in interface de.alpharogroup.user.management.service.locator.ServiceLocator
Sets the users business service.
setValidationErrors(List<E>) - Method in class de.alpharogroup.user.management.sign.in.AuthenticationResult
 
setValidationErrors(ValidationErrors) - Method in class de.alpharogroup.user.management.sign.up.SignUpUserResult
 
signUpUser(UsernameSignUpModel, Set<Roles>, UserModel) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Sign up process for insert a new user in the database.
signUpUser(UsernameSignUpModel, Set<Roles>, UserModel) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Sign up process for insert a new user in the database.
SignUpUserResult - Class in de.alpharogroup.user.management.sign.up
 
SignUpUserResult() - Constructor for class de.alpharogroup.user.management.sign.up.SignUpUserResult
 

T

toResourceModel(File, String, String) - Static method in class de.alpharogroup.user.management.application.models.UserModelConverter
Deprecated.
Converts the given File object to a ResourceModel object.

U

updateContactmethod(String, ContactmethodType, Contactmethods) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Update an existing Contactmethods object.
updateContactmethod(String, ContactmethodType, Contactmethods) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Update an existing Contactmethods object.
updateUsername(String, Users) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Update user name from the given Users object if the user name has changed.
updateUsername(String, Users) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Update user name from the given Users object if the user name has changed.
UserCreditsBusinessService - Class in de.alpharogroup.user.management.service
 
UserCreditsBusinessService() - Constructor for class de.alpharogroup.user.management.service.UserCreditsBusinessService
 
UserCreditsService - Interface in de.alpharogroup.user.management.service.api
The interface UserCreditsService.
UserDatasBusinessService - Class in de.alpharogroup.user.management.service
 
UserDatasBusinessService() - Constructor for class de.alpharogroup.user.management.service.UserDatasBusinessService
 
UserDatasService - Interface in de.alpharogroup.user.management.service.api
The interface UserDatasService.
userIsInRole(Users, Roles) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Checks if the given Users object is in the given Roles object.
userIsInRole(Users, Roles) - Method in interface de.alpharogroup.user.management.service.api.UsersService
Checks if the given Users object is in the given Roles object.
userIsInRole(Users, Roles) - Method in class de.alpharogroup.user.management.service.UsersBusinessService
Checks if the given Users object is in the given Roles object.
userIsInRole(Users, Roles) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Checks if the given Users object is in the given Roles object.
UserManagementModelFactory - Class in de.alpharogroup.user.management.factories
 
UserModel - Class in de.alpharogroup.user.management.sign.up
The Class UserModel holds data of the user.
UserModel() - Constructor for class de.alpharogroup.user.management.sign.up.UserModel
 
UserModelConverter - Class in de.alpharogroup.user.management.application.models
Deprecated.
use instead ModelSynchronizer
UserModelConverter() - Constructor for class de.alpharogroup.user.management.application.models.UserModelConverter
Deprecated.
 
UsersBusinessService - Class in de.alpharogroup.user.management.service
 
UsersBusinessService() - Constructor for class de.alpharogroup.user.management.service.UsersBusinessService
 
UsersManagementBusinessService - Class in de.alpharogroup.user.management.service
UsersManagementBusinessService() - Constructor for class de.alpharogroup.user.management.service.UsersManagementBusinessService
 
UsersManagementService - Interface in de.alpharogroup.user.management.service.api
The interface UsersManagementService.
UsersService - Interface in de.alpharogroup.user.management.service.api
The interface UsersService.
UserUtils - Class in de.alpharogroup.user.management.application.utils
The Class UserUtils.
UserUtils() - Constructor for class de.alpharogroup.user.management.application.utils.UserUtils
 

V

validate(UsernameSignUpModel) - Method in interface de.alpharogroup.user.management.service.api.UsersManagementService
Validate the given UsernameSignUpModel object.
validate(UsernameSignUpModel) - Method in class de.alpharogroup.user.management.service.UsersManagementBusinessService
Validate the given UsernameSignUpModel object.
valueOf(String) - Static method in enum de.alpharogroup.user.management.sign.in.AuthenticationErrors
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.user.management.sign.in.AuthenticationErrors
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I N P R S T U V 
Skip navigation links

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