Liferay 6.2.0-ce-rc1

com.liferay.portal.service
Class StagingLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.StagingLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, ServiceWrapper<StagingLocalService>, StagingLocalService

public class StagingLocalServiceWrapper
extends Object
implements StagingLocalService, ServiceWrapper<StagingLocalService>

Provides a wrapper for StagingLocalService.

See Also:
StagingLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
           
 
Method Summary
 void cleanUpStagingRequest(long stagingRequestId)
           
 long createStagingRequest(long userId, long groupId, String checksum)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 StagingLocalService getWrappedService()
           
 StagingLocalService getWrappedStagingLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(StagingLocalService stagingLocalService)
           
 void setWrappedStagingLocalService(StagingLocalService stagingLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.StagingLocalService)
 void updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes)
           
 MissingReferences validateStagingRequest(long userId, 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

StagingLocalServiceWrapper

public StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface StagingLocalService
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 StagingLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

cleanUpStagingRequest

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

createStagingRequest

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

publishStagingRequest

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

updateStagingRequest

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

validateStagingRequest

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

getWrappedStagingLocalService

public StagingLocalService getWrappedStagingLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedStagingLocalService

public void setWrappedStagingLocalService(StagingLocalService stagingLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.StagingLocalService)


getWrappedService

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

setWrappedService

public void setWrappedService(StagingLocalService stagingLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<StagingLocalService>

Liferay 6.2.0-ce-rc1