java.lang.Object
com.aoindustries.aoserv.client.AoservObject<Account.Name,Brand>
com.aoindustries.aoserv.client.CachedObject<Account.Name,Brand>
com.aoindustries.aoserv.client.account.CachedObjectAccountNameKey<Brand>
com.aoindustries.aoserv.client.reseller.Brand
- All Implemented Interfaces:
Streamable,StreamReadable,StreamWritable,Row,AoservReadable,AoservStreamable,AoservWritable,SingleTableObject<Account.Name,Brand>
A brand has separate website, packages, nameservers, and support.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class com.aoindustries.aoserv.client.account.CachedObjectAccountNameKey
pkeyFields inherited from class com.aoindustries.aoserv.client.CachedObject
tableFields inherited from class com.aoindustries.aoserv.client.AoservObject
USE_ARRAY_OF_DOMAIN, USE_SQL_DATA, USE_SQL_DATA_WRITE -
Constructor Summary
ConstructorsConstructorDescriptionBrand()Deprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly. -
Method Summary
Modifier and TypeMethodDescriptionGets the Google Analytics 4 (GA4) Measurement ID ornullif unavailable.booleanThe children of the brand are any brands that have their closest parent business (that is a brand) equal to this one.protected ObjectgetColumnImpl(int i) booleanGets the host that should be used for IMAP.booleanGets the immediate parent of this brand ornullif none available.Gets the Reseller for this Brand ornullif not a reseller.Gets the host that should be used for SMTP.voidInitializes this object from the raw database contents.voidread(StreamableInput in, AoservProtocol.Version protocolVersion) voidwrite(StreamableOutput out, AoservProtocol.Version protocolVersion) Methods inherited from class com.aoindustries.aoserv.client.account.CachedObjectAccountNameKey
equals, getKey, hashCode, toStringImplMethods inherited from class com.aoindustries.aoserv.client.CachedObject
getTable, setTableMethods inherited from class com.aoindustries.aoserv.client.AoservObject
compare, compare, compare, compare, compareIgnoreCaseConsistentWithEquals, compareTo, compareTo, compareTo, getAccountingCode, getColumn, getColumns, getColumns, getDomainLabel, getDomainLabels, getDomainName, getDto, getEmail, getGecos, getGroupId, getHashedKey, getHashedPassword, getHostname, getInetAddress, getLinuxId, getLinuxUserName, getMacAddress, getMysqlDatabaseName, getMysqlServerName, getMysqlUserName, getPort, getPostgresDatabaseName, getPostgresServerName, getPostgresUserId, getTableSchema, getTimeMillis, getTimeMillis, getUnixPath, getUserId, read, toString, write
-
Constructor Details
-
Brand
Deprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly.- See Also:
-
-
Method Details
-
getColumnImpl
- Specified by:
getColumnImplin classAoservObject<Account.Name,Brand>
-
getAccount_name
-
getAccount
- Throws:
IOExceptionSQLException
-
getNameserver1
-
getNameserver2
-
getNameserver3
-
getNameserver4
-
getSmtpLinuxServerAccount
- Throws:
IOExceptionSQLException
-
getSmtpHost
Gets the host that should be used for SMTP. Will use the hostname of the SmtpLinuxServerAccount'sServerif smtp_host is null.- Throws:
IOExceptionSQLException
-
getSmtpPassword
-
getImapLinuxServerAccount
- Throws:
SQLExceptionIOException
-
getImapHost
Gets the host that should be used for IMAP. Will use the hostname of the ImapLinuxServerAccount'sServerif imap_host is null.- Throws:
IOExceptionSQLException
-
getImapPassword
-
getSupportEmailAddress
- Throws:
IOExceptionSQLException
-
getSupportEmailDisplay
-
getSignupEmailAddress
- Throws:
IOExceptionSQLException
-
getSignupEmailDisplay
-
getTicketEncryptionFrom
- Throws:
IOExceptionSQLException
-
getTicketEncryptionRecipient
- Throws:
IOExceptionSQLException
-
getSignupEncryptionFrom
- Throws:
IOExceptionSQLException
-
getSignupEncryptionRecipient
- Throws:
IOExceptionSQLException
-
getSupportTollFree
-
getSupportDayPhone
-
getSupportEmergencyPhone1
-
getSupportEmergencyPhone2
-
getSupportFax
-
getSupportMailingAddress1
-
getSupportMailingAddress2
-
getSupportMailingAddress3
-
getSupportMailingAddress4
-
getEnglishEnabled
public boolean getEnglishEnabled() -
getJapaneseEnabled
public boolean getJapaneseEnabled() -
getAowebStrutsHttpUrlBase
-
getAowebStrutsHttpUrl
- Throws:
MalformedURLException
-
getAowebStrutsHttpsUrlBase
-
getAowebStrutsHttpsUrl
- Throws:
MalformedURLException
-
getAowebStrutsGoogleVerifyContent
-
getAowebStrutsNoindex
public boolean getAowebStrutsNoindex() -
getAowebStrutsGoogleAnalyticsNewTrackingCode
Gets the Google Analytics 4 (GA4) Measurement ID ornullif unavailable. -
getAowebStrutsSignupAdminAddress
-
getAowebStrutsVncBind
- Throws:
IOExceptionSQLException
-
getAowebStrutsKeystoreType
-
getAowebStrutsKeystorePassword
-
getTableId
- Specified by:
getTableIdin classAoservObject<Account.Name,Brand>
-
init
Description copied from class:AoservObjectInitializes this object from the raw database contents.- Specified by:
initin classAoservObject<Account.Name,Brand> - Parameters:
result- theResultSetcontaining the row to copy into this object- Throws:
SQLException
-
read
- Specified by:
readin interfaceAoservReadable- Specified by:
readin interfaceAoservStreamable- Specified by:
readin classAoservObject<Account.Name,Brand> - Throws:
IOException
-
write
- Specified by:
writein interfaceAoservStreamable- Specified by:
writein interfaceAoservWritable- Specified by:
writein classAoservObject<Account.Name,Brand> - Throws:
IOException
-
getReseller
Gets the Reseller for this Brand ornullif not a reseller.- Throws:
IOExceptionSQLException
-
getTicketBrandCategories
- Throws:
IOExceptionSQLException
-
getParentBrand
Gets the immediate parent of this brand ornullif none available.- Throws:
IOExceptionSQLException
-
getChildBrands
The children of the brand are any brands that have their closest parent business (that is a brand) equal to this one.- Throws:
IOExceptionSQLException
-
