@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface StagingLocalService extends BaseLocalService
StagingLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
cleanUpStagingRequest(long stagingRequestId) |
long |
createStagingRequest(long userId,
long groupId,
String checksum) |
void |
disableStaging(Group liveGroup,
ServiceContext serviceContext) |
void |
disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext) |
void |
enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext) |
void |
enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MissingReferences |
publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
MissingReferences |
publishStagingRequest(long userId,
long stagingRequestId,
ExportImportConfiguration exportImportConfiguration) |
void |
updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes) |
MissingReferences |
validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Wilberforce (7.0.x), replaced by
publishStagingRequest(long, long, boolean, Map) |
void checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException
StagingLocalServiceUtil to access the staging local service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.StagingLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionvoid cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalExceptionlong createStagingRequest(long userId,
long groupId,
String checksum)
throws PortalException
PortalExceptionvoid disableStaging(Group liveGroup, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException
PortalExceptionvoid enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
@Deprecated MissingReferences publishStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap) throws PortalException
PortalExceptionMissingReferences publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionvoid updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
PortalException@Deprecated MissingReferences validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
publishStagingRequest(long, long, boolean, Map)