@ProviderType
public class StagingServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.StagingServiceImpl 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.StagingService,
StagingServiceBaseImpl,
com.liferay.portal.service.impl.StagingServiceImpl| Constructor and Description |
|---|
StagingServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanUpStagingRequest(long stagingRequestId) |
static long |
createStagingRequest(long groupId,
java.lang.String checksum) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static StagingService |
getService() |
static void |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(StagingService service)
Deprecated.
As of 6.2.0
|
static void |
updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes) |
static MissingReferences |
validateStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static void cleanUpStagingRequest(long stagingRequestId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static long createStagingRequest(long groupId,
java.lang.String checksum)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void publishStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static MissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static StagingService getService()
public void setService(StagingService service)