Subversion Repositories SmartDukaan

Rev

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

Rev 4948 Rev 5169
Line 153... Line 153...
153
    // Method to change active/inactive status of Agent
153
    // Method to change active/inactive status of Agent
154
    void changeAgentStatus(1:bool status, 2:string emailId);
154
    void changeAgentStatus(1:bool status, 2:string emailId);
155
    
155
    
156
    //Method to add a new CRM Agent 
156
    //Method to add a new CRM Agent 
157
    void insertAgent(1:Agent agent, 2:list<string> role);
157
    void insertAgent(1:Agent agent, 2:list<string> role);
-
 
158
    
-
 
159
    //Method to change CRM agent role
-
 
160
    void changeAgentRole(1:i64 id, 2:list<string> role);
-
 
161
    
-
 
162
    //Method to get openTicketCount for any agent
-
 
163
    i32 getOpenTicketCountForAgent(1:i64 agentId);
158
}
164
}