Class StagingServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.StagingServiceImpl
All Implemented Interfaces:
com.liferay.exportimport.kernel.service.StagingService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService

public class StagingServiceImpl extends StagingServiceBaseImpl
Author:
Michael C. Han
  • Constructor Details

    • StagingServiceImpl

      public StagingServiceImpl()
  • Method Details

    • cleanUpStagingRequest

      public void cleanUpStagingRequest(long stagingRequestId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createStagingRequest

      public long createStagingRequest(long groupId, String checksum) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • enableLocalStaging

      public void enableLocalStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • enableRemoteStaging

      public 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasRemoteLayout

      public boolean hasRemoteLayout(String uuid, long groupId, boolean privateLayout) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • propagateExportImportLifecycleEvent

      public void propagateExportImportLifecycleEvent(int code, int processFlag, String processId, List<Serializable> arguments) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • publishStagingRequest

      public com.liferay.exportimport.kernel.lar.MissingReferences publishStagingRequest(long stagingRequestId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateStagingRequest

      public void updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • checkPermission

      protected void checkPermission(long stagingRequestId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException