Project

General

Profile

« Previous | Next » 

Revision 59502

[Dnet-Users | Trunk]: Add member invitation methods

View differences:

AuthorizationService.java
34 34
    public String member(String type, String id) {
35 35
        return type.toUpperCase() + "_" + id.toUpperCase();
36 36
    }
37

  
38
    public boolean isCommunity(String type) {
39
        return type.equals("community");
40
    }
37 41
}

Also available in: Unified diff