Liferay 7.0-ce-m6

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
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 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 getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 StagingLocalService getWrappedService()
           
 StagingLocalService getWrappedStagingLocalService()
          Deprecated. As of 6.1.0, replaced by 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 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.portlet.exportimport.service.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, java.util.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

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

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

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

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, java.util.Map)

Specified by:
validateStagingRequest in interface StagingLocalService

getWrappedStagingLocalService

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


setWrappedStagingLocalService

@Deprecated
public void setWrappedStagingLocalService(StagingLocalService stagingLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.exportimport.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 7.0-ce-m6