public interface ContactmethodService extends de.alpharogroup.service.domain.DomainService<Integer,Contactmethod>
ContactmethodService.| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(Contactmethod contact,
Contactmethod compare)
Compare the given
Contactmethod objects. |
boolean |
existsContact(Contactmethod contact)
Check if a contact exist with given
Contactmethod. |
boolean |
existsContact(String contactValue,
de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Check if a contact exist with given contact value and the given
ContactmethodType. |
List<Contactmethod> |
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> |
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> |
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. |
boolean compare(Contactmethod contact, Contactmethod compare)
Contactmethod objects.contact - the contactcompare - the compareboolean existsContact(Contactmethod contact)
Contactmethod.contact - the contactboolean existsContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
ContactmethodType.contactValue - the contact valuecontactMethod - the contact methodList<Contactmethod> find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, String contactvalue)
Contactmethod objects from the given contact value and the given
ContactmethodType.contactmethod - the contact methodcontactvalue - the contact valueContactmethod objects.List<Contactmethod> findContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Contactmethod objects from the given contact value and the given
ContactmethodType.contactValue - the contact valuecontactMethod - the contact methodContactmethod objects.List<Contactmethod> findContactmethod(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, de.alpharogroup.user.domain.User user)
Contactmethod objects from the given user and the given
ContactmethodType.contactmethod - the contact methoduser - the userContactmethod objects.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.