Liferay 7.0-ce-m3

com.liferay.portal.service.impl
Class StagingServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.StagingServiceBaseImpl
          extended by com.liferay.portal.service.impl.StagingServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, StagingService

public class StagingServiceImpl
extends StagingServiceBaseImpl


Field Summary
 
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
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
StagingServiceImpl()
           
 
Method Summary
protected  void checkPermission(long stagingRequestId)
           
 void cleanUpStagingRequest(long stagingRequestId)
           
 long createStagingRequest(long groupId, String checksum)
           
 void publishStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
           
 void updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes)
           
 MissingReferences validateStagingRequest(long stagingRequestId, boolean privateLayout, Map<String,String[]> parameterMap)
           
 
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 com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StagingServiceImpl

public StagingServiceImpl()
Method Detail

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

Liferay 7.0-ce-m3