| Package | Description |
|---|---|
| de.alpharogroup.user.management.service | |
| de.alpharogroup.user.management.service.api |
| Modifier and Type | Method and Description |
|---|---|
Contactmethod |
UserManagementDomainService.findEmailContactFromUser(de.alpharogroup.user.domain.User user)
Find email contact from the given
User. |
Contactmethod |
UserManagementDomainService.findFaxContactFromUser(de.alpharogroup.user.domain.User user)
Find fax contact from the given
User. |
Contactmethod |
UserManagementDomainService.findInternetContactFromUser(de.alpharogroup.user.domain.User user)
Find internet contact from the given
User. |
Contactmethod |
UserManagementDomainService.findMobileContactFromUser(de.alpharogroup.user.domain.User user)
Find mobile contact from the given
User. |
Contactmethod |
UserManagementDomainService.findTelefonContactFromUser(de.alpharogroup.user.domain.User user)
Find telefon contact from the given
User. |
Contactmethod |
UserManagementDomainService.saveUserWithContactmethod(de.alpharogroup.user.domain.User user,
Contactmethod contact)
Persist the given
Contactmethod object to the given User object contacts. |
Contactmethod |
UserManagementDomainService.setEmail(String email,
de.alpharogroup.user.domain.User user)
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. |
Contactmethod |
UserManagementDomainService.updateContactmethod(String contactmethodValue,
de.alpharogroup.user.management.enums.ContactmethodType contactmethodType,
Contactmethod contactmethod)
Update an existing
Contactmethod object. |
| Modifier and Type | Method and Description |
|---|---|
List<Contactmethod> |
ContactmethodDomainService.find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue)
Find all the
Contactmethod objects from the given contact value and the given
ContactmethodType. |
List<Contactmethod> |
UserManagementDomainService.findAllEmailContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all email contacts from the given
User. |
List<Contactmethod> |
UserManagementDomainService.findAllFaxContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all fax contacts from the given
User. |
List<Contactmethod> |
UserManagementDomainService.findAllInternetContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all internet contacts from the given
User. |
List<Contactmethod> |
UserManagementDomainService.findAllMobileContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all mobile contacts from user.
|
List<Contactmethod> |
UserManagementDomainService.findAllTelefonContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all telefon contacts from the given
User. |
List<Contactmethod> |
ContactmethodDomainService.findContact(String contactValue,
de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Find all the
Contactmethod objects from the given contact value and the given
ContactmethodType. |
List<Contactmethod> |
ContactmethodDomainService.findContactmethod(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
de.alpharogroup.user.domain.User user)
Find all the
Contactmethod objects from the given user and the given
ContactmethodType. |
List<Contactmethod> |
UserManagementDomainService.saveUserWithContactmethods(de.alpharogroup.user.domain.User user,
List<Contactmethod> contacts)
Persist the given list of
Contactmethod objects to the given User object
contacts. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContactmethodDomainService.compare(Contactmethod contact,
Contactmethod compare)
Compare the given
Contactmethod objects. |
boolean |
ContactmethodDomainService.existsContact(Contactmethod contact)
Check if a contact exist with given
Contactmethod. |
boolean |
UserManagementDomainService.existsUserWithEmail(Contactmethod emailContact)
Checks if a user exists with the given email.
|
Contactmethod |
UserManagementDomainService.saveUserWithContactmethod(de.alpharogroup.user.domain.User user,
Contactmethod contact)
Persist the given
Contactmethod object to the given User object contacts. |
Contactmethod |
UserManagementDomainService.updateContactmethod(String contactmethodValue,
de.alpharogroup.user.management.enums.ContactmethodType contactmethodType,
Contactmethod contactmethod)
Update an existing
Contactmethod object. |
| Modifier and Type | Method and Description |
|---|---|
List<Contactmethod> |
UserManagementDomainService.saveUserWithContactmethods(de.alpharogroup.user.domain.User user,
List<Contactmethod> contacts)
Persist the given list of
Contactmethod objects to the given User object
contacts. |
| Modifier and Type | Method and Description |
|---|---|
Contactmethod |
UserManagementService.findEmailContactFromUser(de.alpharogroup.user.domain.User user)
Find email contact from the given
User. |
Contactmethod |
UserManagementService.findFaxContactFromUser(de.alpharogroup.user.domain.User user)
Find fax contact from the given
User. |
Contactmethod |
UserManagementService.findInternetContactFromUser(de.alpharogroup.user.domain.User user)
Find internet contact from the given
User. |
Contactmethod |
UserManagementService.findMobileContactFromUser(de.alpharogroup.user.domain.User user)
Find mobile contact from the given
User. |
Contactmethod |
UserManagementService.findTelefonContactFromUser(de.alpharogroup.user.domain.User user)
Find telefon contact from the given
User. |
Contactmethod |
UserManagementService.saveUserWithContactmethod(de.alpharogroup.user.domain.User user,
Contactmethod contact)
Persist the given
Contactmethod object to the given User object contacts. |
Contactmethod |
UserManagementService.setEmail(String email,
de.alpharogroup.user.domain.User user)
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. |
Contactmethod |
UserManagementService.updateContactmethod(String contactmethodValue,
de.alpharogroup.user.management.enums.ContactmethodType contactmethodType,
Contactmethod contactmethod)
Update an existing
Contactmethod object. |
| Modifier and Type | Method and Description |
|---|---|
List<Contactmethod> |
ContactmethodService.find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue)
Find all the
Contactmethod objects from the given contact value and the given
ContactmethodType. |
List<Contactmethod> |
UserManagementService.findAllEmailContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all email contacts from the given
User. |
List<Contactmethod> |
UserManagementService.findAllFaxContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all fax contacts from the given
User. |
List<Contactmethod> |
UserManagementService.findAllInternetContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all internet contacts from the given
User. |
List<Contactmethod> |
UserManagementService.findAllMobileContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all mobile contacts from user.
|
List<Contactmethod> |
UserManagementService.findAllTelefonContactmethodsFromUser(de.alpharogroup.user.domain.User user)
Find all telefon contacts from the given
User. |
List<Contactmethod> |
ContactmethodService.findContact(String contactValue,
de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Find all the
Contactmethod objects from the given contact value and the given
ContactmethodType. |
List<Contactmethod> |
ContactmethodService.findContactmethod(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
de.alpharogroup.user.domain.User user)
Find all the
Contactmethod objects from the given user and the given
ContactmethodType. |
List<Contactmethod> |
UserManagementService.saveUserWithContactmethods(de.alpharogroup.user.domain.User user,
List<Contactmethod> contacts)
Persist the given list of
Contactmethod objects to the given User object
contacts. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContactmethodService.compare(Contactmethod contact,
Contactmethod compare)
Compare the given
Contactmethod objects. |
boolean |
ContactmethodService.existsContact(Contactmethod contact)
Check if a contact exist with given
Contactmethod. |
boolean |
UserManagementService.existsUserWithEmail(Contactmethod emailContact)
Checks if a user exists with the given email.
|
Contactmethod |
UserManagementService.saveUserWithContactmethod(de.alpharogroup.user.domain.User user,
Contactmethod contact)
Persist the given
Contactmethod object to the given User object contacts. |
Contactmethod |
UserManagementService.updateContactmethod(String contactmethodValue,
de.alpharogroup.user.management.enums.ContactmethodType contactmethodType,
Contactmethod contactmethod)
Update an existing
Contactmethod object. |
| Modifier and Type | Method and Description |
|---|---|
List<Contactmethod> |
UserManagementService.saveUserWithContactmethods(de.alpharogroup.user.domain.User user,
List<Contactmethod> contacts)
Persist the given list of
Contactmethod objects to the given User object
contacts. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.