@ProviderType public class StagingLocalServiceWrapper extends Object implements StagingLocalService, ServiceWrapper<StagingLocalService>
StagingLocalService.StagingLocalService| Constructor and Description |
|---|
StagingLocalServiceWrapper(StagingLocalService stagingLocalService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
@Deprecated public MissingReferences publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) throws PortalException
publishStagingRequest in interface StagingLocalServicePortalExceptionpublic MissingReferences publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException
publishStagingRequest in interface StagingLocalServicePortalException@Deprecated public MissingReferences validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
publishStagingRequest(long,
long, boolean, Map)validateStagingRequest in interface StagingLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface StagingLocalServicepublic long createStagingRequest(long userId,
long groupId,
String checksum)
throws PortalException
createStagingRequest in interface StagingLocalServicePortalExceptionpublic void checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException
checkDefaultLayoutSetBranches in interface StagingLocalServicePortalExceptionpublic void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
cleanUpStagingRequest in interface StagingLocalServicePortalExceptionpublic void disableStaging(Group liveGroup, ServiceContext serviceContext) throws PortalException
disableStaging in interface StagingLocalServicePortalExceptionpublic void disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) throws PortalException
disableStaging in interface StagingLocalServicePortalExceptionpublic void enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException
enableLocalStaging in interface StagingLocalServicePortalExceptionpublic void enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
throws PortalException
enableRemoteStaging in interface StagingLocalServicePortalExceptionpublic void updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
updateStagingRequest in interface StagingLocalServicePortalExceptionpublic StagingLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingLocalService>public void setWrappedService(StagingLocalService stagingLocalService)
setWrappedService in interface ServiceWrapper<StagingLocalService>