Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Class LayoutRevisionServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutRevisionServiceWrapper
All Implemented Interfaces:
LayoutRevisionService, ServiceWrapper<LayoutRevisionService>

public class LayoutRevisionServiceWrapper
extends Object
implements LayoutRevisionService, ServiceWrapper<LayoutRevisionService>

This class is a wrapper for LayoutRevisionService.

See Also:
LayoutRevisionService

Constructor Summary
LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
           
 
Method Summary
 LayoutRevision addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevisionService getWrappedLayoutRevisionService()
          Deprecated. Renamed to getWrappedService()
 LayoutRevisionService getWrappedService()
           
 void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutRevisionService)
 void setWrappedService(LayoutRevisionService layoutRevisionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutRevisionServiceWrapper

public LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
Method Detail

addLayoutRevision

public LayoutRevision addLayoutRevision(long userId,
                                        long layoutSetBranchId,
                                        long layoutBranchId,
                                        long parentLayoutRevisionId,
                                        boolean head,
                                        long plid,
                                        long portletPreferencesPlid,
                                        boolean privateLayout,
                                        String name,
                                        String title,
                                        String description,
                                        String keywords,
                                        String robots,
                                        String typeSettings,
                                        boolean iconImage,
                                        long iconImageId,
                                        String themeId,
                                        String colorSchemeId,
                                        String wapThemeId,
                                        String wapColorSchemeId,
                                        String css,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Specified by:
addLayoutRevision in interface LayoutRevisionService
Throws:
PortalException
SystemException

getWrappedLayoutRevisionService

public LayoutRevisionService getWrappedLayoutRevisionService()
Deprecated. Renamed to getWrappedService()


setWrappedLayoutRevisionService

public void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutRevisionService)


getWrappedService

public LayoutRevisionService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<LayoutRevisionService>

setWrappedService

public void setWrappedService(LayoutRevisionService layoutRevisionService)
Specified by:
setWrappedService in interface ServiceWrapper<LayoutRevisionService>

Liferay 6.1.10-ee-ga1