@Transactional @Service(value="contactmethodsService") public class ContactmethodsBusinessService extends de.alpharogroup.db.service.jpa.AbstractBusinessService<de.alpharogroup.user.management.entities.Contactmethods,Integer,de.alpharogroup.user.management.daos.ContactmethodsDao> implements ContactmethodsService
| Constructor and Description |
|---|
ContactmethodsBusinessService() |
| 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. |
void |
setContactmethodsDao(de.alpharogroup.user.management.daos.ContactmethodsDao contactmethodsDao) |
delete, delete, delete, evict, exists, findAll, get, getDao, getQuery, load, merge, merge, refresh, save, save, saveOrUpdate, saveOrUpdate, setDao@Autowired public void setContactmethodsDao(de.alpharogroup.user.management.daos.ContactmethodsDao contactmethodsDao)
public boolean compare(de.alpharogroup.user.management.entities.Contactmethods contact,
de.alpharogroup.user.management.entities.Contactmethods compare)
Contactmethods objects.compare in interface ContactmethodsServicecontact - the contactcompare - the comparepublic boolean existsContact(de.alpharogroup.user.management.entities.Contactmethods contact)
Contactmethods.existsContact in interface ContactmethodsServicecontact - the contactpublic boolean existsContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
ContactmethodType.existsContact in interface ContactmethodsServicecontactValue - the contact valuecontactMethod - the contact methodpublic List<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.findContact in interface ContactmethodsServicecontactValue - the contact valuecontactMethod - the contact methodContactmethods objects.public List<de.alpharogroup.user.management.entities.Contactmethods> find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, String contactvalue)
ContactmethodsServiceContactmethods objects from the given contact value and the given ContactmethodType.find in interface ContactmethodsServicecontactmethod - the contact methodcontactvalue - the contact valueContactmethods objects.public List<de.alpharogroup.user.management.entities.Contactmethods> findContactmethod(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, de.alpharogroup.user.management.entities.Users user)
ContactmethodsServiceContactmethods objects from the given user and the given ContactmethodType.findContactmethod in interface ContactmethodsServicecontactmethod - the contact methoduser - the userContactmethods objects.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.