|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.exportimport.service.StagingServiceWrapper
@ProviderType public class StagingServiceWrapper
Provides a wrapper for StagingService.
StagingService| Constructor Summary | |
|---|---|
StagingServiceWrapper(StagingService stagingService)
|
|
| Method Summary | |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId)
|
long |
createStagingRequest(long groupId,
String checksum)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
StagingService |
getWrappedService()
|
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 |
setWrappedService(StagingService stagingService)
|
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) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StagingServiceWrapper(StagingService stagingService)
| Method Detail |
|---|
public void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
cleanUpStagingRequest in interface StagingServicePortalException
public long createStagingRequest(long groupId,
String checksum)
throws PortalException
createStagingRequest in interface StagingServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface StagingService
public MissingReferences publishStagingRequest(long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
publishStagingRequest in interface StagingServicePortalException
@Deprecated
public MissingReferences publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
publishStagingRequest in interface StagingServicePortalException
public void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
updateStagingRequest in interface StagingServicePortalException
@Deprecated
public MissingReferences validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
publishStagingRequest(long,
boolean, Map)
validateStagingRequest in interface StagingServicePortalExceptionpublic StagingService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingService>public void setWrappedService(StagingService stagingService)
setWrappedService in interface ServiceWrapper<StagingService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||