Uses of Class
org.exoplatform.cs.dto.IssueType
-
Packages that use IssueType Package Description org.exoplatform.cs.dao org.exoplatform.cs.dto org.exoplatform.cs.entity org.exoplatform.cs.service -
-
Uses of IssueType in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao with parameters of type IssueType Modifier and Type Method Description LongTopicDAO. countTickets(SpaceEntity space, IssueType type) -
Uses of IssueType in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return IssueType Modifier and Type Method Description static IssueTypeIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueType[]IssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.cs.dto with parameters of type IssueType Constructor Description TicketDTO(String id, String title, String status, String description, String link, String assignee, String tagName, IssueType type, IssueSeverity severity, InfoType infoType, String spaceGroupId, String environmentName, Long environmentId, Calendar startDate, Calendar endDate, Calendar updateDate, String dateFormat, List<org.exoplatform.commons.file.model.FileItem> files, String flow, String ticketId, String creator, String creatorId, String creatorAvatar, Owner owner, String attachedJira, Calendar firstWarningDate, Calendar lastWarningDate, Calendar autoAssignDate, String warning, String jiraStatus, String jiraStatusIcon, Long timeToFirstResponse, Long timeToResolution, Boolean customerSatisfied, Boolean internal, Boolean active, String reason, String rateReason, String[] uploads) -
Uses of IssueType in org.exoplatform.cs.entity
Methods in org.exoplatform.cs.entity that return IssueType Modifier and Type Method Description IssueTypeTopicEntity. getType()Methods in org.exoplatform.cs.entity with parameters of type IssueType Modifier and Type Method Description voidTopicEntity. setType(IssueType type) -
Uses of IssueType in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service with parameters of type IssueType Modifier and Type Method Description LongTicketService. getTicketsCount(SpaceEntity space, IssueType type)
-