com.liferay.portlet.communities.util
Class CommunitiesUtil

java.lang.Object
  extended by com.liferay.portlet.communities.util.CommunitiesUtil

public class CommunitiesUtil
extends java.lang.Object

View Source

Author:
Raymond Augé

Constructor Summary
CommunitiesUtil()
           
 
Method Summary
static void applyLayoutSetPrototypes(com.liferay.portal.model.Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId)
           
static void copyLayoutSet(com.liferay.portal.model.LayoutSet sourceLayoutSet, com.liferay.portal.model.LayoutSet targetLayoutSet)
           
static void deleteLayout(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
static void deleteLayout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void deleteLayout(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
static java.util.Map<java.lang.String,java.lang.String[]> getLayoutSetPrototypeParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunitiesUtil

public CommunitiesUtil()
Method Detail

applyLayoutSetPrototypes

public static void applyLayoutSetPrototypes(com.liferay.portal.model.Group group,
                                            long publicLayoutSetPrototypeId,
                                            long privateLayoutSetPrototypeId)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

copyLayoutSet

public static void copyLayoutSet(com.liferay.portal.model.LayoutSet sourceLayoutSet,
                                 com.liferay.portal.model.LayoutSet targetLayoutSet)
                          throws java.lang.Exception
Throws:
java.lang.Exception

deleteLayout

public static void deleteLayout(javax.portlet.ActionRequest actionRequest,
                                javax.portlet.ActionResponse actionResponse)
                         throws java.lang.Exception
Throws:
java.lang.Exception

deleteLayout

public static void deleteLayout(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws java.lang.Exception
Throws:
java.lang.Exception

deleteLayout

public static void deleteLayout(javax.portlet.RenderRequest renderRequest,
                                javax.portlet.RenderResponse renderResponse)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getLayoutSetPrototypeParameters

public static java.util.Map<java.lang.String,java.lang.String[]> getLayoutSetPrototypeParameters()