@ProviderType
public class LayoutSetBranchServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.LayoutSetBranchServiceImpl
and is an
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.LayoutSetBranchService
Constructor and Description |
---|
LayoutSetBranchServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
java.lang.String name,
java.lang.String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
static void |
deleteLayoutSetBranch(long layoutSetBranchId) |
static java.util.List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutSetBranchService |
getService() |
static LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
static LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public static LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, java.lang.String name, java.lang.String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalException
public static void deleteLayoutSetBranch(long layoutSetBranchId) throws PortalException
PortalException
public static java.util.List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
public static java.lang.String getOSGiServiceIdentifier()
public static LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalException
public static LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
PortalException
public static LayoutSetBranchService getService()