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 TypeMethodDescriptionvoid
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) Returns the OSGi service identifier.publishStagingRequest
(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) void
setWrappedService
(StagingLocalService stagingLocalService) void
updateStagingRequest
(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:
checkDefaultLayoutSetBranches
in interfaceStagingLocalService
- Throws:
PortalException
-
cleanUpStagingRequest
- Specified by:
cleanUpStagingRequest
in interfaceStagingLocalService
- Throws:
PortalException
-
createStagingRequest
- Specified by:
createStagingRequest
in interfaceStagingLocalService
- Throws:
PortalException
-
disableStaging
- Specified by:
disableStaging
in interfaceStagingLocalService
- Throws:
PortalException
-
disableStaging
public void disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) throws PortalException - Specified by:
disableStaging
in interfaceStagingLocalService
- Throws:
PortalException
-
enableLocalStaging
public void enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) throws PortalException - Specified by:
enableLocalStaging
in 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:
enableRemoteStaging
in interfaceStagingLocalService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceStagingLocalService
- Returns:
- the OSGi service identifier
-
publishStagingRequest
public MissingReferences publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException - Specified by:
publishStagingRequest
in interfaceStagingLocalService
- Throws:
PortalException
-
updateStagingRequest
public void updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes) throws PortalException - Specified by:
updateStagingRequest
in interfaceStagingLocalService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<StagingLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<StagingLocalService>
-