Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Interface LayoutRevisionService

All Known Implementing Classes:
LayoutRevisionServiceBaseImpl, LayoutRevisionServiceImpl, LayoutRevisionServiceWrapper

@JSONWebService
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface LayoutRevisionService

The interface for the layout revision remote service.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

See Also:
LayoutRevisionServiceUtil, LayoutRevisionServiceBaseImpl, LayoutRevisionServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
           
 

Method Detail

addLayoutRevision

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
Throws:
PortalException
SystemException

Liferay 6.1.10-ee-ga1