public class LayoutSetBranchServiceWrapper extends Object implements LayoutSetBranchService, ServiceWrapper<LayoutSetBranchService>
LayoutSetBranchService.LayoutSetBranchService| Constructor and Description |
|---|
LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService) |
| 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.
|
LayoutSetBranchService |
getWrappedService() |
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
void |
setWrappedService(LayoutSetBranchService layoutSetBranchService) |
LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext) |
public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
public 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.addLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException
deleteLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
getLayoutSetBranches in interface LayoutSetBranchServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetBranchServicepublic LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
mergeLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
updateLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionpublic LayoutSetBranchService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetBranchService>public void setWrappedService(LayoutSetBranchService layoutSetBranchService)
setWrappedService in interface ServiceWrapper<LayoutSetBranchService>