|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface StagingServiceProvides the remote service interface for Staging. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
StagingServiceUtil,
com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl,
com.liferay.portlet.exportimport.service.impl.StagingServiceImpl| Method Summary | |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId)
|
long |
createStagingRequest(long groupId,
String checksum)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
MissingReferences |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated. As of 7.0.0, with no direct replacement |
MissingReferences |
publishStagingRequest(long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
|
void |
updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
|
MissingReferences |
validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated. As of 7.0.0, replaced by publishStagingRequest(long,
boolean, Map) |
| Method Detail |
|---|
void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalException
long createStagingRequest(long groupId,
String checksum)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
MissingReferences publishStagingRequest(long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
@Deprecated
MissingReferences publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalException
void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
PortalException
@Deprecated
MissingReferences validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
publishStagingRequest(long,
boolean, Map)
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||