Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.upgrade.util.UpgradeColumn

Packages that use UpgradeColumn
com.liferay.portal.kernel.upgrade.util   
com.liferay.portal.upgrade.util   
com.liferay.portal.upgrade.v5_0_0.util   
com.liferay.portal.upgrade.v5_1_0.util   
com.liferay.portal.upgrade.v5_1_2.util   
com.liferay.portal.upgrade.v5_1_5.util   
com.liferay.portal.upgrade.v5_2_0.util   
com.liferay.portal.upgrade.v6_0_0.util   
 

Uses of UpgradeColumn in com.liferay.portal.kernel.upgrade.util
 

Classes in com.liferay.portal.kernel.upgrade.util that implement UpgradeColumn
 class BaseUpgradeColumnImpl
           
 class DateUpgradeColumnImpl
           
 class SwapUpgradeColumnImpl
           
 class TempUpgradeColumnImpl
           
 

Methods in com.liferay.portal.kernel.upgrade.util with parameters of type UpgradeColumn
 UpgradeTable UpgradeTableFactory.getUpgradeTable(String tableName, Object[][] columns, UpgradeColumn... upgradeColumns)
           
static UpgradeTable UpgradeTableFactoryUtil.getUpgradeTable(String tableName, Object[][] columns, UpgradeColumn... upgradeColumns)
           
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.util
 

Classes in com.liferay.portal.upgrade.util that implement UpgradeColumn
 class LazyPKUpgradeColumnImpl
           
 class PKUpgradeColumnImpl
           
 

Methods in com.liferay.portal.upgrade.util with parameters of type UpgradeColumn
protected  void DefaultUpgradeTableImpl.getSortedColumnName(List<String> sortedColumnNames, UpgradeColumn upgradeColumn)
           
 UpgradeTable DefaultUpgradeTableFactoryImpl.getUpgradeTable(String tableName, Object[][] columns, UpgradeColumn... upgradeColumns)
           
protected  void DefaultUpgradeTableImpl.prepareUpgradeColumns(UpgradeColumn upgradeColumn)
           
 

Constructors in com.liferay.portal.upgrade.util with parameters of type UpgradeColumn
DefaultUpgradeTableImpl(String tableName, Object[][] columns, UpgradeColumn... upgradeColumns)
           
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.v5_0_0.util
 

Classes in com.liferay.portal.upgrade.v5_0_0.util that implement UpgradeColumn
 class IGFolderNameColumnImpl
           
 class IGImageNameColumnImpl
           
 

Constructors in com.liferay.portal.upgrade.v5_0_0.util with parameters of type UpgradeColumn
IGFolderNameColumnImpl(UpgradeColumn groupIdColumn, UpgradeColumn parentFolderIdColumn)
           
IGImageNameColumnImpl(UpgradeColumn imageIdColumn)
           
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.v5_1_0.util
 

Classes in com.liferay.portal.upgrade.v5_1_0.util that implement UpgradeColumn
 class BlogsEntryUrlTitleUpgradeColumnImpl
           
 

Constructors in com.liferay.portal.upgrade.v5_1_0.util with parameters of type UpgradeColumn
BlogsEntryUrlTitleUpgradeColumnImpl(UpgradeColumn entryIdColumn, UpgradeColumn titleColumn)
           
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.v5_1_2.util
 

Classes in com.liferay.portal.upgrade.v5_1_2.util that implement UpgradeColumn
 class CalEventRecurrenceUpgradeColumnImpl
          Deprecated.  
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.v5_1_5.util
 

Classes in com.liferay.portal.upgrade.v5_1_5.util that implement UpgradeColumn
 class TagsPropertyValueUpgradeColumnImpl
           
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.v5_2_0.util
 

Classes in com.liferay.portal.upgrade.v5_2_0.util that implement UpgradeColumn
 class OrganizationTypeUpgradeColumnImpl
           
 

Constructors in com.liferay.portal.upgrade.v5_2_0.util with parameters of type UpgradeColumn
OrganizationTypeUpgradeColumnImpl(UpgradeColumn locationColumn)
           
 

Uses of UpgradeColumn in com.liferay.portal.upgrade.v6_0_0.util
 

Classes in com.liferay.portal.upgrade.v6_0_0.util that implement UpgradeColumn
 class DLFileEntryNameUpgradeColumnImpl
           
 class DLFileEntryTitleUpgradeColumnImpl
           
 class DLFileEntryVersionUpgradeColumnImpl
           
 

Constructors in com.liferay.portal.upgrade.v6_0_0.util with parameters of type UpgradeColumn
DLFileEntryTitleUpgradeColumnImpl(UpgradeColumn nameColumn, String title)
           
 


Liferay 6.1.2-ce-ga3