|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.StagingLocalServiceWrapper
public class StagingLocalServiceWrapper
Provides a wrapper for StagingLocalService.
StagingLocalService| Constructor Summary | |
|---|---|
StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
|
|
| Method Summary | |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId)
|
long |
createStagingRequest(long userId,
long groupId,
String checksum)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
StagingLocalService |
getWrappedService()
|
StagingLocalService |
getWrappedStagingLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(StagingLocalService stagingLocalService)
|
void |
setWrappedStagingLocalService(StagingLocalService stagingLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.StagingLocalService) |
void |
updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
|
MissingReferences |
validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
|
| 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 String getBeanIdentifier()
getBeanIdentifier in interface StagingLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface StagingLocalServicebeanIdentifier - the Spring bean ID for this bean
public void cleanUpStagingRequest(long stagingRequestId)
throws PortalException,
SystemException
cleanUpStagingRequest in interface StagingLocalServicePortalException
SystemException
public long createStagingRequest(long userId,
long groupId,
String checksum)
throws PortalException,
SystemException
createStagingRequest in interface StagingLocalServicePortalException
SystemException
public void publishStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException,
SystemException
publishStagingRequest in interface StagingLocalServicePortalException
SystemException
public void updateStagingRequest(long userId,
long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException,
SystemException
updateStagingRequest in interface StagingLocalServicePortalException
SystemException
public MissingReferences validateStagingRequest(long userId,
long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException,
SystemException
validateStagingRequest in interface StagingLocalServicePortalException
SystemExceptionpublic StagingLocalService getWrappedStagingLocalService()
getWrappedService()
public void setWrappedStagingLocalService(StagingLocalService stagingLocalService)
setWrappedService(com.liferay.portal.service.StagingLocalService)
public StagingLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<StagingLocalService>public void setWrappedService(StagingLocalService stagingLocalService)
setWrappedService in interface ServiceWrapper<StagingLocalService>
|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||