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:
- IdentifiableBean, 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, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portal.service.base.LayoutBranchServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getLayoutBranchLocalService, getLayoutBranchPersistence, getLayoutBranchService, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getLayoutRevisionService, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetBranchService, getModelClass, getModelClassName, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setLayoutBranchLocalService, setLayoutBranchPersistence, setLayoutBranchService, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setLayoutRevisionService, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetBranchService, 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