Subversion Repositories SmartDukaan

Rev

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

Rev 31762 Rev 32923
Line 62... Line 62...
62
 
62
 
63
    public List<Ticket> selectAllNotClosedTicketsWithStatus(ActivityType activityType);
63
    public List<Ticket> selectAllNotClosedTicketsWithStatus(ActivityType activityType);
64
 
64
 
65
    public Map<AuthUser, Long> selectAllAuthUserTicketCount(Optional<Boolean> resolved);
65
    public Map<AuthUser, Long> selectAllAuthUserTicketCount(Optional<Boolean> resolved);
66
 
66
 
-
 
67
    List<Ticket> selectAllOpenTickets(List<Integer> fofoIds);
-
 
68
 
67
    public List<TicketViewModel> selectRecentClosedTicket(int fofoId, LocalDateTime startDate);
69
    public List<TicketViewModel> selectRecentClosedTicket(int fofoId, LocalDateTime startDate);
68
}
70
}
69
71