com.dotmarketing.cms.factories
Class PublicAddressFactory

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

public class PublicAddressFactory
extends com.liferay.portal.ejb.AddressUtil


Field Summary
 
Fields inherited from class com.liferay.portal.ejb.AddressUtil
LISTENER, PERSISTENCE
 
Constructor Summary
PublicAddressFactory()
           
 
Method Summary
static void delete(com.liferay.portal.model.Address a)
           
static com.liferay.portal.model.Address getAddressById(java.lang.String p0)
           
static java.util.List<com.liferay.portal.model.Address> getAddressesByUserId(java.lang.String p0)
           
static com.liferay.portal.model.Address getInstance()
           
static void save(com.liferay.portal.model.Address a)
           
 
Methods inherited from class com.liferay.portal.ejb.AddressUtil
countByC_C_C, countByC_C, countByCompanyId, countByUserId, create, findAll, findByC_C_C_First, findByC_C_C_Last, findByC_C_C_PrevAndNext, findByC_C_C, findByC_C_C, findByC_C_C, findByC_C_First, findByC_C_Last, findByC_C_PrevAndNext, findByC_C, findByC_C, findByC_C, findByCompanyId_First, findByCompanyId_Last, findByCompanyId_PrevAndNext, findByCompanyId, findByCompanyId, findByCompanyId, findByPrimaryKey, findByUserId_First, findByUserId_Last, findByUserId_PrevAndNext, findByUserId, findByUserId, findByUserId, remove, removeByC_C_C, removeByC_C, removeByCompanyId, removeByUserId, update
 
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<com.liferay.portal.model.Address> getAddressesByUserId(java.lang.String p0)
                                                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getAddressById

public static com.liferay.portal.model.Address getAddressById(java.lang.String p0)
                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getInstance

public static com.liferay.portal.model.Address getInstance()

save

public static void save(com.liferay.portal.model.Address a)

delete

public static void delete(com.liferay.portal.model.Address a)


Copyright © 2013 dotCMS Inc. All Rights Reserved.