|
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.StagingLocalServiceWrapper
@ProviderType public class StagingLocalServiceWrapper
Provides a wrapper for StagingLocalService.
StagingLocalService| Constructor Summary | |
|---|---|
StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
|
|
| 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. |
StagingLocalService |
getWrappedService()
|
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 |
setWrappedService(StagingLocalService stagingLocalService)
|
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) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
| Method Detail |
|---|
public void checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException
checkDefaultLayoutSetBranches in interface StagingLocalServicePortalException
public void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
cleanUpStagingRequest in interface StagingLocalServicePortalException
public long createStagingRequest(long userId,
long groupId,
String checksum)
throws PortalException
createStagingRequest in interface StagingLocalServicePortalException
public void disableStaging(Group liveGroup,
ServiceContext serviceContext)
throws PortalException
disableStaging in interface StagingLocalServicePortalException
public void disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
throws PortalException
disableStaging in interface StagingLocalServicePortalException
public void enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException
enableLocalStaging in interface StagingLocalServicePortalException
public void enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
throws PortalException
enableRemoteStaging in interface StagingLocalServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface StagingLocalService
public MissingReferences publishStagingRequest(long userId,
long stagingRequestId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
publishStagingRequest in interface StagingLocalServicePortalException
@Deprecated
public MissingReferences publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
publishStagingRequest in interface StagingLocalServicePortalException
public void updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
updateStagingRequest in interface StagingLocalServicePortalException
@Deprecated
public MissingReferences validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
publishStagingRequest(long,
long, boolean, Map)
validateStagingRequest in interface StagingLocalServicepublic StagingLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingLocalService>public void setWrappedService(StagingLocalService stagingLocalService)
setWrappedService in interface ServiceWrapper<StagingLocalService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||