|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.exportimport.service.StagingLocalServiceUtil
@ProviderType public class StagingLocalServiceUtil
Provides the local service utility for Staging. This utility wraps
StagingLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. 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.
StagingLocalService,
StagingLocalServiceBaseImpl,
StagingLocalServiceImpl| Constructor Summary | |
|---|---|
StagingLocalServiceUtil()
|
|
| Method Summary | |
|---|---|
static void |
checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
|
static void |
cleanUpStagingRequest(long stagingRequestId)
|
static long |
createStagingRequest(long userId,
long groupId,
String checksum)
|
static void |
disableStaging(Group liveGroup,
ServiceContext serviceContext)
|
static void |
disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
|
static void |
enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
|
static void |
enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
static StagingLocalService |
getService()
|
static MissingReferences |
publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated. As of 7.0.0, with no direct replacement |
static MissingReferences |
publishStagingRequest(long userId,
long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
|
static void |
updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
|
static 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) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StagingLocalServiceUtil()
| Method Detail |
|---|
public static void checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalException
public static long createStagingRequest(long userId,
long groupId,
String checksum)
throws PortalException
PortalException
public static void disableStaging(Group liveGroup,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static MissingReferences publishStagingRequest(long userId,
long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
@Deprecated
public static MissingReferences publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalException
public static void updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
PortalException
@Deprecated
public static MissingReferences validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
publishStagingRequest(long,
long, boolean, Map)
public static StagingLocalService getService()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||