com.liferay.portal.service.impl
Class StagingServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.StagingServiceBaseImpl
com.liferay.portal.service.impl.StagingServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, StagingService
public class StagingServiceImpl
- extends StagingServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.StagingServiceBaseImpl |
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, layoutFinder, layoutLocalService, layoutPersistence, layoutRevisionLocalService, layoutRevisionPersistence, layoutRevisionService, layoutService, layoutSetBranchLocalService, layoutSetBranchPersistence, layoutSetBranchService, layoutSetLocalService, layoutSetPersistence, layoutSetService, stagingLocalService, stagingService |
| Methods inherited from class com.liferay.portal.service.base.StagingServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getLayoutService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getStagingLocalService, getStagingService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setLayoutRevisionService, setLayoutService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetBranchService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setStagingLocalService, setStagingService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StagingServiceImpl
public StagingServiceImpl()
cleanUpStagingRequest
public void cleanUpStagingRequest(long stagingRequestId)
throws PortalException
- Throws:
PortalException
createStagingRequest
public long createStagingRequest(long groupId,
String checksum)
throws PortalException
- Throws:
PortalException
publishStagingRequest
public void publishStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
- Throws:
PortalException
updateStagingRequest
public void updateStagingRequest(long stagingRequestId,
String fileName,
byte[] bytes)
throws PortalException
- Throws:
PortalException
validateStagingRequest
public MissingReferences validateStagingRequest(long stagingRequestId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
- Throws:
PortalException
checkPermission
protected void checkPermission(long stagingRequestId)
throws PortalException
- Throws:
PortalException