Example usage for com.liferay.portal.upgrade.registry UpgradeStepRegistrator interface-usage

List of usage examples for com.liferay.portal.upgrade.registry UpgradeStepRegistrator interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.upgrade.registry UpgradeStepRegistrator interface-usage.

Usage

From source file com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.AdaptiveMediaDocumentLibraryThumbnailsUpgrade.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AdaptiveMediaDocumentLibraryThumbnailsUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.AMDocumentLibraryThumbnailsUpgrade.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AMDocumentLibraryThumbnailsUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.adaptive.media.web.internal.upgrade.AdaptiveMediaWebUpgrade.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AdaptiveMediaWebUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.adaptive.media.web.internal.upgrade.AMWebUpgrade.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AMWebUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.announcements.web.internal.upgrade.AnnouncementsWebUpgrade.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AnnouncementsWebUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.asset.browser.web.internal.upgrade.AssetBrowserWebUpgrade.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AssetBrowserWebUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.asset.categories.navigation.web.internal.upgrade.AssetCategoriesNavigationWebUpgrade.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AssetCategoriesNavigationWebUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.asset.categories.selector.web.update.AssetCategoriesSelectorWebUpgrade.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AssetCategoriesSelectorWebUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.asset.category.property.internal.upgrade.AssetCategoryPropertyServiceUpgrade.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AssetCategoryPropertyServiceUpgrade implements UpgradeStepRegistrator {

From source file com.liferay.asset.display.web.internal.upgrade.AssetDisplayWebUpgrade.java

/**
 * @author Eudaldo Alonso
 */
@Component(immediate = true, service = UpgradeStepRegistrator.class)
public class AssetDisplayWebUpgrade implements UpgradeStepRegistrator {