Liferay 7.0-ce-m3

com.liferay.portal.upgrade.v7_0_0
Class UpgradeDynamicDataMapping

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBProcess
      extended by com.liferay.portal.kernel.upgrade.UpgradeProcess
          extended by com.liferay.portal.upgrade.v7_0_0.UpgradeDynamicDataMapping
All Implemented Interfaces:
DBProcess
Direct Known Subclasses:
UpgradeBaseJournal

public class UpgradeDynamicDataMapping
extends UpgradeProcess


Constructor Summary
UpgradeDynamicDataMapping()
           
 
Method Summary
protected  void addStructureVersion(long structureVersionId, long groupId, long companyId, long userId, String userName, Timestamp createDate, long structureId, String name, String description, String definition, String storageType, int type)
           
protected  void addStructureVersions()
           
protected  void addTemplateVersion(long templateVersionId, long groupId, long companyId, long userId, String userName, Timestamp createDate, long templateId, String name, String description, String language, String script)
           
protected  void addTemplateVersions()
           
protected  void doUpgrade()
           
 
Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess
doHasTable, getThreshold, hasTable, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, tableHasColumn, tableHasData, upgrade, upgrade, upgrade, upgradeTable, upgradeTable
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
runSQL, runSQL, runSQLTemplate, runSQLTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeDynamicDataMapping

public UpgradeDynamicDataMapping()
Method Detail

addStructureVersion

protected void addStructureVersion(long structureVersionId,
                                   long groupId,
                                   long companyId,
                                   long userId,
                                   String userName,
                                   Timestamp createDate,
                                   long structureId,
                                   String name,
                                   String description,
                                   String definition,
                                   String storageType,
                                   int type)
                            throws Exception
Throws:
Exception

addStructureVersions

protected void addStructureVersions()
                             throws Exception
Throws:
Exception

addTemplateVersion

protected void addTemplateVersion(long templateVersionId,
                                  long groupId,
                                  long companyId,
                                  long userId,
                                  String userName,
                                  Timestamp createDate,
                                  long templateId,
                                  String name,
                                  String description,
                                  String language,
                                  String script)
                           throws Exception
Throws:
Exception

addTemplateVersions

protected void addTemplateVersions()
                            throws Exception
Throws:
Exception

doUpgrade

protected void doUpgrade()
                  throws Exception
Overrides:
doUpgrade in class UpgradeProcess
Throws:
Exception

Liferay 7.0-ce-m3