Liferay 7.0-ce-m3

com.liferay.portal.events
Class AddDefaultDDMTemplatesAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.liferay.portal.events.AddDefaultDDMTemplatesAction
All Implemented Interfaces:
LifecycleAction

public class AddDefaultDDMTemplatesAction
extends SimpleAction


Constructor Summary
AddDefaultDDMTemplatesAction()
           
 
Method Summary
protected  void addDDMTemplates(long userId, long groupId, ServiceContext serviceContext)
           
protected  void doRun(long companyId)
           
protected  Map<Locale,String> getLocalizationMap(long groupId, String key)
           
 void run(String[] ids)
           
 
Methods inherited from class com.liferay.portal.kernel.events.SimpleAction
processLifecycleEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDefaultDDMTemplatesAction

public AddDefaultDDMTemplatesAction()
Method Detail

run

public void run(String[] ids)
         throws ActionException
Specified by:
run in class SimpleAction
Throws:
ActionException

addDDMTemplates

protected void addDDMTemplates(long userId,
                               long groupId,
                               ServiceContext serviceContext)
                        throws Exception
Throws:
Exception

doRun

protected void doRun(long companyId)
              throws Exception
Throws:
Exception

getLocalizationMap

protected Map<Locale,String> getLocalizationMap(long groupId,
                                                String key)

Liferay 7.0-ce-m3