public class LayoutSetBranchServiceUtil
extends 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,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
static void |
deleteLayoutSetBranch(long layoutSetBranchId) |
static void |
deleteLayoutSetBranch(long currentLayoutPlid,
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 void |
setService(LayoutSetBranchService service) |
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 void deleteLayoutSetBranch(long currentLayoutPlid, 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()
public static void setService(LayoutSetBranchService service)