@ProviderType
public class LayoutBranchServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.LayoutBranchServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.LayoutBranchService,
LayoutBranchServiceBaseImpl,
com.liferay.portal.service.impl.LayoutBranchServiceImpl| Constructor and Description |
|---|
LayoutBranchServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutBranch |
addLayoutBranch(long layoutRevisionId,
java.lang.String name,
java.lang.String description,
boolean master,
ServiceContext serviceContext) |
static void |
deleteLayoutBranch(long layoutBranchId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutBranchService |
getService() |
void |
setService(LayoutBranchService service)
Deprecated.
As of 6.2.0
|
static LayoutBranch |
updateLayoutBranch(long layoutBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public static LayoutBranch addLayoutBranch(long layoutRevisionId, java.lang.String name, java.lang.String description, boolean master, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void deleteLayoutBranch(long layoutBranchId)
throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static LayoutBranch updateLayoutBranch(long layoutBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static LayoutBranchService getService()
@Deprecated public void setService(LayoutBranchService service)