Liferay 6.2-ce-ga5

com.liferay.portal.service
Class StagingServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.StagingServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<StagingService>, StagingService

@ProviderType
public class StagingServiceWrapper
extends Object
implements StagingService, ServiceWrapper<StagingService>

Provides a wrapper for StagingService.

See Also:
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

StagingServiceWrapper

public StagingServiceWrapper(StagingService stagingService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface StagingService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface StagingService
Parameters:
beanIdentifier - the Spring bean ID for this bean

cleanUpStagingRequest

public void cleanUpStagingRequest(long stagingRequestId)
                           throws PortalException,
                                  SystemException
Specified by:
cleanUpStagingRequest in interface StagingService
Throws:
PortalException
SystemException

createStagingRequest

public long createStagingRequest(long groupId,
                                 String checksum)
                          throws PortalException,
                                 SystemException
Specified by:
createStagingRequest in interface StagingService
Throws:
PortalException
SystemException

publishStagingRequest

public void publishStagingRequest(long stagingRequestId,
                                  boolean privateLayout,
                                  Map<String,String[]> parameterMap)
                           throws PortalException,
                                  SystemException
Specified by:
publishStagingRequest in interface StagingService
Throws:
PortalException
SystemException

updateStagingRequest

public void updateStagingRequest(long stagingRequestId,
                                 String fileName,
                                 byte[] bytes)
                          throws PortalException,
                                 SystemException
Specified by:
updateStagingRequest in interface StagingService
Throws:
PortalException
SystemException

validateStagingRequest

public MissingReferences validateStagingRequest(long stagingRequestId,
                                                boolean privateLayout,
                                                Map<String,String[]> parameterMap)
                                         throws PortalException,
                                                SystemException
Specified by:
validateStagingRequest in interface StagingService
Throws:
PortalException
SystemException

getWrappedStagingService

public StagingService getWrappedStagingService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedStagingService

public void setWrappedStagingService(StagingService stagingService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.StagingService)


getWrappedService

public StagingService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<StagingService>

setWrappedService

public void setWrappedService(StagingService stagingService)
Specified by:
setWrappedService in interface ServiceWrapper<StagingService>

Liferay 6.2-ce-ga5