@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface LayoutSetBranchService extends BaseService
LayoutSetBranchServiceUtil| Modifier and Type | Method and Description |
|---|---|
LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteLayoutSetBranch(long layoutSetBranchId) |
List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext) |
LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
LayoutSetBranchServiceUtil to access the layout set branch remote service. Add custom service methods to com.liferay.portal.service.impl.LayoutSetBranchServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionvoid deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
String getOSGiServiceIdentifier()
LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
PortalExceptionLayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
PortalException