Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.service
Class StagingLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.exportimport.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 stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 StagingLocalService getWrappedService()
           
 MissingReferences publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 void setWrappedService(StagingLocalService stagingLocalService)
           
 void updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes)
           
 MissingReferences validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by publishStagingRequest(long, long, boolean, Map)
 
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

checkDefaultLayoutSetBranches

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

cleanUpStagingRequest

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

createStagingRequest

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

disableStaging

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

disableStaging

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

enableLocalStaging

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

enableRemoteStaging

public void enableRemoteStaging(long userId,
                                Group stagingGroup,
                                boolean branchingPublic,
                                boolean branchingPrivate,
                                String remoteAddress,
                                int remotePort,
                                String remotePathContext,
                                boolean secureConnection,
                                long remoteGroupId,
                                ServiceContext serviceContext)
                         throws PortalException
Specified by:
enableRemoteStaging in interface StagingLocalService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface StagingLocalService
Returns:
the OSGi service identifier

publishStagingRequest

public MissingReferences publishStagingRequest(long userId,
                                               long stagingRequestId,
                                               ExportImportConfiguration exportImportConfiguration)
                                        throws PortalException
Specified by:
publishStagingRequest in interface StagingLocalService
Throws:
PortalException

publishStagingRequest

@Deprecated
public MissingReferences publishStagingRequest(long userId,
                                                          long stagingRequestId,
                                                          boolean privateLayout,
                                                          Map<String,String[]> parameterMap)
                                        throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Specified by:
publishStagingRequest in interface StagingLocalService
Throws:
PortalException

updateStagingRequest

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

validateStagingRequest

@Deprecated
public MissingReferences validateStagingRequest(long userId,
                                                           long stagingRequestId,
                                                           boolean privateLayout,
                                                           Map<String,String[]> parameterMap)
Deprecated. As of 7.0.0, replaced by publishStagingRequest(long, long, boolean, Map)

Specified by:
validateStagingRequest in interface 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 7.0-ce-b4