Liferay 7.0-ce-m3

com.liferay.portal.service
Class LayoutBranchServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutBranchServiceWrapper
All Implemented Interfaces:
BaseService, LayoutBranchService, ServiceWrapper<LayoutBranchService>

@ProviderType
public class LayoutBranchServiceWrapper
extends Object
implements LayoutBranchService, ServiceWrapper<LayoutBranchService>

Provides a wrapper for LayoutBranchService.

See Also:
LayoutBranchService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

LayoutBranchServiceWrapper

public LayoutBranchServiceWrapper(LayoutBranchService layoutBranchService)
Method Detail

addLayoutBranch

public LayoutBranch addLayoutBranch(long layoutRevisionId,
                                    String name,
                                    String description,
                                    boolean master,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
addLayoutBranch in interface LayoutBranchService
Throws:
PortalException

deleteLayoutBranch

public void deleteLayoutBranch(long layoutBranchId)
                        throws PortalException
Specified by:
deleteLayoutBranch in interface LayoutBranchService
Throws:
PortalException

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface LayoutBranchService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface LayoutBranchService
Parameters:
beanIdentifier - the Spring bean ID for this bean

updateLayoutBranch

public LayoutBranch updateLayoutBranch(long layoutBranchId,
                                       String name,
                                       String description,
                                       ServiceContext serviceContext)
                                throws PortalException
Specified by:
updateLayoutBranch in interface LayoutBranchService
Throws:
PortalException

getWrappedLayoutBranchService

@Deprecated
public LayoutBranchService getWrappedLayoutBranchService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedLayoutBranchService

@Deprecated
public void setWrappedLayoutBranchService(LayoutBranchService layoutBranchService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutBranchService)


getWrappedService

public LayoutBranchService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<LayoutBranchService>

setWrappedService

public void setWrappedService(LayoutBranchService layoutBranchService)
Specified by:
setWrappedService in interface ServiceWrapper<LayoutBranchService>

Liferay 7.0-ce-m3