Subversion Repositories SmartDukaan

Rev

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

Rev 7065 Rev 7162
Line 117... Line 117...
117
			e.printStackTrace();
117
			e.printStackTrace();
118
		}
118
		}
119
		return "-1";
119
		return "-1";
120
	}
120
	}
121
	
121
	
-
 
122
	public List<String> getRoleForAgent(String emailId) throws TException{
-
 
123
		crmServiceClient = new CRMClient().getClient();
-
 
124
		return crmServiceClient.getRoleNamesForAgent(emailId);
-
 
125
	}
-
 
126
	
122
	public String getName() {
127
	public String getName() {
123
		return name;
128
		return name;
124
	}
129
	}
125
 
130
 
126
	public void setName(String name) {
131
	public void setName(String name) {