| Package | Description |
|---|---|
| org.exoplatform.cs.service | |
| org.exoplatform.cs.service.util |
| Modifier and Type | Method and Description |
|---|---|
TicketDTO |
TicketService.findById(String ticketId) |
TicketDTO |
TicketService.findByTicketId(String ticketId) |
TicketDTO |
TicketService.updateTicket(TicketDTO ticketDTO,
org.exoplatform.services.organization.User user)
Update Ticket
|
| Modifier and Type | Method and Description |
|---|---|
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.getTickets(Calendar fromDate,
Calendar toDate) |
List<TicketDTO> |
TicketService.getTickets(String selectedSpace,
boolean allTickets,
String selectedStatus) |
List<TicketDTO> |
TicketService.getTicketsByEnvironment(Long id) |
List<TicketDTO> |
TicketService.getTicketsOfSpace(String id) |
List<TicketDTO> |
TicketService.getUpdatedTickets(String status,
String space,
Calendar fromDate,
Calendar toDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
TicketService.cancelTicketWarning(TicketDTO ticketDTO)
CancelTicketWarning
|
void |
TicketService.createTicket(TicketDTO ticketDTO,
org.exoplatform.services.organization.User user,
String spaceLink) |
void |
TicketService.deleteTicket(TicketDTO ticket)
Delete a ticket and the related task or forum topic
|
TicketDTO |
TicketService.updateTicket(TicketDTO ticketDTO,
org.exoplatform.services.organization.User user)
Update Ticket
|
void |
TicketService.updateTicketCreator(TicketDTO ticketDTO,
String creator)
Update the creator on the entity
|
void |
TicketService.updateTicketLink(TicketDTO ticket,
String link)
Update the link on the entity
|
void |
TicketService.updateTicketOwner(TicketDTO ticketDTO,
Owner owner)
Update the creator on the entity
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ForumUtils.updateForumTags(org.exoplatform.forum.service.ForumService forumService,
TicketDTO ticketDTO,
org.exoplatform.forum.service.Topic topic,
String oldSeverity,
String oldType,
String oldStatus) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.