Skip to content

Commit

Permalink
refactor: Update service to retrieve members by application and membe…
Browse files Browse the repository at this point in the history
…r type
  • Loading branch information
brasseld committed Nov 20, 2015
1 parent 894c36f commit 2f138b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public interface ApplicationRepository extends CrudRepository<Application, Strin

void deleteMember(String application, String username) throws TechnicalException;

Collection<Membership> getMembers(String application) throws TechnicalException;
Collection<Membership> getMembers(String application, MembershipType membershipType) throws TechnicalException;

Membership getMember(String application, String username) throws TechnicalException;
}

0 comments on commit 2f138b3

Please sign in to comment.