Liferay 7.0-ce-b4

com.liferay.portal.service
Class LayoutSetBranchServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetBranchServiceUtil

@ProviderType
public class LayoutSetBranchServiceUtil
extends Object

Provides the remote service utility for LayoutSetBranch. This utility wraps 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.

See Also:
LayoutSetBranchService, LayoutSetBranchServiceBaseImpl, LayoutSetBranchServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LayoutSetBranchServiceUtil()
           
 
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 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetBranchServiceUtil

public LayoutSetBranchServiceUtil()
Method Detail

addLayoutSetBranch

public static LayoutSetBranch addLayoutSetBranch(long groupId,
                                                 boolean privateLayout,
                                                 String name,
                                                 String description,
                                                 boolean master,
                                                 long copyLayoutSetBranchId,
                                                 ServiceContext serviceContext)
                                          throws PortalException
Throws:
PortalException

deleteLayoutSetBranch

public static void deleteLayoutSetBranch(long layoutSetBranchId)
                                  throws PortalException
Throws:
PortalException

getLayoutSetBranches

public static List<LayoutSetBranch> getLayoutSetBranches(long groupId,
                                                         boolean privateLayout)

getOSGiServiceIdentifier

public static String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

mergeLayoutSetBranch

public static LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
                                                   long mergeLayoutSetBranchId,
                                                   ServiceContext serviceContext)
                                            throws PortalException
Throws:
PortalException

updateLayoutSetBranch

public static LayoutSetBranch updateLayoutSetBranch(long groupId,
                                                    long layoutSetBranchId,
                                                    String name,
                                                    String description,
                                                    ServiceContext serviceContext)
                                             throws PortalException
Throws:
PortalException

getService

public static LayoutSetBranchService getService()

Liferay 7.0-ce-b4