Subversion Repositories SmartDukaan

Rev

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

Rev 3339 Rev 3340
Line 82... Line 82...
82
    public Date getLastProcessedTimestamp() throws ParseException, TException {
82
    public Date getLastProcessedTimestamp() throws ParseException, TException {
83
        return new Date(client.getLastEmailProcessedTimestamp());
83
        return new Date(client.getLastEmailProcessedTimestamp());
84
    }
84
    }
85
 
85
 
86
    public void updateLastProcessedTimestamp(Date date) throws TException {
86
    public void updateLastProcessedTimestamp(Date date) throws TException {
-
 
87
        client = new CRMClient().getClient();
87
        client.updateLastEmailProcessedTimestamp(date.getTime());
88
        client.updateLastEmailProcessedTimestamp(date.getTime());
88
    }
89
    }
89
 
90
 
90
    private void updateTicket(Long ticketId, Message message) {
91
    private void updateTicket(Long ticketId, Message message) {
91
        try {
92
        try {