public class TicketMenuController extends CSControllerBase
| Constructor and Description |
|---|
TicketMenuController() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedStates(String name)
this method returns the static list of ticket types
|
juzu.Response |
getBundle(String locale) |
List<org.exoplatform.cs.service.tickets.FlowState> |
getFlowStats(String name)
this method returns the static list of ticket types
|
org.exoplatform.services.log.Log |
getLogger() |
List<org.exoplatform.cs.dto.SpaceDTO> |
getSpaces()
this method returns the list of customer spaces
|
org.exoplatform.cs.dto.TicketDTO |
getTicket()
this method returns the current ticket
|
juzu.Response.Content |
index() |
org.exoplatform.cs.dto.TicketDTO |
saveTicket(org.exoplatform.cs.dto.TicketDTO ticketDTO) |
getBundle, getCurrentSpaceId, getCurrentUser, getResourceBundle, getResourceBundle, isCSManagerpublic juzu.Response.Content index()
public juzu.Response getBundle(String locale)
public List<org.exoplatform.cs.service.tickets.FlowState> getFlowStats(String name)
public List<String> getAllowedStates(String name)
public org.exoplatform.cs.dto.TicketDTO getTicket()
public org.exoplatform.cs.dto.TicketDTO saveTicket(org.exoplatform.cs.dto.TicketDTO ticketDTO)
throws Exception
Exceptionpublic List<org.exoplatform.cs.dto.SpaceDTO> getSpaces()
public org.exoplatform.services.log.Log getLogger()
getLogger in class CSControllerBaseCopyright © 2003–2018 eXo Platform SAS. All rights reserved.