|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.StagingServiceWrapper
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() |
void |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
|
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.portal.service.StagingService) |
void |
updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
|
MissingReferences |
validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
|
| 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 String getBeanIdentifier()
getBeanIdentifier in interface StagingServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface StagingServicebeanIdentifier - the Spring bean ID for this bean
public void cleanUpStagingRequest(long stagingRequestId)
throws PortalException,
SystemException
cleanUpStagingRequest in interface StagingServicePortalException
SystemException
public long createStagingRequest(long groupId,
String checksum)
throws PortalException,
SystemException
createStagingRequest in interface StagingServicePortalException
SystemException
public void publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException,
SystemException
publishStagingRequest in interface StagingServicePortalException
SystemException
public void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException,
SystemException
updateStagingRequest in interface StagingServicePortalException
SystemException
public MissingReferences validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException,
SystemException
validateStagingRequest in interface StagingServicePortalException
SystemExceptionpublic StagingService getWrappedStagingService()
getWrappedService()
public void setWrappedStagingService(StagingService stagingService)
setWrappedService(com.liferay.portal.service.StagingService)
public StagingService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingService>public void setWrappedService(StagingService stagingService)
setWrappedService in interface ServiceWrapper<StagingService>
|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||