|
Liferay 7.0-ce-a2 | |||||||||
| 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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
StagingService |
getWrappedService()
|
StagingService |
getWrappedStagingService()
Deprecated. As of 6.1.0, replaced by 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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(StagingService stagingService)
|
void |
setWrappedStagingService(StagingService stagingService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.exportimport.service.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 getBeanIdentifier()
getBeanIdentifier 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 StagingServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface StagingServicebeanIdentifier - the Spring bean ID for this bean
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 StagingServicePortalException@Deprecated public StagingService getWrappedStagingService()
getWrappedService()
@Deprecated public void setWrappedStagingService(StagingService stagingService)
setWrappedService(com.liferay.portlet.exportimport.service.StagingService)
public StagingService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingService>public void setWrappedService(StagingService stagingService)
setWrappedService in interface ServiceWrapper<StagingService>
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||