Class PhoneServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PhoneServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PhoneService
Direct Known Subclasses:
PhoneServiceImpl

public abstract class PhoneServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.PhoneService
Provides the base implementation for the phone 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 PhoneServiceImpl.

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.PhoneLocalService
     
    protected com.liferay.portal.kernel.service.persistence.PhonePersistence
     
    protected com.liferay.portal.kernel.service.PhoneService
     

    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.
    protected Class<?>
     
    protected String
     
    Returns the OSGi service identifier.
    com.liferay.portal.kernel.service.PhoneLocalService
    Returns the phone local service.
    com.liferay.portal.kernel.service.persistence.PhonePersistence
    Returns the phone persistence.
    com.liferay.portal.kernel.service.PhoneService
    Returns the phone remote service.
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService)
    Sets the phone local service.
    void
    setPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence)
    Sets the phone persistence.
    void
    setPhoneService(com.liferay.portal.kernel.service.PhoneService phoneService)
    Sets the phone 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.PhoneService

    addPhone, deletePhone, fetchPhoneByExternalReferenceCode, getPhone, getPhoneByExternalReferenceCode, getPhones, updatePhone
  • Field Details

    • phoneLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.PhoneLocalService.class) protected com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService
    • phoneService

      @BeanReference(type=com.liferay.portal.kernel.service.PhoneService.class) protected com.liferay.portal.kernel.service.PhoneService phoneService
    • phonePersistence

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

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

    • PhoneServiceBaseImpl

      public PhoneServiceBaseImpl()
  • Method Details

    • getPhoneLocalService

      public com.liferay.portal.kernel.service.PhoneLocalService getPhoneLocalService()
      Returns the phone local service.
      Returns:
      the phone local service
    • setPhoneLocalService

      public void setPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService)
      Sets the phone local service.
      Parameters:
      phoneLocalService - the phone local service
    • getPhoneService

      public com.liferay.portal.kernel.service.PhoneService getPhoneService()
      Returns the phone remote service.
      Returns:
      the phone remote service
    • setPhoneService

      public void setPhoneService(com.liferay.portal.kernel.service.PhoneService phoneService)
      Sets the phone remote service.
      Parameters:
      phoneService - the phone remote service
    • getPhonePersistence

      public com.liferay.portal.kernel.service.persistence.PhonePersistence getPhonePersistence()
      Returns the phone persistence.
      Returns:
      the phone persistence
    • setPhonePersistence

      public void setPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence)
      Sets the phone persistence.
      Parameters:
      phonePersistence - the phone 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.PhoneService
      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