Liferay 7.0-ce-b4

com.liferay.portal.util
Class DefaultLayoutSetPrototypesUtil

java.lang.Object
  extended by com.liferay.portal.util.DefaultLayoutSetPrototypesUtil

public class DefaultLayoutSetPrototypesUtil
extends Object


Constructor Summary
DefaultLayoutSetPrototypesUtil()
           
 
Method Summary
static LayoutSet addLayoutSetPrototype(long companyId, long defaultUserId, String nameKey, String descriptionKey, List<LayoutSetPrototype> layoutSetPrototypes, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLayoutSetPrototypesUtil

public DefaultLayoutSetPrototypesUtil()
Method Detail

addLayoutSetPrototype

public static LayoutSet addLayoutSetPrototype(long companyId,
                                              long defaultUserId,
                                              String nameKey,
                                              String descriptionKey,
                                              List<LayoutSetPrototype> layoutSetPrototypes,
                                              ClassLoader classLoader)
                                       throws Exception
Throws:
Exception

Liferay 7.0-ce-b4