@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutBranchService extends BaseService
LayoutBranchServiceUtil,
com.liferay.portal.service.base.LayoutBranchServiceBaseImpl,
com.liferay.portal.service.impl.LayoutBranchServiceImpl| Modifier and Type | Method and Description |
|---|---|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext) |
void |
deleteLayoutBranch(long layoutBranchId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutBranch |
updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext) |
LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) throws PortalException
PortalExceptionLayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void deleteLayoutBranch(long layoutBranchId)
throws PortalException
PortalException