Package com.liferay.portal.service.impl
Class LayoutBranchServiceImpl
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
- Author:
- Brian Wing Shun Chan, Julio Camarero
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.LayoutBranchServiceBaseImpl
counterLocalService, layoutBranchLocalService, layoutBranchPersistence, layoutBranchService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.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, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setLayoutBranchLocalService, setLayoutBranchPersistence, setLayoutBranchService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
LayoutBranchServiceImpl
public LayoutBranchServiceImpl()
-
-
Method Details
-
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
-