|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutBranchServiceWrapper
public class LayoutBranchServiceWrapper
Provides a wrapper for LayoutBranchService.
LayoutBranchService| Constructor Summary | |
|---|---|
LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
|
|
| Method Summary | |
|---|---|
LayoutBranch |
addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
void |
deleteLayoutBranch(long layoutBranchId)
|
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(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,
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 LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface LayoutBranchServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface LayoutBranchServicebeanIdentifier - the Spring bean ID for this bean
public LayoutBranch addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutBranch in interface LayoutBranchServicePortalException
SystemException
public void deleteLayoutBranch(long layoutBranchId)
throws PortalException,
SystemException
deleteLayoutBranch in interface LayoutBranchServicePortalException
SystemException
public LayoutBranch updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateLayoutBranch in interface LayoutBranchServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||