Subversion Repositories SmartDukaan

Rev

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

Rev 35635 Rev 35639
Line 119... Line 119...
119
 
119
 
120
    void markTicketAsRead(int ticketId, int userId, TicketReadStatus.UserType userType);
120
    void markTicketAsRead(int ticketId, int userId, TicketReadStatus.UserType userType);
121
 
121
 
122
    Map<Integer, Activity> getLastActivitiesForTickets(List<Integer> ticketIds);
122
    Map<Integer, Activity> getLastActivitiesForTickets(List<Integer> ticketIds);
123
 
123
 
-
 
124
    Map<Integer, Activity> getLastMessageActivitiesForTickets(List<Integer> ticketIds);
-
 
125
 
124
    void notifyPartnerOfExternalCommunication(Ticket ticket, Activity activity);
126
    void notifyPartnerOfExternalCommunication(Ticket ticket, Activity activity);
125
 
127
 
126
    /**
128
    /**
127
     * Get partner IDs for a specific auth user.
129
     * Get partner IDs for a specific auth user.
128
     * More efficient than getAuthUserPartnerIdMapping() which fetches ALL user mappings.
130
     * More efficient than getAuthUserPartnerIdMapping() which fetches ALL user mappings.