com.liferay.portal.upgrade.v7_0_0
Class UpgradeDynamicDataMapping
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.upgrade.v7_0_0.UpgradeDynamicDataMapping
- All Implemented Interfaces:
- DBProcess
- Direct Known Subclasses:
- UpgradeBaseJournal
public class UpgradeDynamicDataMapping
- extends UpgradeProcess
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeDynamicDataMapping
public UpgradeDynamicDataMapping()
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