@Transactional @Service(value="contactmethodDomainService") public class ContactmethodDomainService extends de.alpharogroup.service.domain.AbstractDomainService<Integer,Contactmethod,de.alpharogroup.user.management.entities.Contactmethods,de.alpharogroup.user.management.daos.ContactmethodsDao,ContactmethodsMapper> implements ContactmethodService
ContactmethodDomainService.| Constructor and Description |
|---|
ContactmethodDomainService() |
| 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. |
void |
setContactmethodsDao(de.alpharogroup.user.management.daos.ContactmethodsDao contactmethodsDao)
Sets the specific
ContactmethodsDao. |
void |
setContactmethodsMapper(ContactmethodsMapper mapper)
Sets the specific
ContactmethodsMapper. |
create, delete, exists, findAll, getDao, getDomainObjectClass, getEntityClass, getMapper, persist, read, setDao, setMapper, updatepublic boolean compare(Contactmethod contact, Contactmethod compare)
Contactmethod objects.compare in interface ContactmethodServicecontact - the contactcompare - the comparepublic boolean existsContact(Contactmethod contact)
Contactmethod.existsContact in interface ContactmethodServicecontact - the contactpublic boolean existsContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
ContactmethodType.existsContact in interface ContactmethodServicecontactValue - the contact valuecontactMethod - the contact methodpublic List<Contactmethod> find(de.alpharogroup.user.management.enums.ContactmethodType contactmethod, String contactvalue)
Contactmethod objects from the given contact value and the given
ContactmethodType.find in interface ContactmethodServicecontactmethod - the contact methodcontactvalue - the contact valueContactmethod objects.public List<Contactmethod> findContact(String contactValue, de.alpharogroup.user.management.enums.ContactmethodType contactMethod)
Contactmethod objects from the given contact value and the given
ContactmethodType.findContact in interface ContactmethodServicecontactValue - the contact valuecontactMethod - the contact methodContactmethod objects.public 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.findContactmethod in interface ContactmethodServicecontactmethod - the contact methoduser - the userContactmethod objects.@Autowired public void setContactmethodsDao(de.alpharogroup.user.management.daos.ContactmethodsDao contactmethodsDao)
ContactmethodsDao.contactmethodsDao - the new ContactmethodsDao.@Autowired public void setContactmethodsMapper(ContactmethodsMapper mapper)
ContactmethodsMapper.mapper - the new ContactmethodsMapper.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.