|
Liferay 7.0-ga1 portal-kernel | |||||||||
| 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 |
|---|
@Deprecated
MissingReferences publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalException
MissingReferences publishStagingRequest(long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
@Deprecated
MissingReferences validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
publishStagingRequest(long,
boolean, Map)
PortalExceptionString getOSGiServiceIdentifier()
long createStagingRequest(long groupId,
String checksum)
throws PortalException
PortalException
void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalException
void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
PortalException
|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||