Uses of Class
org.exoplatform.cs.dto.TicketDTO
Packages that use TicketDTO
Package
Description
-
Uses of TicketDTO in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return TicketDTO -
Uses of TicketDTO in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type TicketDTO -
Uses of TicketDTO in org.exoplatform.cs.rest.utils
Methods in org.exoplatform.cs.rest.utils that return TicketDTOModifier and TypeMethodDescriptionstatic final TicketDTOEntityBuilder.toTicketDto(Ticket ticket) Methods in org.exoplatform.cs.rest.utils with parameters of type TicketDTOModifier and TypeMethodDescriptionstatic final TicketEntityBuilder.fromTicketDto(TicketDTO ticketDTO) -
Uses of TicketDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return TicketDTOModifier and TypeMethodDescriptionTicketService.findByTicketId(String ticketId) TicketService.updateTicket(TicketDTO ticketDTO, org.exoplatform.services.organization.User user) Update TicketMethods in org.exoplatform.cs.service that return types with arguments of type TicketDTOModifier and TypeMethodDescriptionTicketService.getAllTicketsWithPagination(int offset, int limit) TicketService.getAssignedTickets(String assignee, String selectedSpace, boolean allTickets, String selectedStatus) TicketService.getCreatedTickets(String space, Calendar fromDate, Calendar toDate) TicketService.getMyTickets(String creator, String selectedSpace, boolean allTickets, String selectedStatus) TicketService.getNotAssignedTickets(String space) TicketService.getTickets(String selectedSpace, boolean allTickets, String selectedStatus) TicketService.getTickets(Calendar fromDate, Calendar toDate) TicketService.getTicketsByEnvironment(Long id) TicketService.getTicketsOfSpace(String id) TicketService.getUpdatedTickets(String status, String space, Calendar fromDate, Calendar toDate) Methods in org.exoplatform.cs.service with parameters of type TicketDTOModifier and TypeMethodDescriptionvoidTicketService.cancelTicketWarning(TicketDTO ticketDTO) CancelTicketWarningvoidTicketService.createTicket(TicketDTO ticketDTO, org.exoplatform.services.organization.User user, String spaceLink) voidTicketService.deleteTicket(TicketDTO ticket) Delete a ticket and the related task or forum topicvoidTicketService.notifyCustomerRate(TicketDTO ticketDTO, String raterUsername, boolean isRatedFromMail) TicketService.updateTicket(TicketDTO ticketDTO, org.exoplatform.services.organization.User user) Update TicketvoidTicketService.updateTicketAssignee(TicketDTO ticketDTO, String assignee) Update the creator on the entityvoidTicketService.updateTicketCreator(TicketDTO ticketDTO, String creator) Update the creator on the entityvoidTicketService.updateTicketLink(TicketDTO ticket, String link) Update the link on the entityvoidTicketService.updateTicketOwner(TicketDTO ticketDTO, Owner owner) Update the creator on the entityvoidTicketService.updateTicketSatisfaction(TicketDTO ticketDTO, String userId) Update the creator on the entity -
Uses of TicketDTO in org.exoplatform.cs.service.util
Methods in org.exoplatform.cs.service.util with parameters of type TicketDTOModifier and TypeMethodDescriptionstatic voidCustomerRateMailUtils.sendCustomerRateEmail(TicketDTO ticketDTO, SpaceEntity spaceEntity, org.exoplatform.social.core.identity.model.Profile reciepentProfile, InputStream mailTemplate) static voidForumUtils.updateForumTags(org.exoplatform.forum.service.ForumService forumService, TicketDTO ticketDTO, org.exoplatform.forum.service.Topic topic, String oldSeverity, String oldType, String oldStatus)