Liferay 7.0-ce-m3

com.liferay.portal.service
Class LayoutSetBranchServiceWrapper

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

@ProviderType
public class LayoutSetBranchServiceWrapper
extends Object
implements LayoutSetBranchService, ServiceWrapper<LayoutSetBranchService>

Provides a wrapper for LayoutSetBranchService.

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

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. As of 6.1.0, replaced by 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. 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

LayoutSetBranchServiceWrapper

public LayoutSetBranchServiceWrapper(LayoutSetBranchService layoutSetBranchService)
Method Detail

addLayoutSetBranch

public LayoutSetBranch addLayoutSetBranch(long groupId,
                                          boolean privateLayout,
                                          String name,
                                          String description,
                                          boolean master,
                                          long copyLayoutSetBranchId,
                                          ServiceContext serviceContext)
                                   throws PortalException
Specified by:
addLayoutSetBranch in interface LayoutSetBranchService
Throws:
PortalException

deleteLayoutSetBranch

public void deleteLayoutSetBranch(long layoutSetBranchId)
                           throws PortalException
Specified by:
deleteLayoutSetBranch in interface LayoutSetBranchService
Throws:
PortalException

getBeanIdentifier

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

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

getLayoutSetBranches

public List<LayoutSetBranch> getLayoutSetBranches(long groupId,
                                                  boolean privateLayout)
Specified by:
getLayoutSetBranches in interface LayoutSetBranchService

mergeLayoutSetBranch

public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId,
                                            long mergeLayoutSetBranchId,
                                            ServiceContext serviceContext)
                                     throws PortalException
Specified by:
mergeLayoutSetBranch in interface LayoutSetBranchService
Throws:
PortalException

setBeanIdentifier

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

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

updateLayoutSetBranch

public LayoutSetBranch updateLayoutSetBranch(long groupId,
                                             long layoutSetBranchId,
                                             String name,
                                             String description,
                                             ServiceContext serviceContext)
                                      throws PortalException
Specified by:
updateLayoutSetBranch in interface LayoutSetBranchService
Throws:
PortalException

getWrappedLayoutSetBranchService

@Deprecated
public LayoutSetBranchService getWrappedLayoutSetBranchService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedLayoutSetBranchService

@Deprecated
public void setWrappedLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Deprecated. As of 6.1.0, replaced by 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>

Liferay 7.0-ce-m3