Uses of Class
com.aoindustries.aoserv.client.account.Account.Name
-
-
Uses of Account.Name in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return Account.Name Modifier and Type Method Description Account.NameSimpleAOClient. generateAccountingCode(Account.Name accountingTemplate)Generates a unique accounting code that may be used to create a newAccount.Account.NameSimpleAOClient. generatePackageName(Account.Name template)Generates a uniquePackagename.protected static Account.NameAOServObject. getAccountingCode(AccountName accounting)null-safe accounting code conversion.Account.NameSimpleAOClient. getRootAccount()Methods in com.aoindustries.aoserv.client with parameters of type Account.Name Modifier and Type Method Description voidSimpleAOClient. addAccount(Account.Name accounting, String contractVersion, String defaultServer, Account.Name parent, boolean can_add_backup_servers, boolean can_add_businesses, boolean can_see_prices, boolean billParent)Adds a newAccountto the system.intSimpleAOClient. addAccountHost(Account.Name accounting, String host)intSimpleAOClient. addBackupHost(String hostname, String farm, Account.Name owner, String description, int backup_hour, String os_type, String os_version, String architecture, User.Name username, String password, String contact_phone, String contact_email)Adds a new backupHost.voidSimpleAOClient. addDNSZone(Account.Name packageName, String zone, InetAddress ip, int ttl)Adds a newZoneto a system.intSimpleAOClient. addEmailDomain(DomainName domain, String aoServer, Account.Name packageName)intSimpleAOClient. addEmailPipe(String aoServer, String command, Account.Name packageName)Adds a newPipeto the system.intSimpleAOClient. addEmailSmtpRelay(Account.Name packageName, String aoServer, HostAddress host, String type, long duration)Grants access to the SMTP server.intSimpleAOClient. addHttpdJBossSite(String aoServer, String siteName, Account.Name packageName, User.Name jvmUsername, Group.Name groupName, Email serverAdmin, boolean useApache, InetAddress ipAddress, String netDevice, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String jBossVersion)Adds a newSiteto the system.intSimpleAOClient. addHttpdTomcatSharedSite(String aoServer, String siteName, Account.Name packageName, User.Name jvmUsername, Group.Name groupName, Email serverAdmin, boolean useApache, InetAddress ipAddress, String netDevice, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String sharedTomcatName)Adds a newSharedTomcatSiteto the system.intSimpleAOClient. addHttpdTomcatStdSite(String aoServer, String siteName, Account.Name packageName, User.Name jvmUsername, Group.Name groupName, Email serverAdmin, boolean useApache, InetAddress ipAddress, String netDevice, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String tomcatVersion)Adds a newPrivateTomcatSiteto the system.voidSimpleAOClient. addLinuxGroup(Group.Name name, Account.Name packageName, String type)Adds aGroupto the system.intSimpleAOClient. addMySQLDatabase(Database.Name name, Server.Name mysqlServer, String aoServer, Account.Name packageName)Adds a newDatabaseto the system.intSimpleAOClient. addNetBind(String server, Account.Name packageName, InetAddress ipAddress, String net_device, Port port, String appProtocol, boolean monitoringEnabled, Set<FirewallZone.Name> firewalldZoneNames)Adds a network bind to the system.intSimpleAOClient. addNoticeLog(Account.Name accounting, String billingContact, Email emailAddress, String type, int transid)Whenever a credit card transaction fails, or when an account has not been paid for over month, the billing contact for theAccountis notified.intSimpleAOClient. addPackage(Account.Name packageName, Account.Name accounting, int packageDefinition)intSimpleAOClient. addProfile(Account.Name business, String name, boolean isPrivate, String phone, String fax, String address1, String address2, String city, String state, String country, String zip, boolean sendInvoice, String billingContact, Set<Email> billingEmail, String billingEmailFormat, String technicalContact, Set<Email> technicalEmail, String technicalEmailFormat)intSimpleAOClient. addTransaction(int timeType, Timestamp time, Account.Name account, Account.Name sourceAccount, User.Name administrator, String type, String description, int quantity, Money rate, String paymentType, String paymentInfo, String processor, byte payment_confirmed)Adds a newTransactionto aAccount.voidSimpleAOClient. addUsername(Account.Name packageName, User.Name username)voidSimpleAOClient. cancelAccount(Account.Name accounting, String reason)Cancels anAccount.intSimpleAOClient. disableAccount(Account.Name accounting, String disableReason)Disables a business, recursively disabling all of its enabled child components.intSimpleAOClient. disablePackage(Account.Name name, String disableReason)Disables a package, recursively disabling all of its enabled child components.voidSimpleAOClient. enableAccount(Account.Name accounting)Enables a business, recursively enabling all of its disabled child components.voidSimpleAOClient. enablePackage(Account.Name name)Enables a package, recursively enabling all of its disabled child components.Account.NameSimpleAOClient. generateAccountingCode(Account.Name accountingTemplate)Generates a unique accounting code that may be used to create a newAccount.Account.NameSimpleAOClient. generatePackageName(Account.Name template)Generates a uniquePackagename.booleanSimpleAOClient. isAccountingAvailable(Account.Name accounting)Determines if an accounting code is available.booleanSimpleAOClient. isPackageNameAvailable(Account.Name packageName)Determines if aPackagename is available.voidSimpleAOClient. moveAccount(Account.Name business, String from, String to, TerminalWriter out)voidSimpleAOClient. removeAccountHost(Account.Name accounting, String server)voidSimpleAOClient. setAccountAccounting(Account.Name oldAccounting, Account.Name newAccounting)Sets the accounting code for the business.voidSimpleAOClient. setDefaultAccountHost(Account.Name accounting, String server)voidSimpleAOClient. setIPAddressPackage(InetAddress ipAddress, String server, String net_device, Account.Name newPackage)Sets the ownership of anIpAddress. -
Uses of Account.Name in com.aoindustries.aoserv.client.account
Fields in com.aoindustries.aoserv.client.account declared as Account.Name Modifier and Type Field Description protected Account.NameCachedObjectAccountNameKey. pkeyMethods in com.aoindustries.aoserv.client.account that return Account.Name Modifier and Type Method Description Account.NameAccountTable. generateAccountingCode(Account.Name template)Account.NameAccountHost. getAccount_name()Account.NameDisableLog. getAccount_name()Account.NameProfile. getAccount_name()Account.NameCachedObjectAccountNameKey. getKey()Account.NameAccount. getName()Account.NameUser. getPackage_name()Account.NameAccount. getParent_name()Account.NameAccountTable. getRootAccount_name()Account.NameAccount.Name. intern()Interns this name much in the same fashion asString.intern().static Account.NameAccount.Name. valueOf(String name)Methods in com.aoindustries.aoserv.client.account with parameters of type Account.Name Modifier and Type Method Description voidAccountTable. addAccount(Account.Name accounting, String contractNumber, Host defaultServer, Account.Name parent, boolean canAddBackupServers, boolean canAddAccounts, boolean canSeePrices, boolean billParent)intAccount. addPackage(Account.Name name, PackageDefinition packageDefinition)intAccount.Name. compareTo(Account.Name other)Account.NameAccountTable. generateAccountingCode(Account.Name template)AccountAccountTable. get(Account.Name accounting)Gets oneAccountfrom the database.abstract VCachedTableAccountNameKey. get(Account.Name pkey)booleanAccountTable. isAccountingAvailable(Account.Name accounting)voidAccount. setName(Account.Name name) -
Uses of Account.Name in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return Account.Name Modifier and Type Method Description static Account.NameAOSH. parseAccountingCode(String S, String field) -
Uses of Account.Name in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return Account.Name Modifier and Type Method Description Account.NamePackageTable. generatePackageName(Account.Name template)Account.NameTransactionSearchCriteria. getAccount()Account.NameWhoisHistoryAccount. getAccount_id()Account.NameMonthlyCharge. getAccount_name()Account.NameNoticeLog. getAccount_name()Account.NamePackage. getAccount_name()Account.NamePackageDefinition. getAccount_name()Account.NameTransaction. getAccount_name()Account.NamePackage. getName()Account.NameTransactionSearchCriteria. getSourceAccount()Account.NameTransaction. getSourceAccount_name()Methods in com.aoindustries.aoserv.client.billing with parameters of type Account.Name Modifier and Type Method Description intPackageTable. addPackage(Account.Name name, Account business, PackageDefinition packageDefinition)Account.NamePackageTable. generatePackageName(Account.Name template)PackagePackageTable. get(Account.Name name)booleanPackageTable. isPackageNameAvailable(Account.Name packageName)voidTransactionSearchCriteria. setAccount(Account.Name account)voidTransactionSearchCriteria. setSourceAccount(Account.Name sourceAccount)Constructors in com.aoindustries.aoserv.client.billing with parameters of type Account.Name Constructor Description TransactionSearchCriteria(Timestamp after, Timestamp before, int transid, Account.Name account, Account.Name sourceAccount, User.Name administrator, String type, String description, String paymentType, String paymentInfo, byte paymentConfirmed) -
Uses of Account.Name in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return Account.Name Modifier and Type Method Description Account.NameSmtpRelay. getPackage_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Account.Name Modifier and Type Method Description Account.NameGroup. getPackage_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Account.Name Modifier and Type Method Description Account.NameDatabase. getPackage_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return Account.Name Modifier and Type Method Description Account.NameBind. getPackage_name()Methods in com.aoindustries.aoserv.client.net with parameters of type Account.Name Modifier and Type Method Description voidHost. addAccount(Account.Name accounting, String contractVersion, Account parent, boolean can_add_backup_servers, boolean can_add_businesses, boolean can_see_prices, boolean billParent) -
Uses of Account.Name in com.aoindustries.aoserv.client.net.reputation
Methods in com.aoindustries.aoserv.client.net.reputation that return Account.Name Modifier and Type Method Description Account.NameSet. getAccount_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return Account.Name Modifier and Type Method Description Account.NameCreditCard. getAccount_name()Account.NamePayment. getAccount_name()Account.NameProcessor. getAccount_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return Account.Name Modifier and Type Method Description Account.NameEncryptionKey. getAccount_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return Account.Name Modifier and Type Method Description Account.NameBrand. getAccount_name()Account.NameReseller. getBrand_business_accounting()Methods in com.aoindustries.aoserv.client.reseller with parameters of type Account.Name Modifier and Type Method Description BrandBrandTable. get(Account.Name accounting)Gets aBrandfrom the database.ResellerResellerTable. get(Account.Name accounting)Gets aResellerfrom the database. -
Uses of Account.Name in com.aoindustries.aoserv.client.ticket
Methods in com.aoindustries.aoserv.client.ticket that return Account.Name Modifier and Type Method Description Account.NameTicket. getAccount_name() -
Uses of Account.Name in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return Account.Name Modifier and Type Method Description Account.NameSite. getPackage_name()
-