com.liferay.portal.mirage.custom
Class ContentViewServiceImpl

java.lang.Object
  extended by com.liferay.portal.mirage.custom.ContentViewServiceImpl
All Implemented Interfaces:
com.sun.portal.cms.mirage.service.custom.ContentViewService

public class ContentViewServiceImpl
extends java.lang.Object
implements com.sun.portal.cms.mirage.service.custom.ContentViewService

View Source

Author:
Jorge Ferrer

Constructor Summary
ContentViewServiceImpl()
           
 
Method Summary
 java.lang.String getContentView(com.sun.portal.cms.mirage.model.custom.Content content, java.lang.String appContextName)
           
 java.lang.String getContentView(com.sun.portal.cms.mirage.model.custom.Content content, java.lang.String version, java.lang.String username, java.lang.String appContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentViewServiceImpl

public ContentViewServiceImpl()
Method Detail

getContentView

public java.lang.String getContentView(com.sun.portal.cms.mirage.model.custom.Content content,
                                       java.lang.String appContextName)
                                throws com.sun.portal.cms.mirage.exception.ViewGenerationException
Specified by:
getContentView in interface com.sun.portal.cms.mirage.service.custom.ContentViewService
Throws:
com.sun.portal.cms.mirage.exception.ViewGenerationException

getContentView

public java.lang.String getContentView(com.sun.portal.cms.mirage.model.custom.Content content,
                                       java.lang.String version,
                                       java.lang.String username,
                                       java.lang.String appContextName)
                                throws com.sun.portal.cms.mirage.exception.ViewGenerationException
Specified by:
getContentView in interface com.sun.portal.cms.mirage.service.custom.ContentViewService
Throws:
com.sun.portal.cms.mirage.exception.ViewGenerationException