Uses of Class
com.aoindustries.aoserv.client.reseller.Category
-
Packages that use Category Package Description com.aoindustries.aoserv.client.reseller com.aoindustries.aoserv.client.ticket -
-
Uses of Category in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return Category Modifier and Type Method Description CategoryCategoryTable. get(int pkey)CategoryBrandCategory. getCategory()CategoryCategory. getParent()Gets the parent category ornullif this is a top-level category.CategoryCategoryTable. getTicketCategory(Category parent, String name)Gets the category with the provided parent and name.CategoryCategoryTable. getTicketCategoryByDotPath(String dotPath)Gets a ticket category given its dot-separated path ornullif not found.Methods in com.aoindustries.aoserv.client.reseller that return types with arguments of type Category Modifier and Type Method Description List<Category>Category. getChildrenCategories()List<Category>CategoryTable. getTopLevelCategories()Gets the list of all top-level categories that have a null parent.Tree<Category>CategoryTable. getTree()Gets a Tree view of all the accessible categories.Methods in com.aoindustries.aoserv.client.reseller with parameters of type Category Modifier and Type Method Description CategoryCategoryTable. getTicketCategory(Category parent, String name)Gets the category with the provided parent and name. -
Uses of Category in com.aoindustries.aoserv.client.ticket
Methods in com.aoindustries.aoserv.client.ticket that return Category Modifier and Type Method Description CategoryTicket. getCategory()CategoryAction. getNewCategory()CategoryAction. getOldCategory()Methods in com.aoindustries.aoserv.client.ticket with parameters of type Category Modifier and Type Method Description intTicketTable. addTicket(Brand brand, Account business, Language language, Category category, TicketType ticketType, Email fromAddress, String summary, String details, Priority clientPriority, Set<Email> contactEmails, String contactPhoneNumbers)
-