Class TicketMenuController
java.lang.Object
org.exoplatform.cs.portlet.common.CSControllerBase
org.exoplatform.cs.portlet.ticketMenu.TicketMenuController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllowedStates(String name) this method returns the static list of ticket typesjuzu.Responsejuzu.Responsethis method returns the application Contextorg.exoplatform.cs.dto.EnvironmentDTOgetEnvironment(Long id) this method returns environment of the current ticketList<org.exoplatform.cs.service.tickets.FlowState>getFlowStats(String name) this method returns the static list of ticket typesjuzu.ResponsegetJiraDetails(String id) org.exoplatform.services.log.Logthis method returns the static list of OwnersgetSeverities(org.exoplatform.cs.dto.TicketDTO ticketDTO) this method will return the list of severitiesList<org.exoplatform.cs.dto.SpaceDTO>this method returns the list of customer spacesList<org.exoplatform.services.organization.User>This service will return the names of all support team membersorg.exoplatform.cs.dto.TicketDTOthis method returns the current ticketthis method returns the static list of ticket typesjuzu.Response.Contentindex()org.exoplatform.cs.dto.TicketDTOsaveTicket(org.exoplatform.cs.dto.TicketDTO ticketDTO) voidupdateTicketSatisfaction(org.exoplatform.cs.dto.TicketDTO ticketDTO) Methods inherited from class org.exoplatform.cs.portlet.common.CSControllerBase
getBundle, getCurrentSpaceId, getCurrentUser, getResourceBundle, getResourceBundle, isCSManager
-
Constructor Details
-
TicketMenuController
public TicketMenuController()
-
-
Method Details
-
index
public juzu.Response.Content index() -
getBundle
-
getFlowStats
this method returns the static list of ticket types- Returns:
-
getAllowedStates
this method returns the static list of ticket types- Returns:
-
getTicket
public org.exoplatform.cs.dto.TicketDTO getTicket()this method returns the current ticket- Returns:
-
getEnvironment
this method returns environment of the current ticket- Returns:
-
saveTicket
public org.exoplatform.cs.dto.TicketDTO saveTicket(org.exoplatform.cs.dto.TicketDTO ticketDTO) throws Exception - Throws:
Exception
-
updateTicketSatisfaction
- Throws:
Exception
-
getSpaces
this method returns the list of customer spaces- Returns:
-
getLogger
public org.exoplatform.services.log.Log getLogger()- Specified by:
getLoggerin classCSControllerBase
-
getJiraDetails
-
getJSON
-
getSupportUsernames
This service will return the names of all support team members- Returns:
-
getSeverities
this method will return the list of severities- Returns:
- List of ticket severity
-
getTicketTypes
this method returns the static list of ticket types- Returns:
-
getOwnersList
this method returns the static list of Owners- Returns:
-
getContext
public juzu.Response getContext()this method returns the application Context- Returns:
-