@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface StagingService extends BaseService
StagingServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
long |
createStagingRequest(long groupId,
String checksum) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
boolean |
hasRemoteLayout(String uuid,
long groupId,
boolean privateLayout) |
void |
propagateExportImportLifecycleEvent(int code,
int processFlag,
String processId,
List<Serializable> arguments) |
MissingReferences |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
publishStagingRequest(long, boolean, Map) |
void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
StagingServiceUtil to access the staging remote service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.StagingServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionlong createStagingRequest(long groupId,
String checksum)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasRemoteLayout(String uuid, long groupId, boolean privateLayout) throws PortalException
PortalExceptionvoid propagateExportImportLifecycleEvent(int code,
int processFlag,
String processId,
List<Serializable> arguments)
throws PortalException
PortalException@Deprecated MissingReferences publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) throws PortalException
PortalExceptionMissingReferences publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionvoid updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
PortalException@Deprecated MissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) throws PortalException
publishStagingRequest(long, boolean, Map)PortalException