Liferay 6.2-ce-ga5

com.liferay.portal.service
Interface LayoutRevisionService

All Superinterfaces:
BaseService
All Known Implementing Classes:
LayoutRevisionServiceWrapper

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

Provides the remote service interface for LayoutRevision. 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, com.liferay.portal.service.impl.LayoutRevisionServiceImpl

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.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 

Method Detail

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

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.2-ce-ga5