public class LayoutBranchServiceImpl extends LayoutBranchServiceBaseImpl
counterLocalService, layoutBranchLocalService, layoutBranchPersistence, layoutBranchService| Constructor and Description |
|---|
LayoutBranchServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
afterPropertiesSet, destroy, getCounterLocalService, getLayoutBranchLocalService, getLayoutBranchPersistence, getLayoutBranchService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setLayoutBranchLocalService, setLayoutBranchPersistence, setLayoutBranchServicepublic 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
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteLayoutBranch(long layoutBranchId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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
com.liferay.portal.kernel.exception.PortalException