Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.service.impl
Class LayoutSetBranchServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
          extended by com.liferay.portal.service.impl.LayoutSetBranchServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.LayoutSetBranchService

public class LayoutSetBranchServiceImpl
extends LayoutSetBranchServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
counterLocalService, imageLocalService, imagePersistence, imageService, layoutBranchLocalService, layoutBranchPersistence, layoutBranchService, layoutFinder, layoutLocalService, layoutPersistence, layoutRevisionLocalService, layoutRevisionPersistence, layoutRevisionService, layoutService, layoutSetBranchLocalService, layoutSetBranchPersistence, layoutSetBranchService, layoutSetLocalService, layoutSetPersistence, layoutSetService, recentLayoutSetBranchLocalService, recentLayoutSetBranchPersistence, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
LayoutSetBranchServiceImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void deleteLayoutSetBranch(long layoutSetBranchId)
           
 List<com.liferay.portal.kernel.model.LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
           
 com.liferay.portal.kernel.model.LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 com.liferay.portal.kernel.model.LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getImageLocalService, getImagePersistence, getImageService, getLayoutBranchLocalService, getLayoutBranchPersistence, getLayoutBranchService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getLayoutService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRecentLayoutSetBranchLocalService, getRecentLayoutSetBranchPersistence, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setImageLocalService, setImagePersistence, setImageService, setLayoutBranchLocalService, setLayoutBranchPersistence, setLayoutBranchService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setLayoutRevisionService, setLayoutService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetBranchService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetService, setRecentLayoutSetBranchLocalService, setRecentLayoutSetBranchPersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.kernel.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

LayoutSetBranchServiceImpl

public LayoutSetBranchServiceImpl()
Method Detail

addLayoutSetBranch

public com.liferay.portal.kernel.model.LayoutSetBranch addLayoutSetBranch(long groupId,
                                                                          boolean privateLayout,
                                                                          String name,
                                                                          String description,
                                                                          boolean master,
                                                                          long copyLayoutSetBranchId,
                                                                          com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

deleteLayoutSetBranch

public void deleteLayoutSetBranch(long layoutSetBranchId)
                           throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getLayoutSetBranches

public List<com.liferay.portal.kernel.model.LayoutSetBranch> getLayoutSetBranches(long groupId,
                                                                                  boolean privateLayout)

mergeLayoutSetBranch

public com.liferay.portal.kernel.model.LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
                                                                            long mergeLayoutSetBranchId,
                                                                            com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                                     throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateLayoutSetBranch

public com.liferay.portal.kernel.model.LayoutSetBranch updateLayoutSetBranch(long groupId,
                                                                             long layoutSetBranchId,
                                                                             String name,
                                                                             String description,
                                                                             com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                                      throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b8 portal-impl