@ProviderType public class LayoutSetBranchServiceWrapper extends java.lang.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,
java.lang.String name,
java.lang.String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
void |
deleteLayoutSetBranch(long layoutSetBranchId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
LayoutSetBranchService |
getWrappedLayoutSetBranchService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutSetBranchService |
getWrappedService() |
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutSetBranchService) |
void |
setWrappedService(LayoutSetBranchService layoutSetBranchService) |
LayoutSetBranch |
updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutSetBranchServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutSetBranchServicebeanIdentifier - the Spring bean ID for this beanpublic LayoutSetBranch addLayoutSetBranch(long groupId, boolean privateLayout, java.lang.String name, java.lang.String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException, SystemException
addLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionSystemExceptionpublic void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException,
SystemException
deleteLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionSystemExceptionpublic java.util.List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout) throws SystemException
getLayoutSetBranches in interface LayoutSetBranchServiceSystemExceptionpublic LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException, SystemException
mergeLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionSystemExceptionpublic LayoutSetBranch updateLayoutSetBranch(long groupId, long layoutSetBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
updateLayoutSetBranch in interface LayoutSetBranchServicePortalExceptionSystemExceptionpublic LayoutSetBranchService getWrappedLayoutSetBranchService()
getWrappedService()public void setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
setWrappedService(com.liferay.portal.service.LayoutSetBranchService)public LayoutSetBranchService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetBranchService>public void setWrappedService(LayoutSetBranchService layoutSetBranchService)
setWrappedService in interface ServiceWrapper<LayoutSetBranchService>