Uses of Interface
org.opencrx.kernel.account1.jmi1.AccountAddress

Packages that use AccountAddress
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.contract1.jmi1   
 

Uses of AccountAddress in org.opencrx.kernel.account1.jmi1
 

Subinterfaces of AccountAddress in org.opencrx.kernel.account1.jmi1
 interface EmailAddress
          Class EMailAddress
 interface PhoneNumber
          Class PhoneNumber
 interface PostalAddress
          Class PostalAddress
 interface Room
          Class Room
 interface WebAddress
          Class WebAddress
 

Methods in org.opencrx.kernel.account1.jmi1 with type parameters of type AccountAddress
<T extends AccountAddress>
List<T>
Segment.getAddress(AccountAddressQuery query)
          Retrieves the value for the reference address for the specified query.
<T extends AccountAddress>
List<T>
Account.getAddress(AccountAddressQuery query)
          Retrieves the value for the reference address for the specified query.
<T extends AccountAddress>
List<T>
AbstractFilterAddress.getFilteredAddress(AccountAddressQuery query)
          Retrieves the value for the reference filteredAddress for the specified query.
 

Methods in org.opencrx.kernel.account1.jmi1 that return AccountAddress
 AccountAddress Segment.getAddress(boolean idIsPersistent, String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 AccountAddress Account.getAddress(boolean idIsPersistent, String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 AccountAddress Segment.getAddress(String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 AccountAddress Account.getAddress(String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 AccountAddress AbstractFilterAddress.getFilteredAddress(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.
 AccountAddress AbstractFilterAddress.getFilteredAddress(String id)
          Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type AccountAddress
 void Account.addAddress(boolean idIsPersistent, String id, AccountAddress address)
          Adds the specified element to the set of the values for the reference address.
 void Account.addAddress(String id, AccountAddress address)
          Adds the specified element to the set of the values for the reference address using a reassignable qualifier.
 

Uses of AccountAddress in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 that return AccountAddress
 AccountAddress AddressGroupMember.getAddress()
          Retrieves the value for the reference address.
 AccountAddress EmailRecipient.getParty()
          Retrieves the value for the reference party.
 AccountAddress Email.getSender()
          Retrieves the value for the reference sender.
 

Uses of AccountAddress in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return AccountAddress
static AccountAddress[] Accounts.getMainAddresses(Account account)
          Return main home and business addresses of given account.
 

Methods in org.opencrx.kernel.backend with parameters of type AccountAddress
static String Activities.getInternetAddress(AccountAddress address, String gateway)
           
 

Uses of AccountAddress in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 that return AccountAddress
 AccountAddress AccountAddress.getAddress()
          Retrieves the value for the reference address.
 



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.