|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutSetBranchServiceWrapper
@ProviderType public class LayoutSetBranchServiceWrapper
Provides a wrapper for LayoutSetBranchService.
LayoutSetBranchService| Constructor Summary | |
|---|---|
LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
|
|
| 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)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
LayoutSetBranchService |
getWrappedLayoutSetBranchService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
LayoutSetBranchService |
getWrappedService()
|
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
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,
String name,
String description,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
| Method Detail |
|---|
public LayoutSetBranch addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException
addLayoutSetBranch in interface LayoutSetBranchServicePortalException
public void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException
deleteLayoutSetBranch in interface LayoutSetBranchServicePortalException
public List<LayoutSetBranch> getLayoutSetBranches(long groupId,
boolean privateLayout)
getLayoutSetBranches in interface LayoutSetBranchServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetBranchService
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException
mergeLayoutSetBranch in interface LayoutSetBranchServicePortalException
public LayoutSetBranch updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
updateLayoutSetBranch in interface LayoutSetBranchServicePortalException@Deprecated public LayoutSetBranchService getWrappedLayoutSetBranchService()
getWrappedService()
@Deprecated 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>
|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||