@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface StagingService extends BaseService
StagingServiceUtil,
com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl,
com.liferay.portlet.exportimport.service.impl.StagingServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId) |
long |
createStagingRequest(long groupId,
java.lang.String checksum) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
MissingReferences |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
Deprecated.
As of 7.0.0, with no direct replacement
|
MissingReferences |
publishStagingRequest(long stagingRequestId,
ExportImportConfiguration exportImportConfiguration) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes) |
MissingReferences |
validateStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
Deprecated.
As of 7.0.0, replaced by
publishStagingRequest(long,
boolean, Map) |
void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalExceptionlong createStagingRequest(long groupId,
java.lang.String checksum)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
MissingReferences publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalException@Deprecated MissingReferences publishStagingRequest(long stagingRequestId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes)
throws PortalException
PortalException@Deprecated MissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap) throws PortalException
publishStagingRequest(long,
boolean, Map)PortalException