com.germinus.merlin.manager.layout
Class LayoutManagerFactory
java.lang.Object
com.germinus.merlin.manager.layout.LayoutManagerFactory
- All Implemented Interfaces:
- ILayoutManagerFactory
public class LayoutManagerFactory
- extends java.lang.Object
- implements ILayoutManagerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.