Subversion Repositories SmartDukaan

Rev

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

Rev 33161 Rev 33204
Line 25... Line 25...
25
 
25
 
26
    void createTicket(int fofoId, int categoryId, int subcategoryId, String message, int createdByAuthId) throws ProfitMandiBusinessException;
26
    void createTicket(int fofoId, int categoryId, int subcategoryId, String message, int createdByAuthId) throws ProfitMandiBusinessException;
27
 
27
 
28
    void createTicketWithMedia(int fofoId, int categoryId, int subcategoryId, String message, int createdByAuthId, ActivityMediaModel selectedRecording) throws ProfitMandiBusinessException;
28
    void createTicketWithMedia(int fofoId, int categoryId, int subcategoryId, String message, int createdByAuthId, ActivityMediaModel selectedRecording) throws ProfitMandiBusinessException;
29
 
29
 
-
 
30
    TicketActivityMedia createMediaActivity(ActivityMediaModel selectedRecording);
-
 
31
 
-
 
32
    void addMediaActivity(Ticket ticket, TicketActivityMedia activity);
-
 
33
 
30
    void createTicketRemarkEscalation(int fofoId, int authId, int categoryId, int subcategoryId, String message, CollectionRemark remark) throws ProfitMandiBusinessException;
34
    void createTicketRemarkEscalation(int fofoId, int authId, int categoryId, int subcategoryId, String message, CollectionRemark remark) throws ProfitMandiBusinessException;
31
 
35
 
32
    void addPartnerToRegion(int regionId, List<Integer> fofoIds);
36
    void addPartnerToRegion(int regionId, List<Integer> fofoIds);
33
 
37
 
34
    Map<Integer, TicketSubCategory> getSubCategoryIdAndSubCategoryMap(List<Integer> subCategoryIds);
38
    Map<Integer, TicketSubCategory> getSubCategoryIdAndSubCategoryMap(List<Integer> subCategoryIds);
Line 52... Line 56...
52
 
56
 
53
    Map<Integer, List<CustomRetailer>> getPositionCustomRetailerMap(List<Position> position);
57
    Map<Integer, List<CustomRetailer>> getPositionCustomRetailerMap(List<Position> position);
54
 
58
 
55
    Map<Integer, AuthUser> getTicketIdAndAuthUserMapUsingTickets(List<Ticket> tickets);
59
    Map<Integer, AuthUser> getTicketIdAndAuthUserMapUsingTickets(List<Ticket> tickets);
56
 
60
 
-
 
61
    void updateTicket(int categoryId, int subCategoryId, Ticket ticket, int authUserId, EscalationType escalationType, ActivityMediaModel recording) throws ProfitMandiBusinessException;
57
    void updateTicket(int categoryId, int subCategoryId, Ticket ticket, int authUserId, EscalationType escalationType) throws ProfitMandiBusinessException;
62
    void updateTicket(int categoryId, int subCategoryId, Ticket ticket, int authUserId, EscalationType escalationType) throws ProfitMandiBusinessException;
58
 
63
 
59
    Map<String, Set<String>> getAuthUserPartnerEmailMapping();
64
    Map<String, Set<String>> getAuthUserPartnerEmailMapping();
60
 
65
 
61
    Map<String, Set<Integer>> getAuthUserPartnerIdMapping();
66
    Map<String, Set<Integer>> getAuthUserPartnerIdMapping();