@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 Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
publishStagingRequest(long, long, boolean, Map) |
public StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
public void checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) throws PortalException
checkDefaultLayoutSetBranches
in interface StagingLocalService
PortalException
public void cleanUpStagingRequest(long stagingRequestId) throws PortalException
cleanUpStagingRequest
in interface StagingLocalService
PortalException
public long createStagingRequest(long userId, long groupId, String checksum) throws PortalException
createStagingRequest
in interface StagingLocalService
PortalException
public void disableStaging(Group liveGroup, ServiceContext serviceContext) throws PortalException
disableStaging
in interface StagingLocalService
PortalException
public void disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) throws PortalException
disableStaging
in interface StagingLocalService
PortalException
public void enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) throws PortalException
enableLocalStaging
in interface StagingLocalService
PortalException
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
enableRemoteStaging
in interface StagingLocalService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface StagingLocalService
@Deprecated public MissingReferences publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) throws PortalException
publishStagingRequest
in interface StagingLocalService
PortalException
public MissingReferences publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException
publishStagingRequest
in interface StagingLocalService
PortalException
public void updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes) throws PortalException
updateStagingRequest
in interface StagingLocalService
PortalException
@Deprecated public MissingReferences validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
publishStagingRequest(long, long, boolean, Map)
validateStagingRequest
in interface StagingLocalService
public StagingLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<StagingLocalService>
public void setWrappedService(StagingLocalService stagingLocalService)
setWrappedService
in interface ServiceWrapper<StagingLocalService>