Package com.centraview.common

Examples of com.centraview.common.AddressList


  /**
   * Returns All Address for contactId and ContactType.
   */
  public AddressList getAllAddresses(int contactId,int contactType)
  {
    AddressList  addressList = null;
    try
    {
      InitialContext ic = CVUtility.getInitialContext();
      ContactListLocalHome home = (ContactListLocalHome)ic.lookup("local/ContactList");
      ContactListLocal remote =  home.create();
View Full Code Here

TOP

Related Classes of com.centraview.common.AddressList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.