@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface StagingService extends BaseService
StagingServiceUtil,
StagingServiceBaseImpl,
com.liferay.portal.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.
|
void |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
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) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid cleanUpStagingRequest(long stagingRequestId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong createStagingRequest(long groupId,
java.lang.String checksum)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid publishStagingRequest(long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes)
throws PortalException,
SystemException
PortalExceptionSystemExceptionMissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap) throws PortalException, SystemException
PortalExceptionSystemException