Liferay 7.0-ce-b4

com.liferay.portlet.expando.util
Class ExpandoBridgeUtil

java.lang.Object
  extended by com.liferay.portlet.expando.util.ExpandoBridgeUtil

public class ExpandoBridgeUtil
extends Object


Constructor Summary
ExpandoBridgeUtil()
           
 
Method Summary
static void copyExpandoBridgeAttributes(ExpandoBridge oldExpandoBridge, ExpandoBridge newExpandoBridge)
           
static void setExpandoBridgeAttributes(ExpandoBridge oldExpandoBridge, ExpandoBridge newExpandoBridge, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoBridgeUtil

public ExpandoBridgeUtil()
Method Detail

copyExpandoBridgeAttributes

public static void copyExpandoBridgeAttributes(ExpandoBridge oldExpandoBridge,
                                               ExpandoBridge newExpandoBridge)

setExpandoBridgeAttributes

public static void setExpandoBridgeAttributes(ExpandoBridge oldExpandoBridge,
                                              ExpandoBridge newExpandoBridge,
                                              ServiceContext serviceContext)

Liferay 7.0-ce-b4