Subversion Repositories SmartDukaan

Rev

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

Rev 32923 Rev 33041
Line 64... Line 64...
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);
67
    List<Ticket> selectAllOpenTickets(List<Integer> fofoIds);
68
 
68
 
-
 
69
    List<Ticket> selectAllOpenTickets();
-
 
70
 
69
    public List<TicketViewModel> selectRecentClosedTicket(int fofoId, LocalDateTime startDate);
71
    public List<TicketViewModel> selectRecentClosedTicket(int fofoId, LocalDateTime startDate);
70
}
72
}
71
73