|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface StagingServiceProvides the remote service interface for Staging. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
StagingServiceUtil,
StagingServiceBaseImpl,
StagingServiceImpl| Method Summary | |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId)
|
long |
createStagingRequest(long groupId,
String checksum)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
void |
publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
|
MissingReferences |
validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
|
| Method Detail |
|---|
void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
PortalException
long createStagingRequest(long groupId,
String checksum)
throws PortalException
PortalExceptionString getBeanIdentifier()
void publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
PortalException
MissingReferences validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalException
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||