Liferay 7.0-ce-b7 portal-impl

com.liferay.portlet.exportimport.service.impl
Class StagingServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
          extended by 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


Field Summary
 
Fields inherited from class com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, groupFinder, groupLocalService, groupPersistence, groupService, layoutFinder, layoutLocalService, layoutPersistence, layoutRevisionLocalService, layoutRevisionPersistence, layoutRevisionService, layoutService, layoutSetBranchLocalService, layoutSetBranchPersistence, layoutSetBranchService, layoutSetLocalService, layoutSetPersistence, layoutSetService, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceLocalService, stagingLocalService, stagingService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
StagingServiceImpl()
           
 
Method Summary
protected  void checkPermission(long stagingRequestId)
           
 void cleanUpStagingRequest(long stagingRequestId)
           
 long createStagingRequest(long groupId, String checksum)
           
 com.liferay.exportimport.kernel.lar.MissingReferences publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 com.liferay.exportimport.kernel.lar.MissingReferences publishStagingRequest(long stagingRequestId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
           
 void updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes)
           
 com.liferay.exportimport.kernel.lar.MissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, replaced by publishStagingRequest(long, boolean, Map)
 
Methods inherited from class com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getLayoutService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getOSGiServiceIdentifier, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceLocalService, getStagingLocalService, getStagingService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setLayoutRevisionService, setLayoutService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetBranchService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setResourceLocalService, setStagingLocalService, setStagingService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StagingServiceImpl

public StagingServiceImpl()
Method Detail

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

publishStagingRequest

@Deprecated
public com.liferay.exportimport.kernel.lar.MissingReferences publishStagingRequest(long stagingRequestId,
                                                                                              boolean privateLayout,
                                                                                              Map<String,String[]> parameterMap)
                                                                            throws com.liferay.portal.kernel.exception.PortalException
Deprecated. As of 7.0.0, with no direct replacement

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

validateStagingRequest

@Deprecated
public com.liferay.exportimport.kernel.lar.MissingReferences validateStagingRequest(long stagingRequestId,
                                                                                               boolean privateLayout,
                                                                                               Map<String,String[]> parameterMap)
                                                                             throws com.liferay.portal.kernel.exception.PortalException
Deprecated. As of 7.0.0, replaced by publishStagingRequest(long, boolean, Map)

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

Liferay 7.0-ce-b7 portal-impl