public class StagingServiceImpl extends StagingServiceBaseImpl
counterLocalService, stagingLocalService, stagingService| Constructor and Description |
|---|
StagingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPermission(long stagingRequestId) |
void |
cleanUpStagingRequest(long stagingRequestId) |
long |
createStagingRequest(long groupId,
String checksum) |
void |
enableLocalStaging(long groupId,
boolean branchingPublic,
boolean branchingPrivate,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
enableRemoteStaging(long groupId,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
boolean |
hasRemoteLayout(String uuid,
long groupId,
boolean privateLayout) |
void |
propagateExportImportLifecycleEvent(int code,
int processFlag,
String processId,
List<Serializable> arguments) |
com.liferay.exportimport.kernel.lar.MissingReferences |
publishStagingRequest(long stagingRequestId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
void |
updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes) |
afterPropertiesSet, destroy, getCounterLocalService, getOSGiServiceIdentifier, getStagingLocalService, getStagingService, runSQL, setCounterLocalService, setStagingLocalService, setStagingServicepublic void cleanUpStagingRequest(long stagingRequestId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long createStagingRequest(long groupId,
String checksum)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void enableLocalStaging(long groupId,
boolean branchingPublic,
boolean branchingPrivate,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void enableRemoteStaging(long groupId,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasRemoteLayout(String uuid,
long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void propagateExportImportLifecycleEvent(int code,
int processFlag,
String processId,
List<Serializable> arguments)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.exportimport.kernel.lar.MissingReferences publishStagingRequest(long stagingRequestId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void checkPermission(long stagingRequestId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException