Uses of Class
com.aoindustries.aoserv.client.email.SystemAlias
-
Packages that use SystemAlias Package Description com.aoindustries.aoserv.client.email com.aoindustries.aoserv.client.linux -
-
Uses of SystemAlias in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return SystemAlias Modifier and Type Method Description SystemAliasSystemAliasTable. get(int pkey)Methods in com.aoindustries.aoserv.client.email that return types with arguments of type SystemAlias Modifier and Type Method Description List<SystemAlias>SystemAliasTable. getSystemEmailAliases(Server ao) -
Uses of SystemAlias in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type SystemAlias Modifier and Type Method Description List<SystemAlias>Server. getSystemEmailAliases()
-