com.dotmarketing.cms.factories
Class PublicAddressFactory

java.lang.Object
  extended by AddressUtil
      extended by com.dotmarketing.cms.factories.PublicAddressFactory

public class PublicAddressFactory
extends AddressUtil

View Source

Version:
$Revision: 1.1 $
Author:
Brian Wing Shun Chan

Constructor Summary
PublicAddressFactory()
           
 
Method Summary
static void delete(Address a)
           
static Address getAddressById(java.lang.String p0)
           
static java.util.List getAddressesByUserId(java.lang.String p0)
           
static Address getInstance()
           
static void save(Address a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicAddressFactory

public PublicAddressFactory()
Method Detail

getAddressesByUserId

public static java.util.List getAddressesByUserId(java.lang.String p0)
                                           throws SystemException
Throws:
SystemException

getAddressById

public static Address getAddressById(java.lang.String p0)
                              throws SystemException
Throws:
SystemException

getInstance

public static Address getInstance()

save

public static void save(Address a)

delete

public static void delete(Address a)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.