Liferay 6.0.5

com.liferay.portlet.communities.util
Class CommunitiesUtil

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

public class CommunitiesUtil
extends Object


Constructor Summary
CommunitiesUtil()
           
 
Method Summary
static void applyLayoutSetPrototypes(Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId)
           
static void copyLayoutSet(LayoutSet sourceLayoutSet, LayoutSet targetLayoutSet)
           
static void deleteLayout(ActionRequest actionRequest, ActionResponse actionResponse)
           
static void deleteLayout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void deleteLayout(RenderRequest renderRequest, RenderResponse renderResponse)
           
static Map<String,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(Group group,
                                            long publicLayoutSetPrototypeId,
                                            long privateLayoutSetPrototypeId)
                                     throws Exception
Throws:
Exception

copyLayoutSet

public static void copyLayoutSet(LayoutSet sourceLayoutSet,
                                 LayoutSet targetLayoutSet)
                          throws Exception
Throws:
Exception

deleteLayout

public static void deleteLayout(ActionRequest actionRequest,
                                ActionResponse actionResponse)
                         throws Exception
Throws:
Exception

deleteLayout

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

deleteLayout

public static void deleteLayout(RenderRequest renderRequest,
                                RenderResponse renderResponse)
                         throws Exception
Throws:
Exception

getLayoutSetPrototypeParameters

public static Map<String,String[]> getLayoutSetPrototypeParameters()

Liferay 6.0.5