@Component(value="memberAttributeService") public class MemberAttributeServiceHibernateImpl extends nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<MemberAttribute> implements MemberAttributeService
MemberAttributeService| Constructor and Description |
|---|
MemberAttributeServiceHibernateImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<MemberAttribute> |
findAttributesForMemberId(String memberId)
Finds the
MemberAttribute's for the given member id |
List<MemberAttribute> |
findAttributesForMembers(Collection<Member> members)
Finds the
MemberAttribute's for the given Member's |
createCriteria, delete, detachFromSession, findAll, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdatepublic List<MemberAttribute> findAttributesForMembers(Collection<Member> members)
MemberAttribute's for the given Member'sfindAttributesForMembers in interface MemberAttributeServicemembers - Collection of Member'spublic List<MemberAttribute> findAttributesForMemberId(String memberId)
MemberAttribute's for the given member idfindAttributesForMemberId in interface MemberAttributeServicememberId - unique identifier of the memberCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.