|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutSetBranchServiceWrapper
public class LayoutSetBranchServiceWrapper
This class is 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout)
|
LayoutSetBranchService |
getWrappedLayoutSetBranchService()
Deprecated. Renamed to getWrappedService() |
LayoutSetBranchService |
getWrappedService()
|
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface LayoutSetBranchServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface LayoutSetBranchServicebeanIdentifier - the Spring bean ID for this bean
public LayoutSetBranch addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutSetBranch in interface LayoutSetBranchServicePortalException
SystemException
public void deleteLayoutSetBranch(long layoutSetBranchId)
throws PortalException,
SystemException
deleteLayoutSetBranch in interface LayoutSetBranchServicePortalException
SystemException
public List<LayoutSetBranch> getLayoutSetBranches(long groupId,
boolean privateLayout)
throws SystemException
getLayoutSetBranches in interface LayoutSetBranchServiceSystemException
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
throws PortalException,
SystemException
mergeLayoutSetBranch in interface LayoutSetBranchServicePortalException
SystemException
public LayoutSetBranch updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateLayoutSetBranch in interface LayoutSetBranchServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||