Uses of Class
com.aoindustries.aoserv.client.account.Account
-
-
Uses of Account in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return Account Modifier and Type Method Description AccountAccountTable. get(Account.Name accounting)Gets oneAccountfrom the database.AccountAccountHost. getAccount()AccountDisableLog. getAccount()AccountProfile. getAccount()AccountAccount. getBillingAccount()Gets theAccountthat is responsible for paying the bills created by this business.AccountAccount. getParent()AccountAccountTable. getRootAccount()AccountAccount. getTopLevelAccount()Gets theAccountin the account tree that is one level down from the top level account.Methods in com.aoindustries.aoserv.client.account that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountHostTable. getAccounts(Host server)List<Account>Account. getChildAccounts()List<Account>AccountTable. getTopLevelAccounts()Gets the list of all accounts that either have a null parent (the actual root of the account tree) or where the parent is inaccessible.Tree<Account>AccountTable. getTree()Gets a Tree view of all the accessible businesses.Methods in com.aoindustries.aoserv.client.account with parameters of type Account Modifier and Type Method Description intAccount. addPayment(Processor processor, String groupName, boolean testMode, int duplicateWindow, String orderNumber, Money amount, Money taxAmount, boolean taxExempt, Money shippingAmount, Money dutyAmount, String shippingFirstName, String shippingLastName, String shippingCompanyName, String shippingStreetAddress1, String shippingStreetAddress2, String shippingCity, String shippingState, String shippingPostalCode, String shippingCountryCode, boolean emailCustomer, Email merchantEmail, String invoiceNumber, String purchaseOrderNumber, String description, Administrator creditCardCreatedBy, String creditCardPrincipalName, Account creditCardAccount, String creditCardGroupName, String creditCardProviderUniqueId, String creditCardMaskedCardNumber, Byte creditCard_expirationMonth, Short creditCard_expirationYear, String creditCardFirstName, String creditCardLastName, String creditCardCompanyName, Email creditCardEmail, String creditCardPhone, String creditCardFax, String creditCardCustomerId, String creditCardCustomerTaxId, String creditCardStreetAddress1, String creditCardStreetAddress2, String creditCardCity, String creditCardState, String creditCardPostalCode, String creditCardCountryCode, String creditCardComments, long authorizationTime, String authorizationPrincipalName)intAccount. addTransaction(int timeType, Timestamp time, Account sourceAccount, Administrator business_administrator, TransactionType type, String description, int quantity, Money rate, PaymentType paymentType, String paymentInfo, Processor processor, byte payment_confirmed)intAccount. compareTo(Account o)booleanAccount. isAccountOrParent(Account other)Deprecated.Please useisAccountOrParentOf(com.aoindustries.aoserv.client.account.Account)instead.booleanAccount. isAccountOrParentOf(Account other)Determines if thisAccountis the other account or a parent of it.booleanAccount. isParentOf(Account other)Determines if thisAccountis a parent of the other business. -
Uses of Account in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return Account Modifier and Type Method Description AccountMonthlyCharge. getAccount()AccountNoticeLog. getAccount()AccountPackage. getAccount()AccountPackageDefinition. getAccount()May be null if filtered.AccountTransaction. getAccount()AccountWhoisHistoryAccount. getAccount()AccountTransaction. getSourceAccount()Methods in com.aoindustries.aoserv.client.billing with parameters of type Account Modifier and Type Method Description intTransactionTable. add(int timeType, Timestamp time, Account account, Account sourceAccount, Administrator administrator, TransactionType type, String description, int quantity, Money rate, PaymentType paymentType, String paymentInfo, Processor processor, byte paymentConfirmed)intNoticeLogTable. addNoticeLog(Account account, String billingContact, Email emailAddress, NoticeType type, Transaction trans)intPackageTable. addPackage(Account.Name name, Account business, PackageDefinition packageDefinition)intPackageDefinitionTable. addPackageDefinition(Account business, PackageCategory category, String name, String version, String display, String description, Money setupFee, TransactionType setupFeeTransactionType, Money monthlyRate, TransactionType monthlyRateTransactionType)MoniesTransactionTable. getAccountBalance(Account account)MoniesTransactionTable. getAccountBalance(Account account, Timestamp before)MoniesTransactionTable. getActiveAccountBalance(Account account)MoniesTransactionTable. getActiveAccountBalance(Account account, long currentTime)Gets the active account balances for an account, including zero balances for any currency that has no transactions and is currently active in billing.MoniesTransactionTable. getConfirmedAccountBalance(Account account)MoniesTransactionTable. getConfirmedAccountBalance(Account account, Timestamp before)List<MonthlyCharge>MonthlyChargeTable. getMonthlyCharges(Account sourceAccount, Account billingAccount)List<MonthlyCharge>MonthlyChargeTable. getMonthlyCharges(Administrator administrator, Account sourceAccount, Account billingAccount)Gets the list of allmonthly_chargesin the database.List<NoticeLog>NoticeLogTable. getNoticeLogs(Account bu)PackageDefinitionPackageDefinitionTable. getPackageDefinition(Account business, PackageCategory category, String name, String version)List<PackageDefinition>PackageDefinitionTable. getPackageDefinitions(Account business, PackageCategory category)List<Package>PackageTable. getPackages(Account business)List<Transaction>TransactionTable. getTransactions(Account account)Gets transactions that have this account as their applied-to.List<Transaction>TransactionTable. getTransactionsFrom(Account account)Gets transactions that have this account as their source.List<WhoisHistoryAccount>WhoisHistoryAccountTable. getWhoisHistoryAccounts(Account account)voidPackageDefinition. update(Account business, PackageCategory category, String name, String version, String display, String description, Money setupFee, TransactionType setupFeeTransactionType, Money monthlyRate, TransactionType monthlyRateTransactionType)Constructors in com.aoindustries.aoserv.client.billing with parameters of type Account Constructor Description TransactionSearchCriteria(Timestamp after, Timestamp before, int transid, Account account, Account sourceAccount, Administrator administrator, TransactionType type, String description, PaymentType paymentType, String paymentInfo, byte paymentConfirmed) -
Uses of Account in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email with parameters of type Account Modifier and Type Method Description List<Domain>DomainTable. getEmailDomains(Account owner)List<Forwarding>ForwardingTable. getEmailForwarding(Account account)List<List>ListTable. getEmailLists(Account business) -
Uses of Account in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux with parameters of type Account Modifier and Type Method Description GroupServerGroupServerTable. getLinuxServerGroup(Server aoServer, Account business)List<User>UserTable. getMailAccounts(Account business) -
Uses of Account in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return types with arguments of type Account Modifier and Type Method Description List<Account>Host. getAccounts()Methods in com.aoindustries.aoserv.client.net with parameters of type Account 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 in com.aoindustries.aoserv.client.net.reputation
Methods in com.aoindustries.aoserv.client.net.reputation that return Account Modifier and Type Method Description AccountSet. getAccount()May be filtered. -
Uses of Account in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return Account Modifier and Type Method Description AccountCreditCard. getAccount()AccountPayment. getAccount()For AOServ sub-account support, this is the account that is making the payment.AccountProcessor. getAccount()AccountPayment. getCreditCardAccount()Methods in com.aoindustries.aoserv.client.payment with parameters of type Account Modifier and Type Method Description intCreditCardTable. addCreditCard(Processor processor, Account business, String groupName, String cardInfo, byte expirationMonth, short expirationYear, String providerUniqueId, String firstName, String lastName, String companyName, Email email, String phone, String fax, String customerId, String customerTaxId, String streetAddress1, String streetAddress2, String city, String state, String postalCode, CountryCode countryCode, String principalName, String description, String card_number)intPaymentTable. addPayment(Processor processor, Account account, String groupName, boolean testMode, int duplicateWindow, String orderNumber, Money amount, Money taxAmount, boolean taxExempt, Money shippingAmount, Money dutyAmount, String shippingFirstName, String shippingLastName, String shippingCompanyName, String shippingStreetAddress1, String shippingStreetAddress2, String shippingCity, String shippingState, String shippingPostalCode, String shippingCountryCode, boolean emailCustomer, Email merchantEmail, String invoiceNumber, String purchaseOrderNumber, String description, Administrator creditCardCreatedBy, String creditCardPrincipalName, Account creditCardAccounting, String creditCardGroupName, String creditCardProviderUniqueId, String creditCardMaskedCardNumber, Byte creditCard_expirationMonth, Short creditCard_expirationYear, String creditCardFirstName, String creditCardLastName, String creditCardCompanyName, Email creditCardEmail, String creditCardPhone, String creditCardFax, String creditCardCustomerId, String creditCardCustomerTaxId, String creditCardStreetAddress1, String creditCardStreetAddress2, String creditCardCity, String creditCardState, String creditCardPostalCode, String creditCardCountryCode, String creditCardComments, long authorizationTime, String authorizationPrincipalName)List<Processor>ProcessorTable. getCreditCardProcessors(Account business)List<CreditCard>CreditCardTable. getCreditCards(Account business)PaymentPaymentTable. getLastCreditCardTransaction(Account bu)CreditCardCreditCardTable. getMonthlyCreditCard(Account business)Gets the active credit card with the highest priority for a business. -
Uses of Account in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return Account Modifier and Type Method Description AccountEncryptionKey. getAccount()Methods in com.aoindustries.aoserv.client.pki with parameters of type Account Modifier and Type Method Description List<EncryptionKey>EncryptionKeyTable. getEncryptionKeys(Account business) -
Uses of Account in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return Account Modifier and Type Method Description AccountBrand. getAccount()Methods in com.aoindustries.aoserv.client.reseller with parameters of type Account Modifier and Type Method Description BrandBrandTable. getBrand(Account business)Gets aBrandgiven its business. -
Uses of Account in com.aoindustries.aoserv.client.ticket
Methods in com.aoindustries.aoserv.client.ticket that return Account Modifier and Type Method Description AccountTicket. getAccount()May be null if not set or filtered.AccountAction. getNewAccount()May be null due to filteringAccountAction. getOldAccount()May be null due to filteringMethods in com.aoindustries.aoserv.client.ticket with parameters of type Account 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)List<Ticket>TicketTable. getTickets(Account business)booleanTicket. setAccount(Account oldAccount, Account newAccount)Updates the ticket business if the old business matches the current value.
-