Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.util
Class ExpandoBridgeFactoryImpl

java.lang.Object
  extended by com.liferay.portlet.expando.util.ExpandoBridgeFactoryImpl
All Implemented Interfaces:
ExpandoBridgeFactory

public class ExpandoBridgeFactoryImpl
extends Object
implements ExpandoBridgeFactory


Constructor Summary
ExpandoBridgeFactoryImpl()
           
 
Method Summary
 ExpandoBridge getExpandoBridge(long companyId, String className)
           
 ExpandoBridge getExpandoBridge(long companyId, String className, long classPK)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoBridgeFactoryImpl

public ExpandoBridgeFactoryImpl()
Method Detail

getExpandoBridge

public ExpandoBridge getExpandoBridge(long companyId,
                                      String className)
Specified by:
getExpandoBridge in interface ExpandoBridgeFactory

getExpandoBridge

public ExpandoBridge getExpandoBridge(long companyId,
                                      String className,
                                      long classPK)
Specified by:
getExpandoBridge in interface ExpandoBridgeFactory

Liferay 6.1.2-ce-ga3