- java.lang.Object
-
- com.aoindustries.aoserv.client.Schema
-
- com.aoindustries.aoserv.client.email.Schema
-
- All Implemented Interfaces:
SchemaParent
public class Schema extends Schema
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description Schema(AOServConnector connector)
-
Method Summary
-
Methods inherited from class com.aoindustries.aoserv.client.Schema
getConnector, getSchemas, toString
-
-
-
-
Constructor Detail
-
Schema
public Schema(AOServConnector connector)
-
-
Method Detail
-
getAddress
public AddressTable getAddress()
-
getAttachmentBlock
public AttachmentBlockTable getAttachmentBlock()
-
getAttachmentType
public AttachmentTypeTable getAttachmentType()
-
getBlackholeAddress
public BlackholeAddressTable getBlackholeAddress()
-
getCyrusImapdBind
public CyrusImapdBindTable getCyrusImapdBind()
-
getCyrusImapdServer
public CyrusImapdServerTable getCyrusImapdServer()
-
getDomain
public DomainTable getDomain()
-
getForwarding
public ForwardingTable getForwarding()
-
getInboxAddress
public InboxAddressTable getInboxAddress()
-
getList
public ListTable getList()
-
getListAddress
public ListAddressTable getListAddress()
-
getMajordomoList
public MajordomoListTable getMajordomoList()
-
getMajordomoServer
public MajordomoServerTable getMajordomoServer()
-
getMajordomoVersion
public MajordomoVersionTable getMajordomoVersion()
-
getPipe
public PipeTable getPipe()
-
getPipeAddress
public PipeAddressTable getPipeAddress()
-
getSendmailBind
public SendmailBindTable getSendmailBind()
-
getSendmailServer
public SendmailServerTable getSendmailServer()
-
getSmtpRelay
public SmtpRelayTable getSmtpRelay()
-
getSmtpRelayType
public SmtpRelayTypeTable getSmtpRelayType()
-
getSmtpSmartHost
public SmtpSmartHostTable getSmtpSmartHost()
-
getSmtpSmartHostDomain
public SmtpSmartHostDomainTable getSmtpSmartHostDomain()
-
getSpamAssassinMode
public SpamAssassinModeTable getSpamAssassinMode()
-
getSpamMessage
public SpamMessageTable getSpamMessage()
-
getSystemAlias
public SystemAliasTable getSystemAlias()
-
getTables
public List<? extends AOServTable<?,?>> getTables()
Description copied from class:SchemaGets an unmodifiable list of all of the tables in the schema.
-
-