@Path(value="/contactmethod/") @Produces(value="application/json") @Consumes(value="application/json") public interface ContactmethodsResource extends de.alpharogroup.service.rs.RestfulResource<Integer,de.alpharogroup.user.management.domain.Contactmethod>
ContactmethodsResource provides methods for resolving contact methods.| 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. |
@POST @Path(value="/compare/contactmethod/") boolean compare(de.alpharogroup.collections.pairs.KeyValuePair<de.alpharogroup.user.management.domain.Contactmethod,de.alpharogroup.user.management.domain.Contactmethod> comparison)
Contactmethod objects.comparison - the object to compare@POST @Path(value="/exists/contact") boolean existsContact(de.alpharogroup.collections.pairs.KeyValuePair<String,de.alpharogroup.user.management.enums.ContactmethodType> contactMethod)
ContactmethodType
encapsulated as a KeyValuePair.contactMethod - the KeyValuePair object that encapsulate the contact method and contact
value@POST @Path(value="/find") 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.contactMethod - the KeyValuePair object that encapsulate the contact method and contact
valueContactmethod objects.@POST @Path(value="/find/contact") 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.contactMethod - the KeyValuePair object that encapsulate the contact method and contact
valueContactmethod objects.@POST @Path(value="/find/contactmethods/from/user/") 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.contactMethodsFromUser - the contact methodContactmethod objects.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.