@Transactional @Service(value="profileNoticesService") public class ProfileNoticesBusinessService extends de.alpharogroup.db.service.jpa.AbstractBusinessService<de.alpharogroup.dating.system.entities.ProfileNotices,Integer,de.alpharogroup.dating.system.daos.ProfileNoticesDao> implements ProfileNoticesService
| Constructor and Description |
|---|
ProfileNoticesBusinessService() |
| Modifier and Type | Method and Description |
|---|---|
List<de.alpharogroup.dating.system.entities.ProfileNotices> |
find(de.alpharogroup.user.entities.Users user) |
List<de.alpharogroup.dating.system.entities.ProfileNotices> |
findAll(de.alpharogroup.user.entities.Users user,
de.alpharogroup.dating.system.entities.UserProfiles userProfile) |
de.alpharogroup.dating.system.entities.ProfileNotices |
findProfileNotice(de.alpharogroup.user.entities.Users user,
de.alpharogroup.dating.system.entities.UserProfiles userProfile) |
void |
setProfileNoticesDao(de.alpharogroup.dating.system.daos.ProfileNoticesDao profileNoticeDao) |
delete, delete, delete, evict, exists, findAll, get, getDao, getQuery, load, merge, merge, refresh, save, save, saveOrUpdate, saveOrUpdate, setDaopublic List<de.alpharogroup.dating.system.entities.ProfileNotices> find(de.alpharogroup.user.entities.Users user)
find in interface ProfileNoticesServicepublic List<de.alpharogroup.dating.system.entities.ProfileNotices> findAll(de.alpharogroup.user.entities.Users user, de.alpharogroup.dating.system.entities.UserProfiles userProfile)
findAll in interface ProfileNoticesServicepublic de.alpharogroup.dating.system.entities.ProfileNotices findProfileNotice(de.alpharogroup.user.entities.Users user,
de.alpharogroup.dating.system.entities.UserProfiles userProfile)
findProfileNotice in interface ProfileNoticesService@Autowired public void setProfileNoticesDao(de.alpharogroup.dating.system.daos.ProfileNoticesDao profileNoticeDao)
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.