Uses of Class
com.aoindustries.aoserv.client.reseller.Reseller
-
Packages that use Reseller Package Description com.aoindustries.aoserv.client.reseller com.aoindustries.aoserv.client.ticket -
-
Uses of Reseller in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return Reseller Modifier and Type Method Description ResellerResellerTable. get(Account.Name accounting)Gets aResellerfrom the database.ResellerReseller. getParent()Gets the immediate parent of this reseller ornullif none available.ResellerBrand. getReseller()Gets the Reseller for this Brand ornullif not a reseller.Methods in com.aoindustries.aoserv.client.reseller that return types with arguments of type Reseller Modifier and Type Method Description List<Reseller>Reseller. getChildResellers()The children of the resller are any resellers that have their closest parent business (that is a reseller) equal to this one.List<Reseller>ResellerTable. getTopLevelResellers()Gets the list of all resellers that either have a null parent (the actual root of the business tree) or where the parent is inaccessible.Tree<Reseller>ResellerTable. getTree()Gets a Tree view of all the accessible resellers. -
Uses of Reseller in com.aoindustries.aoserv.client.ticket
Methods in com.aoindustries.aoserv.client.ticket that return Reseller Modifier and Type Method Description ResellerAssignment. getReseller()ResellerTicket. getReseller()May be null when filtered.Methods in com.aoindustries.aoserv.client.ticket with parameters of type Reseller Modifier and Type Method Description List<Assignment>AssignmentTable. getTicketAssignments(Reseller reseller)
-