@ProviderType
public class LayoutSetBranchServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.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,
com.liferay.portal.service.impl.LayoutSetBranchServiceImpl| 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.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static java.util.List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
static LayoutSetBranchService |
getService() |
static LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(LayoutSetBranchService service)
Deprecated.
As of 6.2.0
|
static LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, java.lang.String name, java.lang.String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static java.util.List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout) throws SystemException
SystemExceptionpublic static LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static LayoutSetBranchService getService()
public void setService(LayoutSetBranchService service)