Uses of Class
com.aoindustries.aoserv.client.reseller.Brand
-
Packages that use Brand Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.reseller com.aoindustries.aoserv.client.signup com.aoindustries.aoserv.client.ticket -
-
Uses of Brand in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return Brand Modifier and Type Method Description BrandAccount. getBrand()Gets the Brand for this business ornullif not a brand. -
Uses of Brand in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return Brand Modifier and Type Method Description BrandBrandTable. get(Account.Name accounting)Gets aBrandfrom the database.BrandBrandCategory. getBrand()BrandBrandTable. getBrand(Account business)Gets aBrandgiven its business.BrandReseller. getBrand()BrandBrand. getParentBrand()Gets the immediate parent of this brand ornullif none available.Methods in com.aoindustries.aoserv.client.reseller that return types with arguments of type Brand Modifier and Type Method Description List<Brand>Brand. getChildBrands()The children of the brand are any brands that have their closest parent business (that is a brand) equal to this one.List<Brand>BrandTable. getTopLevelBrands()Gets the list of all brands that either have a null parent (the actual root of the business tree) or where the parent is inaccessible.Tree<Brand>BrandTable. getTree()Gets a Tree view of all the accessible brands. -
Uses of Brand in com.aoindustries.aoserv.client.signup
Methods in com.aoindustries.aoserv.client.signup that return Brand Modifier and Type Method Description BrandRequest. getBrand()Methods in com.aoindustries.aoserv.client.signup with parameters of type Brand Modifier and Type Method Description intRequestTable. addSignupRequest(Brand brand, InetAddress ip_address, PackageDefinition package_definition, String business_name, String business_phone, String business_fax, String business_address1, String business_address2, String business_city, String business_state, CountryCode business_country, String business_zip, String ba_name, String ba_title, String ba_work_phone, String ba_cell_phone, String ba_home_phone, String ba_fax, Email ba_email, String ba_address1, String ba_address2, String ba_city, String ba_state, CountryCode ba_country, String ba_zip, User.Name ba_username, String billing_contact, Email billing_email, boolean billing_use_monthly, boolean billing_pay_one_year, String ba_password, String billing_cardholder_name, String billing_card_number, String billing_expiration_month, String billing_expiration_year, String billing_street_address, String billing_city, String billing_state, String billing_zip, Map<String,String> options)Encrypts the signup request details and adds to the master database. -
Uses of Brand in com.aoindustries.aoserv.client.ticket
Methods in com.aoindustries.aoserv.client.ticket that return Brand Modifier and Type Method Description BrandTicket. getBrand()May be filtered.Methods in com.aoindustries.aoserv.client.ticket with parameters of type Brand 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)
-