Subversion Repositories SmartDukaan

Rev

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

Rev 3390 Rev 3578
Line 82... Line 82...
82
    public String getAgentName() throws TException
82
    public String getAgentName() throws TException
83
    {
83
    {
84
        return CRMAuthorizingRealm.getAgent(currentAgentEmailId).getName();
84
        return CRMAuthorizingRealm.getAgent(currentAgentEmailId).getName();
85
    }
85
    }
86
 
86
 
-
 
87
    public boolean canVerifyCOD() {
-
 
88
        return SecurityUtils.getSubject().hasRole("Outbound");
-
 
89
    }
-
 
90
    
-
 
91
    public boolean canViewFailedPayments() {
-
 
92
        return SecurityUtils.getSubject().hasRole("Outbound");
-
 
93
    }
-
 
94
 
87
    public String editNew() {
95
    public String editNew() {
88
        return EDIT_NEW;
96
        return EDIT_NEW;
89
    }
97
    }
90
 
98
 
91
    public String edit() {
99
    public String edit() {