com.liferay.portal.service.impl
Class LayoutBranchServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutBranchServiceBaseImpl
com.liferay.portal.service.impl.LayoutBranchServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, LayoutBranchService
public class LayoutBranchServiceImpl
- extends LayoutBranchServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.LayoutBranchServiceBaseImpl |
counterLocalService, layoutBranchLocalService, layoutBranchPersistence, layoutBranchService, layoutRevisionLocalService, layoutRevisionPersistence, layoutRevisionService, layoutSetBranchLocalService, layoutSetBranchPersistence, layoutSetBranchService, recentLayoutBranchLocalService, recentLayoutBranchPersistence, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portal.service.base.LayoutBranchServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getLayoutBranchLocalService, getLayoutBranchPersistence, getLayoutBranchService, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRecentLayoutBranchLocalService, getRecentLayoutBranchPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setLayoutBranchLocalService, setLayoutBranchPersistence, setLayoutBranchService, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setLayoutRevisionService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetBranchService, setRecentLayoutBranchLocalService, setRecentLayoutBranchPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutBranchServiceImpl
public LayoutBranchServiceImpl()
addLayoutBranch
public LayoutBranch addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteLayoutBranch
public void deleteLayoutBranch(long layoutBranchId)
throws PortalException
- Throws:
PortalException
updateLayoutBranch
public LayoutBranch updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException