Class DDMFormStagingTestUtil
java.lang.Object
com.liferay.dynamic.data.mapping.test.util.DDMFormStagingTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addStagingAttribute
(com.liferay.portal.kernel.service.ServiceContext serviceContext, String key, Object value) static void
enableLocalStaging
(com.liferay.portal.kernel.model.Group group, boolean enableFormsStaging) static void
enableRemoteStaging
(com.liferay.portal.kernel.model.Group remoteLiveGroup, com.liferay.portal.kernel.model.Group remoteStagingGroup)
-
Constructor Details
-
DDMFormStagingTestUtil
public DDMFormStagingTestUtil()
-
-
Method Details
-
enableLocalStaging
public static void enableLocalStaging(com.liferay.portal.kernel.model.Group group, boolean enableFormsStaging) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
enableRemoteStaging
public static void enableRemoteStaging(com.liferay.portal.kernel.model.Group remoteLiveGroup, com.liferay.portal.kernel.model.Group remoteStagingGroup) throws Exception - Throws:
Exception
-
addStagingAttribute
-