com.liferay.portal.upgrade.v5_1_5.util
Class ExpandoTableDependencyManager
java.lang.Object
com.liferay.portal.upgrade.v5_1_5.util.DependencyManager
com.liferay.portal.upgrade.v5_1_5.util.ExpandoTableDependencyManager
public class ExpandoTableDependencyManager
- extends DependencyManager
Method Summary |
void |
update(long oldPrimaryKeyValue,
Object[] oldColumnValues,
Object[] oldExtraColumnValues,
long newPrimaryKeyValue,
Object[] newColumnValues,
Object[] newExtraColumnValues)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoTableDependencyManager
public ExpandoTableDependencyManager()
update
public void update(long oldPrimaryKeyValue,
Object[] oldColumnValues,
Object[] oldExtraColumnValues,
long newPrimaryKeyValue,
Object[] newColumnValues,
Object[] newExtraColumnValues)
throws Exception
- Specified by:
update
in class DependencyManager
- Throws:
Exception