com.liferay.portal.service.impl
Class LayoutBranchServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutBranchServiceBaseImpl
com.liferay.portal.service.impl.LayoutBranchServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.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 |
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
|
Method Summary |
com.liferay.portal.kernel.model.LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
|
void |
deleteLayoutBranch(long layoutBranchId)
|
com.liferay.portal.kernel.model.LayoutBranch |
updateLayoutBranch(long layoutBranchId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
|
| 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 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 |
LayoutBranchServiceImpl
public LayoutBranchServiceImpl()
addLayoutBranch
public com.liferay.portal.kernel.model.LayoutBranch addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteLayoutBranch
public void deleteLayoutBranch(long layoutBranchId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
updateLayoutBranch
public com.liferay.portal.kernel.model.LayoutBranch updateLayoutBranch(long layoutBranchId,
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