com.liferay.portal.service
Class LayoutSetBranchServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutSetBranchServiceWrapper
- All Implemented Interfaces:
- LayoutSetBranchService, ServiceWrapper<LayoutSetBranchService>
public class LayoutSetBranchServiceWrapper
- extends Object
- implements LayoutSetBranchService, ServiceWrapper<LayoutSetBranchService>
This class is a wrapper for LayoutSetBranchService
.
- See Also:
LayoutSetBranchService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
LayoutSetBranch |
addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
void |
deleteLayoutSetBranch(long layoutSetBranchId)
|
List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout)
|
LayoutSetBranchService |
getWrappedLayoutSetBranchService()
Deprecated. Renamed to getWrappedService() |
LayoutSetBranchService |
getWrappedService()
|
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
void |
setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutSetBranchService) |
void |
setWrappedService(LayoutSetBranchService layoutSetBranchService)
|
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 |
LayoutSetBranchServiceWrapper
public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
addLayoutSetBranch
public LayoutSetBranch addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addLayoutSetBranch
in interface LayoutSetBranchService
- Throws:
PortalException
SystemException
deleteLayoutSetBranch
public void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException,
SystemException
- Specified by:
deleteLayoutSetBranch
in interface LayoutSetBranchService
- Throws:
PortalException
SystemException
getLayoutSetBranches
public List<LayoutSetBranch> getLayoutSetBranches(long groupId,
boolean privateLayout)
throws SystemException
- Specified by:
getLayoutSetBranches
in interface LayoutSetBranchService
- Throws:
SystemException
mergeLayoutSetBranch
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
mergeLayoutSetBranch
in interface LayoutSetBranchService
- Throws:
PortalException
SystemException
updateLayoutSetBranch
public LayoutSetBranch updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateLayoutSetBranch
in interface LayoutSetBranchService
- Throws:
PortalException
SystemException
getWrappedLayoutSetBranchService
public LayoutSetBranchService getWrappedLayoutSetBranchService()
- Deprecated. Renamed to
getWrappedService()
setWrappedLayoutSetBranchService
public void setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.LayoutSetBranchService)
getWrappedService
public LayoutSetBranchService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<LayoutSetBranchService>
setWrappedService
public void setWrappedService(LayoutSetBranchService layoutSetBranchService)
- Specified by:
setWrappedService
in interface ServiceWrapper<LayoutSetBranchService>