nl.surfnet.coin.teams.service.impl
Class MemberAttributeServiceHibernateImpl

java.lang.Object
  extended by nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<MemberAttribute>
      extended by nl.surfnet.coin.teams.service.impl.MemberAttributeServiceHibernateImpl
All Implemented Interfaces:
nl.surfnet.coin.shared.service.GenericService<MemberAttribute>, MemberAttributeService

@Component(value="memberAttributeService")
public class MemberAttributeServiceHibernateImpl
extends nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<MemberAttribute>
implements MemberAttributeService

Hibernate implementation for MemberAttributeService


Constructor Summary
MemberAttributeServiceHibernateImpl()
           
 
Method Summary
 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
 
Methods inherited from class nl.surfnet.coin.shared.service.GenericServiceHibernateImpl
createCriteria, delete, detachFromSession, findAll, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.surfnet.coin.shared.service.GenericService
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate
 

Constructor Detail

MemberAttributeServiceHibernateImpl

public MemberAttributeServiceHibernateImpl()
Method Detail

findAttributesForMembers

public List<MemberAttribute> findAttributesForMembers(Collection<Member> members)
Finds the MemberAttribute's for the given Member's

Specified by:
findAttributesForMembers in interface MemberAttributeService
Parameters:
members - Collection of Member's
Returns:
List of MemberAttribute's, can be empty

findAttributesForMemberId

public List<MemberAttribute> findAttributesForMemberId(String memberId)
Finds the MemberAttribute's for the given member id

Specified by:
findAttributesForMemberId in interface MemberAttributeService
Parameters:
memberId - unique identifier of the member
Returns:
List of MemberAttribute's, can be empty


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.