public class StagingServiceImpl extends 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| 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) |
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) |
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, setUserServicepublic 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.PortalException@Deprecated public com.liferay.exportimport.kernel.lar.MissingReferences publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) 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.PortalException@Deprecated public com.liferay.exportimport.kernel.lar.MissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.exception.PortalException
publishStagingRequest(long,
boolean, Map)com.liferay.portal.kernel.exception.PortalExceptionprotected void checkPermission(long stagingRequestId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException