Subversion Repositories SmartDukaan

Rev

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

Rev 3499 Rev 3530
Line 142... Line 142...
142
    list<string> getPermissionsForRoleName(1:string roleName);
142
    list<string> getPermissionsForRoleName(1:string roleName);
143
 
143
 
144
    // Misc methods
144
    // Misc methods
145
    i64 getLastEmailProcessedTimestamp();
145
    i64 getLastEmailProcessedTimestamp();
146
    void updateLastEmailProcessedTimestamp(1:i64 timestamp);
146
    void updateLastEmailProcessedTimestamp(1:i64 timestamp);
147
    void processCODTxn(1:i64 transactionId);
147
    oneway void processCODTxn(1:i64 transactionId);
148
}
148
}