Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
          extended by com.liferay.portlet.exportimport.service.impl.StagingServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, StagingService

public class StagingServiceImpl
extends StagingServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.exportimport.service.base.StagingServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, 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.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)
           
 MissingReferences publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
          Deprecated. As of 7.0.0, with no direct replacement
 MissingReferences publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration)
           
 void updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes)
           
 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, 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, 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.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 PortalException
Throws:
PortalException

createStagingRequest

public long createStagingRequest(long groupId,
                                 String checksum)
                          throws PortalException
Throws:
PortalException

publishStagingRequest

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

Throws:
PortalException

publishStagingRequest

public MissingReferences publishStagingRequest(long stagingRequestId,
                                               ExportImportConfiguration exportImportConfiguration)
                                        throws PortalException
Throws:
PortalException

updateStagingRequest

public void updateStagingRequest(long stagingRequestId,
                                 String fileName,
                                 byte[] bytes)
                          throws PortalException
Throws:
PortalException

validateStagingRequest

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

Throws:
PortalException

checkPermission

protected void checkPermission(long stagingRequestId)
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4