com.germinus.merlin.manager.layout
Interface ILayoutManager

All Known Implementing Classes:
LayoutManager

public interface ILayoutManager


Field Summary
static long DEFAULT_PARENT_LAYOUT_ID
           
 
Method Summary
 long addPage(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PagePortletConfiguration pagePortletConfiguration)
           
 java.lang.String addPortlet(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, java.lang.String portletId)
           
 long addSubPage(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, PagePortletConfiguration pagePortletConfiguration)
           
 int deletePage(long layoutId)
           
 PagePortletConfiguration getPageProperties()
           
 int listLayoutChildren(com.liferay.portal.model.Layout layout)
           
 void setPageProperties(PagePortletConfiguration pageProperties)
           
 

Field Detail

DEFAULT_PARENT_LAYOUT_ID

static final long DEFAULT_PARENT_LAYOUT_ID
See Also:
Constant Field Values
Method Detail

addPage

long addPage(javax.portlet.RenderRequest request,
             javax.portlet.RenderResponse response,
             PagePortletConfiguration pagePortletConfiguration)
             throws java.lang.Exception
Parameters:
request -
response -
name -
pagePortletConfiguration -
Returns:
Throws:
java.lang.Exception
Since:
1.0

addPortlet

java.lang.String addPortlet(javax.portlet.RenderRequest request,
                            javax.portlet.RenderResponse response,
                            java.lang.String portletId)
                            throws java.lang.Exception
Parameters:
request -
response -
portletId -
Returns:
Throws:
java.lang.Exception

addSubPage

long addSubPage(javax.portlet.RenderRequest request,
                javax.portlet.RenderResponse response,
                PagePortletConfiguration pagePortletConfiguration)
                throws java.lang.Exception
Parameters:
request -
response -
Returns:
Throws:
java.lang.Exception

deletePage

int deletePage(long layoutId)
Returns:

listLayoutChildren

int listLayoutChildren(com.liferay.portal.model.Layout layout)
                       throws com.liferay.portal.SystemException,
                              com.liferay.portal.PortalException
Parameters:
layout -
Returns:
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
Since:
1.0

getPageProperties

PagePortletConfiguration getPageProperties()
Returns:
Since:
1.0

setPageProperties

void setPageProperties(PagePortletConfiguration pageProperties)
Parameters:
pageProperties -
Since:
1.0


Copyright © 2008. All Rights Reserved.