Liferay 6.2-ce-ga5

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

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 getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 LayoutRevisionService getWrappedLayoutRevisionService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 LayoutRevisionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
          Deprecated. As of 6.1.0, replaced by 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface LayoutRevisionService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface LayoutRevisionService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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. As of 6.1.0, replaced by getWrappedService()


setWrappedLayoutRevisionService

public void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5