Liferay 7.0-ce-b4

com.liferay.portal.service
Class LayoutRevisionServiceWrapper

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

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

Provides a wrapper for LayoutRevisionService.

See Also:
LayoutRevisionService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 LayoutRevisionService getWrappedService()
           
 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
Specified by:
addLayoutRevision in interface LayoutRevisionService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface LayoutRevisionService
Returns:
the OSGi service identifier

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 7.0-ce-b4