public class ContactmethodsRestResource extends de.alpharogroup.service.rs.AbstractRestfulResource<Integer,de.alpharogroup.user.management.domain.Contactmethod,de.alpharogroup.user.management.service.api.ContactmethodService> implements ContactmethodsResource
ContactmethodsRestResource .| Constructor and Description |
|---|
ContactmethodsRestResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(de.alpharogroup.collections.pairs.KeyValuePair<de.alpharogroup.user.management.domain.Contactmethod,de.alpharogroup.user.management.domain.Contactmethod> comparison)
Compare the given
Contactmethod objects. |
boolean |
existsContact(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
Check if a contact exist with given contact value and the given
ContactmethodType
encapsulated as a KeyValuePair. |
List<de.alpharogroup.user.management.domain.Contactmethod> |
find(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
Find all the
Contactmethod objects from the given contact value and the given
ContactmethodType. |
List<de.alpharogroup.user.management.domain.Contactmethod> |
findContact(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
Find all the
Contactmethod objects from the given contact value and the given
ContactmethodType encapsulated as a KeyValuePair. |
List<de.alpharogroup.user.management.domain.Contactmethod> |
findContactmethod(de.alpharogroup.collections.pairs.KeyValuePair<de.alpharogroup.user.management.enums.ContactmethodType,de.alpharogroup.user.domain.User> contactMethodsFromUser)
Find all the
Contactmethod objects from the given User object and the given
ContactmethodType encapsulated as a KeyValuePair. |
create, delete, getDomainService, read, setDomainService, updatepublic boolean compare(de.alpharogroup.collections.pairs.KeyValuePair<de.alpharogroup.user.management.domain.Contactmethod,de.alpharogroup.user.management.domain.Contactmethod> comparison)
Contactmethod objects.compare in interface ContactmethodsResourcecomparison - the object to comparepublic boolean existsContact(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
ContactmethodType
encapsulated as a KeyValuePair.existsContact in interface ContactmethodsResourcecontactMethod - the KeyValuePair object that encapsulate the contact method and contact
valuepublic List<de.alpharogroup.user.management.domain.Contactmethod> find(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
Contactmethod objects from the given contact value and the given
ContactmethodType.find in interface ContactmethodsResourcecontactMethod - the KeyValuePair object that encapsulate the contact method and contact
valueContactmethod objects.public List<de.alpharogroup.user.management.domain.Contactmethod> findContact(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
Contactmethod objects from the given contact value and the given
ContactmethodType encapsulated as a KeyValuePair.findContact in interface ContactmethodsResourcecontactMethod - the KeyValuePair object that encapsulate the contact method and contact
valueContactmethod objects.public List<de.alpharogroup.user.management.domain.Contactmethod> findContactmethod(de.alpharogroup.collections.pairs.KeyValuePair<de.alpharogroup.user.management.enums.ContactmethodType,de.alpharogroup.user.domain.User> contactMethodsFromUser)
Contactmethod objects from the given User object and the given
ContactmethodType encapsulated as a KeyValuePair.findContactmethod in interface ContactmethodsResourcecontactMethodsFromUser - the contact methodContactmethod objects.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.