@ProviderType public class LayoutBranchServiceWrapper extends java.lang.Object implements LayoutBranchService, ServiceWrapper<LayoutBranchService>
LayoutBranchService.LayoutBranchService| Constructor and Description |
|---|
LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
java.lang.String name,
java.lang.String description,
boolean master,
ServiceContext serviceContext) |
void |
deleteLayoutBranch(long layoutBranchId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutBranchService |
getWrappedLayoutBranchService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutBranchService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutBranchService) |
void |
setWrappedService(LayoutBranchService layoutBranchService) |
LayoutBranch |
updateLayoutBranch(long layoutBranchId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutBranchServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutBranchServicebeanIdentifier - the Spring bean ID for this beanpublic LayoutBranch addLayoutBranch(long layoutRevisionId, java.lang.String name, java.lang.String description, boolean master, ServiceContext serviceContext) throws PortalException, SystemException
addLayoutBranch in interface LayoutBranchServicePortalExceptionSystemExceptionpublic void deleteLayoutBranch(long layoutBranchId)
throws PortalException,
SystemException
deleteLayoutBranch in interface LayoutBranchServicePortalExceptionSystemExceptionpublic LayoutBranch updateLayoutBranch(long layoutBranchId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
updateLayoutBranch in interface LayoutBranchServicePortalExceptionSystemExceptionpublic LayoutBranchService getWrappedLayoutBranchService()
getWrappedService()public void setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
setWrappedService(com.liferay.portal.service.LayoutBranchService)public LayoutBranchService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutBranchService>public void setWrappedService(LayoutBranchService layoutBranchService)
setWrappedService in interface ServiceWrapper<LayoutBranchService>