ZMObject
|
+--ZMAddresses
public class ZMAddresses
extends ZMObject
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| ZMAddress | createAddress(mixed address, ZMAddress The) Create a new address. |
| void | deleteAddressForId(mixed addressId, int The, boolean Delte an address. |
| ZMAddress | getAddressForId(int addressId) Get the address for the given id. |
| string | getAddressFormatForId(int addressFormatId) Get the address format for the given address format id. |
| array | getAddressesForAccountId(int accountId) Get all addresses for the given account id. |
| static void | instance() Get instance. |
| ZMAddress | updateAddress(mixed address, ZMAddress account) Update the given address. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| backtrace, create, log, singleton | |
public ZMAddresses()
Create new instance. /
public ZMAddress createAddress(mixed address, ZMAddress The)
Create a new address.
public void deleteAddressForId(mixed addressId, int The, boolean true.)
Delte an address.
public ZMAddress getAddressForId(int addressId)
Get the address for the given id.
null.public string getAddressFormatForId(int addressFormatId)
Get the address format for the given address format id.
public array getAddressesForAccountId(int accountId)
Get all addresses for the given account id.
ZMAddress instances.public static void instance()
Get instance. /
public ZMAddress updateAddress(mixed address, ZMAddress account)
Update the given address.
Addresses.