public interface ContactmethodsService extends de.alpharogroup.db.service.jpa.BusinessService<de.alpharogroup.user.management.entities.Contactmethods,Integer>
ContactmethodsService.| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(de.alpharogroup.user.management.entities.Contactmethods contact,
de.alpharogroup.user.management.entities.Contactmethods compare)
Compare the given
Contactmethods objects. |
boolean |
existsContact(de.alpharogroup.user.management.entities.Contactmethods contact)
Check if a contact exist with given
Contactmethods. |
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<de.alpharogroup.user.management.entities.Contactmethods> |
find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue)
Find all the
Contactmethods objects from the given contact value and the given ContactmethodType. |
List<de.alpharogroup.user.management.entities.Contactmethods> |
findContact(String contactValue,
de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Find all the
Contactmethods objects from the given contact value and the given ContactmethodType. |
List<de.alpharogroup.user.management.entities.Contactmethods> |
findContactmethod(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
de.alpharogroup.user.management.entities.Users user)
Find all the
Contactmethods objects from the given user and the given ContactmethodType. |
boolean compare(de.alpharogroup.user.management.entities.Contactmethods contact,
de.alpharogroup.user.management.entities.Contactmethods compare)
Contactmethods objects.contact - the contactcompare - the compareboolean existsContact(de.alpharogroup.user.management.entities.Contactmethods contact)
Contactmethods.contact - the contactboolean existsContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
ContactmethodType.contactValue - the contact valuecontactMethod - the contact methodList<de.alpharogroup.user.management.entities.Contactmethods> findContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Contactmethods objects from the given contact value and the given ContactmethodType.contactValue - the contact valuecontactMethod - the contact methodContactmethods objects.List<de.alpharogroup.user.management.entities.Contactmethods> find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, String contactvalue)
Contactmethods objects from the given contact value and the given ContactmethodType.contactmethod - the contact methodcontactvalue - the contact valueContactmethods objects.List<de.alpharogroup.user.management.entities.Contactmethods> findContactmethod(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, de.alpharogroup.user.management.entities.Users user)
Contactmethods objects from the given user and the given ContactmethodType.contactmethod - the contact methoduser - the userContactmethods objects.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.