Package com.liferay.portal.service.impl
Class LayoutRevisionServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutRevisionServiceBaseImpl
com.liferay.portal.service.impl.LayoutRevisionServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.LayoutRevisionService
- Author:
- Raymond Augé, Julio Camarero
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.LayoutRevisionServiceBaseImpl
counterLocalService, layoutRevisionLocalService, layoutRevisionPersistence, layoutRevisionService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.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 css, com.liferay.portal.kernel.service.ServiceContext serviceContext) Methods inherited from class com.liferay.portal.service.base.LayoutRevisionServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setLayoutRevisionService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
LayoutRevisionServiceImpl
public LayoutRevisionServiceImpl()
-
-
Method Details
-
addLayoutRevision
public com.liferay.portal.kernel.model.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 css, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-