public interface MemberAttributeService extends nl.surfnet.coin.shared.service.GenericService<MemberAttribute>
MemberAttribute's| 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 |
List<MemberAttribute> findAttributesForMembers(Collection<Member> members)
MemberAttribute's for the given Member'smembers - Collection of Member'sList<MemberAttribute> findAttributesForMemberId(String memberId)
MemberAttribute's for the given member idmemberId - unique identifier of the memberCopyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.