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, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, portletPreferenceValueLocalService, portletPreferenceValuePersistence, 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) |
void |
enableLocalStaging(long groupId,
boolean branchingPublic,
boolean branchingPrivate,
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, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getLayoutService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getOSGiServiceIdentifier, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getPortletPreferenceValueLocalService, getPortletPreferenceValuePersistence, 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, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setPortletPreferenceValueLocalService, setPortletPreferenceValuePersistence, 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.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 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