Uses of Class
org.exoplatform.cs.dto.TicketDTO
-
Packages that use TicketDTO Package Description org.exoplatform.cs.dto org.exoplatform.cs.integration.notification org.exoplatform.cs.rest.utils org.exoplatform.cs.service org.exoplatform.cs.service.util -
-
Uses of TicketDTO in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return TicketDTO Modifier and Type Method Description TicketDTOTicketDTO. clone() -
Uses of TicketDTO in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type TicketDTO Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<TicketDTO>CSRatePlugin. TICKET -
Uses of TicketDTO in org.exoplatform.cs.rest.utils
Methods in org.exoplatform.cs.rest.utils that return TicketDTO Modifier and Type Method Description static TicketDTOEntityBuilder. toTicketDto(Ticket ticket)Methods in org.exoplatform.cs.rest.utils with parameters of type TicketDTO Modifier and Type Method Description static TicketEntityBuilder. fromTicketDto(TicketDTO ticketDTO) -
Uses of TicketDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return TicketDTO Modifier and Type Method Description TicketDTOTicketService. findById(String ticketId)TicketDTOTicketService. findByTicketId(String ticketId)TicketDTOTicketService. updateTicket(TicketDTO ticketDTO, org.exoplatform.services.organization.User user)Update TicketMethods in org.exoplatform.cs.service that return types with arguments of type TicketDTO Modifier and Type Method Description List<TicketDTO>TicketService. getAllTicketsWithPagination(int offset, int limit)List<TicketDTO>TicketService. getAssignedTickets(String assignee, String selectedSpace, boolean allTickets, String selectedStatus)List<TicketDTO>TicketService. getCreatedTickets(String space, Calendar fromDate, Calendar toDate)List<TicketDTO>TicketService. getMyTickets(String creator, String selectedSpace, boolean allTickets, String selectedStatus)List<TicketDTO>TicketService. getNotAssignedTickets(String space)List<TicketDTO>TicketService. getTickets(String selectedSpace, boolean allTickets, String selectedStatus)List<TicketDTO>TicketService. getTickets(Calendar fromDate, Calendar toDate)List<TicketDTO>TicketService. getTicketsByEnvironment(Long id)List<TicketDTO>TicketService. getTicketsOfSpace(String id)List<TicketDTO>TicketService. getUpdatedTickets(String status, String space, Calendar fromDate, Calendar toDate)Methods in org.exoplatform.cs.service with parameters of type TicketDTO Modifier and Type Method Description voidTicketService. 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)TicketDTOTicketService. 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 TicketDTO Modifier and Type Method Description static 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)
-