Class PasswordPolicyServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PasswordPolicyServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PasswordPolicyService
Direct Known Subclasses:
PasswordPolicyServiceImpl

public abstract class PasswordPolicyServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.PasswordPolicyService
Provides the base implementation for the password policy 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 PasswordPolicyServiceImpl.

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.persistence.PasswordPolicyFinder
     
    protected com.liferay.portal.kernel.service.PasswordPolicyLocalService
     
    protected com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence
     
    protected com.liferay.portal.kernel.service.PasswordPolicyService
     

    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.persistence.PasswordPolicyFinder
    Returns the password policy finder.
    com.liferay.portal.kernel.service.PasswordPolicyLocalService
    Returns the password policy local service.
    com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence
    Returns the password policy persistence.
    com.liferay.portal.kernel.service.PasswordPolicyService
    Returns the password policy remote service.
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setPasswordPolicyFinder(com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder passwordPolicyFinder)
    Sets the password policy finder.
    void
    setPasswordPolicyLocalService(com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService)
    Sets the password policy local service.
    void
    setPasswordPolicyPersistence(com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence)
    Sets the password policy persistence.
    void
    setPasswordPolicyService(com.liferay.portal.kernel.service.PasswordPolicyService passwordPolicyService)
    Sets the password policy 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.PasswordPolicyService

    addPasswordPolicy, deletePasswordPolicy, fetchPasswordPolicy, search, searchCount, updatePasswordPolicy
  • Field Details

    • passwordPolicyLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.PasswordPolicyLocalService.class) protected com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService
    • passwordPolicyService

      @BeanReference(type=com.liferay.portal.kernel.service.PasswordPolicyService.class) protected com.liferay.portal.kernel.service.PasswordPolicyService passwordPolicyService
    • passwordPolicyPersistence

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence.class) protected com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence
    • passwordPolicyFinder

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

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

    • PasswordPolicyServiceBaseImpl

      public PasswordPolicyServiceBaseImpl()
  • Method Details

    • getPasswordPolicyLocalService

      public com.liferay.portal.kernel.service.PasswordPolicyLocalService getPasswordPolicyLocalService()
      Returns the password policy local service.
      Returns:
      the password policy local service
    • setPasswordPolicyLocalService

      public void setPasswordPolicyLocalService(com.liferay.portal.kernel.service.PasswordPolicyLocalService passwordPolicyLocalService)
      Sets the password policy local service.
      Parameters:
      passwordPolicyLocalService - the password policy local service
    • getPasswordPolicyService

      public com.liferay.portal.kernel.service.PasswordPolicyService getPasswordPolicyService()
      Returns the password policy remote service.
      Returns:
      the password policy remote service
    • setPasswordPolicyService

      public void setPasswordPolicyService(com.liferay.portal.kernel.service.PasswordPolicyService passwordPolicyService)
      Sets the password policy remote service.
      Parameters:
      passwordPolicyService - the password policy remote service
    • getPasswordPolicyPersistence

      public com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence getPasswordPolicyPersistence()
      Returns the password policy persistence.
      Returns:
      the password policy persistence
    • setPasswordPolicyPersistence

      public void setPasswordPolicyPersistence(com.liferay.portal.kernel.service.persistence.PasswordPolicyPersistence passwordPolicyPersistence)
      Sets the password policy persistence.
      Parameters:
      passwordPolicyPersistence - the password policy persistence
    • getPasswordPolicyFinder

      public com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder getPasswordPolicyFinder()
      Returns the password policy finder.
      Returns:
      the password policy finder
    • setPasswordPolicyFinder

      public void setPasswordPolicyFinder(com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder passwordPolicyFinder)
      Sets the password policy finder.
      Parameters:
      passwordPolicyFinder - the password policy finder
    • 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.PasswordPolicyService
      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