Liferay 6.2-ce-ga5

com.liferay.portal.service
Class LayoutRevisionServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutRevisionServiceUtil

@ProviderType
public class LayoutRevisionServiceUtil
extends Object

Provides the remote service utility for LayoutRevision. This utility wraps com.liferay.portal.service.impl.LayoutRevisionServiceImpl and is the primary access point for service operations in application layer code running on a remote server. 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:
LayoutRevisionService, LayoutRevisionServiceBaseImpl, com.liferay.portal.service.impl.LayoutRevisionServiceImpl

Constructor Summary
LayoutRevisionServiceUtil()
           
 
Method Summary
static 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)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static LayoutRevisionService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(LayoutRevisionService service)
          Deprecated. As of 6.2.0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutRevisionServiceUtil

public LayoutRevisionServiceUtil()
Method Detail

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

addLayoutRevision

public static 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

getService

public static LayoutRevisionService getService()

setService

public void setService(LayoutRevisionService service)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5