Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1422

Plugin hooks can now override services and models

Details

    Description

      Plugin hooks can now override services and models. For example, to override UserLocalService, a developer can add use the following:

      <hook>
      <service>
      <service-type>com.liferay.portal.service.UserLocalService</service-type>
      <service-impl>com.liferay.test.hook.service.impl.MyUserLocalServiceImpl</service-impl>
      </service>
      </hook>

      Attachments

        Issue Links

          Activity

            People

              michael.saechang Michael Saechang
              brian.chan Brian Chan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP2 (5.2.6)