com.liferay.portal.service
Class LayoutSetBranchServiceUtil
java.lang.Object
com.liferay.portal.service.LayoutSetBranchServiceUtil
public class LayoutSetBranchServiceUtil
- extends Object
The utility for the layout set branch remote service. This utility wraps LayoutSetBranchServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
LayoutSetBranchService
,
LayoutSetBranchServiceBaseImpl
,
LayoutSetBranchServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
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 LayoutSetBranchService |
getService()
|
static LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
void |
setService(LayoutSetBranchService service)
|
static LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetBranchServiceUtil
public LayoutSetBranchServiceUtil()
addLayoutSetBranch
public static LayoutSetBranch addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteLayoutSetBranch
public static void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSetBranches
public static List<LayoutSetBranch> getLayoutSetBranches(long groupId,
boolean privateLayout)
throws SystemException
- Throws:
SystemException
mergeLayoutSetBranch
public static LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateLayoutSetBranch
public static LayoutSetBranch updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static LayoutSetBranchService getService()
setService
public void setService(LayoutSetBranchService service)