nl.surfnet.coin.teams.service
Interface MemberAttributeService

All Superinterfaces:
nl.surfnet.coin.shared.service.GenericService<MemberAttribute>
All Known Implementing Classes:
MemberAttributeServiceHibernateImpl

public interface MemberAttributeService
extends nl.surfnet.coin.shared.service.GenericService<MemberAttribute>

Interface to handle MemberAttribute's


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 interface nl.surfnet.coin.shared.service.GenericService
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate
 

Method Detail

findAttributesForMembers

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

Parameters:
members - Collection of Member's
Returns:
List of MemberAttribute's, can be empty

findAttributesForMemberId

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

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.