@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface StagingLocalService extends BaseLocalService
StagingLocalServiceUtil,
StagingLocalServiceBaseImpl,
com.liferay.portal.service.impl.StagingLocalServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext) |
void |
cleanUpStagingRequest(long stagingRequestId) |
long |
createStagingRequest(long userId,
long groupId,
java.lang.String checksum) |
void |
disableStaging(Group liveGroup,
ServiceContext serviceContext) |
void |
disableStaging(javax.portlet.PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext) |
void |
enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext) |
void |
enableRemoteStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
java.lang.String remoteAddress,
int remotePort,
java.lang.String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
updateStagingRequest(long userId,
long stagingRequestId,
java.lang.String fileName,
byte[] bytes) |
MissingReferences |
validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid cleanUpStagingRequest(long stagingRequestId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong createStagingRequest(long userId,
long groupId,
java.lang.String checksum)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid disableStaging(Group liveGroup, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid disableStaging(javax.portlet.PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid enableRemoteStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
java.lang.String remoteAddress,
int remotePort,
java.lang.String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid updateStagingRequest(long userId,
long stagingRequestId,
java.lang.String fileName,
byte[] bytes)
throws PortalException,
SystemException
PortalExceptionSystemExceptionMissingReferences validateStagingRequest(long userId, long stagingRequestId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap) throws PortalException, SystemException
PortalExceptionSystemException