Subversion Repositories bacoAlunos

Rev

Rev 1945 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1945 Rev 1956
Line 60... Line 60...
60
     * @param oldRole
60
     * @param oldRole
61
     * @param nomeRole
61
     * @param nomeRole
62
     * @param newRoleStr
62
     * @param newRoleStr
63
     * @param session
63
     * @param session
64
     * @return
64
     * @return
65
     * @throws AccessDeniedException
65
     * @throws pt.estgp.estgweb.filters.exceptions.AccessDeniedException
66
     */
66
     */
67
    public ReplaceRoleResult createNewNormalizedRoleService(1.5.0/docs/api/java/lang/String.html">String oldRole,1.5.0/docs/api/java/lang/String.html">String nomeRole,1.5.0/docs/api/java/lang/String.html">String newRoleStr,UserSession session) throws AccessDeniedException {
67
    public ReplaceRoleResult createNewNormalizedRoleService(1.5.0/docs/api/java/lang/String.html">String oldRole,1.5.0/docs/api/java/lang/String.html">String nomeRole,1.5.0/docs/api/java/lang/String.html">String newRoleStr,UserSession session) throws AccessDeniedException {
68
        ReplaceRoleResult result;
68
        ReplaceRoleResult result;
69
 
69
 
70
        UserRoleConfigImpl newUserRoleConfig = DomainObjectFactory.createUserRoleConfigImpl();
70
        UserRoleConfigImpl newUserRoleConfig = DomainObjectFactory.createUserRoleConfigImpl();