Class StagingLocalServiceWrapper
Object
com.liferay.exportimport.kernel.service.StagingLocalServiceWrapper
- All Implemented Interfaces:
StagingLocalService,BaseLocalService,ServiceWrapper<StagingLocalService>
public class StagingLocalServiceWrapper
extends Object
implements ServiceWrapper<StagingLocalService>, StagingLocalService
Provides a wrapper for
StagingLocalService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) voidcleanUpStagingRequest(long stagingRequestId) longcreateStagingRequest(long userId, long groupId, String checksum) voiddisableStaging(Group liveGroup, ServiceContext serviceContext) voiddisableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) voidenableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidenableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) Returns the OSGi service identifier.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) voidsetWrappedService(StagingLocalService stagingLocalService) voidupdateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes)
-
Constructor Details
-
StagingLocalServiceWrapper
public StagingLocalServiceWrapper() -
StagingLocalServiceWrapper
-
-
Method Details
-
checkDefaultLayoutSetBranches
public void checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) throws PortalException - Specified by:
checkDefaultLayoutSetBranchesin interfaceStagingLocalService- Throws:
PortalException
-
cleanUpStagingRequest
- Specified by:
cleanUpStagingRequestin interfaceStagingLocalService- Throws:
PortalException
-
createStagingRequest
- Specified by:
createStagingRequestin interfaceStagingLocalService- Throws:
PortalException
-
disableStaging
- Specified by:
disableStagingin interfaceStagingLocalService- Throws:
PortalException
-
disableStaging
public void disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) throws PortalException - Specified by:
disableStagingin interfaceStagingLocalService- Throws:
PortalException
-
enableLocalStaging
public void enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) throws PortalException - Specified by:
enableLocalStagingin interfaceStagingLocalService- 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:
enableRemoteStagingin interfaceStagingLocalService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceStagingLocalService- Returns:
- the OSGi service identifier
-
publishStagingRequest
public MissingReferences publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
publishStagingRequestin interfaceStagingLocalService- Throws:
PortalException
-
updateStagingRequest
public void updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes) throws PortalException - Specified by:
updateStagingRequestin interfaceStagingLocalService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<StagingLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<StagingLocalService>
-