@ProviderType
public class LayoutSetBranchServiceUtil
extends Object
LayoutSetBranchServiceImpl
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.LayoutSetBranchService
,
LayoutSetBranchServiceBaseImpl
,
LayoutSetBranchServiceImpl
Constructor and Description |
---|
LayoutSetBranchServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
static void |
deleteLayoutSetBranch(long layoutSetBranchId) |
static List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
static 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,
String name,
String description,
ServiceContext serviceContext) |
public static LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalException
public static void deleteLayoutSetBranch(long layoutSetBranchId) throws PortalException
PortalException
public static List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
public static String getOSGiServiceIdentifier()
public static LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalException
public static LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
PortalException
public static LayoutSetBranchService getService()