Class LayoutSetBranchServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.LayoutSetBranchService
Direct Known Subclasses:
LayoutSetBranchServiceImpl

public abstract class LayoutSetBranchServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutSetBranchService
Provides the base implementation for the layout set branch remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutSetBranchServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.counter.kernel.service.CounterLocalService
     
    protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService
     
    protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence
     
    protected com.liferay.portal.kernel.service.LayoutSetBranchService
     

    Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    com.liferay.portal.kernel.service.LayoutSetBranchLocalService
    Returns the layout set branch local service.
    com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence
    Returns the layout set branch persistence.
    com.liferay.portal.kernel.service.LayoutSetBranchService
    Returns the layout set branch remote service.
    protected Class<?>
     
    protected String
     
    Returns the OSGi service identifier.
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
    Sets the layout set branch local service.
    void
    setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
    Sets the layout set branch persistence.
    void
    setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService)
    Sets the layout set branch remote service.

    Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.service.LayoutSetBranchService

    addLayoutSetBranch, deleteLayoutSetBranch, deleteLayoutSetBranch, getLayoutSetBranches, mergeLayoutSetBranch, updateLayoutSetBranch
  • Field Details

    • layoutSetBranchLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService
    • layoutSetBranchService

      @BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService
    • layoutSetBranchPersistence

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence
    • counterLocalService

      @BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
  • Constructor Details

    • LayoutSetBranchServiceBaseImpl

      public LayoutSetBranchServiceBaseImpl()
  • Method Details

    • getLayoutSetBranchLocalService

      public com.liferay.portal.kernel.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService()
      Returns the layout set branch local service.
      Returns:
      the layout set branch local service
    • setLayoutSetBranchLocalService

      public void setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
      Sets the layout set branch local service.
      Parameters:
      layoutSetBranchLocalService - the layout set branch local service
    • getLayoutSetBranchService

      public com.liferay.portal.kernel.service.LayoutSetBranchService getLayoutSetBranchService()
      Returns the layout set branch remote service.
      Returns:
      the layout set branch remote service
    • setLayoutSetBranchService

      public void setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService)
      Sets the layout set branch remote service.
      Parameters:
      layoutSetBranchService - the layout set branch remote service
    • getLayoutSetBranchPersistence

      public com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence getLayoutSetBranchPersistence()
      Returns the layout set branch persistence.
      Returns:
      the layout set branch persistence
    • setLayoutSetBranchPersistence

      public void setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
      Sets the layout set branch persistence.
      Parameters:
      layoutSetBranchPersistence - the layout set branch persistence
    • getCounterLocalService

      public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
      Returns the counter local service.
      Returns:
      the counter local service
    • setCounterLocalService

      public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
      Sets the counter local service.
      Parameters:
      counterLocalService - the counter local service
    • afterPropertiesSet

      public void afterPropertiesSet()
    • destroy

      public void destroy()
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.LayoutSetBranchService
      Returns:
      the OSGi service identifier
    • getModelClass

      protected Class<?> getModelClass()
    • getModelClassName

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query