List of usage examples for com.liferay.portal.kernel.events SimpleAction subclass-usage
From source file au.com.permeance.liferay.clojure.RegisterClojureExecutorAction.java
/**
* This class provides a liferay action which registers the ClojureScriptingExecutor to liferay for script execution.
*
* @see SimpleAction
* @see ClojureScriptingExecutor
*/
From source file au.com.redbarn.liferay.property.modifier.PropertyModifierStartupAction.java
/**
* Property modifier action.
*
* @author peter
*
*/
From source file br.com.thiagomoreira.liferay.plugins.events.SetupBrazilianRegionsStartupAction.java
/** * @author Thiago Leo Moreira */ public class SetupBrazilianRegionsStartupAction extends SimpleAction { public void run(String[] companyIds) throws ActionException {
From source file br.com.thiagomoreira.liferay.plugins.fixvirtualhost.FixVirtualHostAction.java
/** * @author Thiago Moreira */ public class FixVirtualHostAction extends SimpleAction { private static Log log = LogFactoryUtil.getLog(FixVirtualHostAction.class);
From source file br.com.thiagomoreira.liferay.plugins.ReplaceThemeIdsAction.java
/** * @author Thiago Leo Moreira */ public class ReplaceThemeIdsAction extends SimpleAction { private static Log log = LogFactoryUtil.getLog(ReplaceThemeIdsAction.class);
From source file br.com.thiagomoreira.portal.events.SetupBrazilianRegionsStartupAction.java
/** * @author Thiago Leo Moreira */ public class SetupBrazilianRegionsStartupAction extends SimpleAction { public void run(String[] companyIds) throws ActionException {
From source file com.abubusoft.liferay.linkedin.action.AddLinkedinExpandoFieldsAction.java
/** * @author Christopher Dimitriadis */ public class AddLinkedinExpandoFieldsAction extends SimpleAction { private static Log _log = LogFactoryUtil.getLog(AddLinkedinExpandoFieldsAction.class);
From source file com.abubusoft.liferay.twitter.action.AddTwitterExpandoFieldsAction.java
/** * @author Christopher Dimitriadis */ public class AddTwitterExpandoFieldsAction extends SimpleAction { private static Log _log = LogFactoryUtil.getLog(AddTwitterExpandoFieldsAction.class);
From source file com.ext.portlet.models.StartupAction.java
/** * */ public class StartupAction extends SimpleAction { private static Log _log = LogFactoryUtil.getLog(StartupAction.class);
From source file com.inkwell.internet.shopping.startup.StartupAction.java
/**
* This StartupAction ensures that the expando table required for the image URL
* exists when it's needed.
*
* @author Rich Sezov
*/