com.liferay.portal.kernel.upgrade
Class BaseUpgradeLastPublishDate
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.kernel.upgrade.BaseUpgradeLastPublishDate
- All Implemented Interfaces:
- DBProcess, UpgradeStep
- Direct Known Subclasses:
- UpgradeLastPublishDate
public abstract class BaseUpgradeLastPublishDate
- extends UpgradeProcess
| Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess |
doUpgrade, getThreshold, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseUpgradeLastPublishDate
public BaseUpgradeLastPublishDate()
getLayoutSetLastPublishDate
protected Date getLayoutSetLastPublishDate(long groupId)
throws Exception
- Throws:
Exception
getPortletLastPublishDate
protected Date getPortletLastPublishDate(long groupId,
String portletId)
throws Exception
- Throws:
Exception
getStagedGroupIds
protected List<Long> getStagedGroupIds()
throws Exception
- Throws:
Exception
updateLastPublishDates
protected void updateLastPublishDates(String portletId,
String tableName)
throws Exception
- Throws:
Exception
updateStagedModelLastPublishDates
protected void updateStagedModelLastPublishDates(long groupId,
String tableName,
Date lastPublishDate)
throws Exception
- Throws:
Exception