com.germinus.merlin.manager.layout
Class LayoutManagerFactory

java.lang.Object
  extended by com.germinus.merlin.manager.layout.LayoutManagerFactory
All Implemented Interfaces:
ILayoutManagerFactory

public class LayoutManagerFactory
extends java.lang.Object
implements ILayoutManagerFactory


Field Summary
 
Fields inherited from interface com.germinus.merlin.manager.layout.ILayoutManagerFactory
BLOG, DOCUMENT, FORUM
 
Method Summary
 PagePortletConfiguration getBlogPageConfiguration()
           
 PagePortletConfiguration getDocumentPageConfiguration()
           
 PagePortletConfiguration getForumPageConfiguration()
           
 ILayoutManager getLayoutManager(int type)
           
 com.germinus.liferay.util.ILiferayUtil getLiferayUtil()
           
 void setBlogPageConfiguration(PagePortletConfiguration blogPageProperties)
           
 void setDocumentPageConfiguration(PagePortletConfiguration documentPageProperties)
           
 void setForumPageConfiguration(PagePortletConfiguration forumPageProperties)
           
 void setLiferayUtil(com.germinus.liferay.util.ILiferayUtil liferayUtil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLayoutManager

public ILayoutManager getLayoutManager(int type)
Specified by:
getLayoutManager in interface ILayoutManagerFactory

getBlogPageConfiguration

public PagePortletConfiguration getBlogPageConfiguration()
Specified by:
getBlogPageConfiguration in interface ILayoutManagerFactory
Returns:
the blogPageProperties

setBlogPageConfiguration

public void setBlogPageConfiguration(PagePortletConfiguration blogPageProperties)
Specified by:
setBlogPageConfiguration in interface ILayoutManagerFactory
Parameters:
blogPageProperties - the blogPageProperties to set

getDocumentPageConfiguration

public PagePortletConfiguration getDocumentPageConfiguration()
Specified by:
getDocumentPageConfiguration in interface ILayoutManagerFactory
Returns:
the documentPageProperties

setDocumentPageConfiguration

public void setDocumentPageConfiguration(PagePortletConfiguration documentPageProperties)
Specified by:
setDocumentPageConfiguration in interface ILayoutManagerFactory
Parameters:
documentPageProperties - the documentPageProperties to set

getForumPageConfiguration

public PagePortletConfiguration getForumPageConfiguration()
Specified by:
getForumPageConfiguration in interface ILayoutManagerFactory
Returns:
the forumPageProperties

setForumPageConfiguration

public void setForumPageConfiguration(PagePortletConfiguration forumPageProperties)
Specified by:
setForumPageConfiguration in interface ILayoutManagerFactory
Parameters:
forumPageProperties - the forumPageProperties to set

getLiferayUtil

public com.germinus.liferay.util.ILiferayUtil getLiferayUtil()
Specified by:
getLiferayUtil in interface ILayoutManagerFactory
Returns:
the liferayUtil

setLiferayUtil

public void setLiferayUtil(com.germinus.liferay.util.ILiferayUtil liferayUtil)
Specified by:
setLiferayUtil in interface ILayoutManagerFactory
Parameters:
liferayUtil - the liferayUtil to set


Copyright © 2008. All Rights Reserved.