Liferay 6.2-ce-ga5

com.liferay.portal.service
Class StagingLocalServiceWrapper

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

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

Provides a wrapper for StagingLocalService.

See Also:
StagingLocalService

Constructor Summary
StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
           
 
Method Summary
 void checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext)
           
 void cleanUpStagingRequest(long stagingRequestId)
           
 long createStagingRequest(long userId, long groupId, String checksum)
           
 void disableStaging(Group liveGroup, ServiceContext serviceContext)
           
 void disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
 void enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
 void enableRemoteStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext)
           
 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

checkDefaultLayoutSetBranches

public void checkDefaultLayoutSetBranches(long userId,
                                          Group liveGroup,
                                          boolean branchingPublic,
                                          boolean branchingPrivate,
                                          boolean remote,
                                          ServiceContext serviceContext)
                                   throws PortalException,
                                          SystemException
Specified by:
checkDefaultLayoutSetBranches in interface StagingLocalService
Throws:
PortalException
SystemException

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

disableStaging

public void disableStaging(Group liveGroup,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
disableStaging in interface StagingLocalService
Throws:
PortalException
SystemException

disableStaging

public void disableStaging(PortletRequest portletRequest,
                           Group liveGroup,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
disableStaging in interface StagingLocalService
Throws:
PortalException
SystemException

enableLocalStaging

public void enableLocalStaging(long userId,
                               Group liveGroup,
                               boolean branchingPublic,
                               boolean branchingPrivate,
                               ServiceContext serviceContext)
                        throws PortalException,
                               SystemException
Specified by:
enableLocalStaging in interface StagingLocalService
Throws:
PortalException
SystemException

enableRemoteStaging

public void enableRemoteStaging(long userId,
                                Group liveGroup,
                                boolean branchingPublic,
                                boolean branchingPrivate,
                                String remoteAddress,
                                int remotePort,
                                String remotePathContext,
                                boolean secureConnection,
                                long remoteGroupId,
                                ServiceContext serviceContext)
                         throws PortalException,
                                SystemException
Specified by:
enableRemoteStaging 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-ce-ga5