Subversion Repositories SmartDukaan

Rev

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

Rev 4267 Rev 4490
Line 97... Line 97...
97
    }
97
    }
98
    
98
    
99
    public boolean canViewFlaggedPayments() {
99
    public boolean canViewFlaggedPayments() {
100
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
100
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
101
    }
101
    }
-
 
102
    
-
 
103
    public boolean canViewDoaRequests() {
-
 
104
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
105
    }
-
 
106
    
-
 
107
    public boolean canViewReturnRequests() {
-
 
108
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
109
    }
102
 
110
 
103
    public String editNew() {
111
    public String editNew() {
104
        return EDIT_NEW;
112
        return EDIT_NEW;
105
    }
113
    }
106
 
114