@ProviderType public class StagingLocalServiceWrapper extends java.lang.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,
java.lang.String checksum) |
void |
disableStaging(Group liveGroup,
ServiceContext serviceContext) |
void |
disableStaging(javax.portlet.PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext) |
void |
enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext) |
void |
enableRemoteStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
java.lang.String remoteAddress,
int remotePort,
java.lang.String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
StagingLocalService |
getWrappedService() |
StagingLocalService |
getWrappedStagingLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
void |
setBeanIdentifier(java.lang.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.portal.service.StagingLocalService) |
void |
updateStagingRequest(long userId,
long stagingRequestId,
java.lang.String fileName,
byte[] bytes) |
MissingReferences |
validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
public StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface StagingLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface StagingLocalServicebeanIdentifier - the Spring bean ID for this beanpublic void checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException,
SystemException
checkDefaultLayoutSetBranches in interface StagingLocalServicePortalExceptionSystemExceptionpublic void cleanUpStagingRequest(long stagingRequestId)
throws PortalException,
SystemException
cleanUpStagingRequest in interface StagingLocalServicePortalExceptionSystemExceptionpublic long createStagingRequest(long userId,
long groupId,
java.lang.String checksum)
throws PortalException,
SystemException
createStagingRequest in interface StagingLocalServicePortalExceptionSystemExceptionpublic void disableStaging(Group liveGroup, ServiceContext serviceContext) throws PortalException, SystemException
disableStaging in interface StagingLocalServicePortalExceptionSystemExceptionpublic void disableStaging(javax.portlet.PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
throws PortalException,
SystemException
disableStaging in interface StagingLocalServicePortalExceptionSystemExceptionpublic void enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException,
SystemException
enableLocalStaging in interface StagingLocalServicePortalExceptionSystemExceptionpublic void enableRemoteStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
java.lang.String remoteAddress,
int remotePort,
java.lang.String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
enableRemoteStaging in interface StagingLocalServicePortalExceptionSystemExceptionpublic void publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws PortalException,
SystemException
publishStagingRequest in interface StagingLocalServicePortalExceptionSystemExceptionpublic void updateStagingRequest(long userId,
long stagingRequestId,
java.lang.String fileName,
byte[] bytes)
throws PortalException,
SystemException
updateStagingRequest in interface StagingLocalServicePortalExceptionSystemExceptionpublic MissingReferences validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap) throws PortalException, SystemException
validateStagingRequest in interface StagingLocalServicePortalExceptionSystemExceptionpublic StagingLocalService getWrappedStagingLocalService()
getWrappedService()public void setWrappedStagingLocalService(StagingLocalService stagingLocalService)
setWrappedService(com.liferay.portal.service.StagingLocalService)public StagingLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingLocalService>public void setWrappedService(StagingLocalService stagingLocalService)
setWrappedService in interface ServiceWrapper<StagingLocalService>