com.liferay.portal.service.impl
Class LayoutSetBranchServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
com.liferay.portal.service.impl.LayoutSetBranchServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, LayoutSetBranchService
public class LayoutSetBranchServiceImpl
- extends LayoutSetBranchServiceBaseImpl
| 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 |
|
Method Summary |
LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
void |
deleteLayoutSetBranch(long layoutSetBranchId)
|
List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout)
|
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetBranchServiceImpl
public LayoutSetBranchServiceImpl()
addLayoutSetBranch
public LayoutSetBranch addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteLayoutSetBranch
public void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException
- Throws:
PortalException
getLayoutSetBranches
public List<LayoutSetBranch> getLayoutSetBranches(long groupId,
boolean privateLayout)
mergeLayoutSetBranch
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
updateLayoutSetBranch
public LayoutSetBranch updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException