Subversion Repositories SmartDukaan

Rev

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

Rev 3024 Rev 3339
Line 60... Line 60...
60
     * @throws TException
60
     * @throws TException
61
     */
61
     */
62
    public List<Activity> getActivitiesForTicket(long ticketId) {
62
    public List<Activity> getActivitiesForTicket(long ticketId) {
63
        return activityMapper.getActivitiesForTicket(ticketId);
63
        return activityMapper.getActivitiesForTicket(ticketId);
64
    }
64
    }
-
 
65
 
-
 
66
    public List<Activity> getActivitiesByCreator(long creatorId) {
-
 
67
        return activityMapper.getActivitiesByCreator(creatorId);
-
 
68
    }
65
}
69
}