@ProviderType
public class LayoutBranchServiceUtil
extends Object
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
,
LayoutBranchServiceImpl
Constructor and Description |
---|
LayoutBranchServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext) |
static void |
deleteLayoutBranch(long layoutBranchId) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutBranchService |
getService() |
static LayoutBranch |
updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext) |
public static LayoutBranch addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) throws PortalException
PortalException
public static void deleteLayoutBranch(long layoutBranchId) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static LayoutBranch updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
PortalException
public static LayoutBranchService getService()