|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface StagingLocalServiceProvides the local service interface for Staging. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
StagingLocalServiceUtil,
StagingLocalServiceBaseImpl,
StagingLocalServiceImpl| Method Summary | |
|---|---|
void |
checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
|
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 7.0.0, 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 7.0.0, replaced by publishStagingRequest(long,
long, boolean, Map) |
| Method Detail |
|---|
void checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException
PortalException
void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalException
long createStagingRequest(long userId,
long groupId,
String checksum)
throws PortalException
PortalException
void disableStaging(Group liveGroup,
ServiceContext serviceContext)
throws PortalException
PortalException
void disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
throws PortalException
PortalException
void enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException
PortalException
void 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()
MissingReferences publishStagingRequest(long userId,
long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
@Deprecated
MissingReferences publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalException
void 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)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||