Class ERUserLocalServiceWrapper

java.lang.Object
com.liferay.external.reference.service.ERUserLocalServiceWrapper
All Implemented Interfaces:
ERUserLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERUserLocalService>

public class ERUserLocalServiceWrapper extends Object implements ERUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERUserLocalService>
Provides a wrapper for ERUserLocalService.
See Also:
Generated:
  • Constructor Details

    • ERUserLocalServiceWrapper

      public ERUserLocalServiceWrapper()
    • ERUserLocalServiceWrapper

      public ERUserLocalServiceWrapper(ERUserLocalService erUserLocalService)
  • Method Details

    • addOrUpdateUser

      public com.liferay.portal.kernel.model.User addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<com.liferay.portal.kernel.model.UserGroupRole> userGroupRoles, long[] userGroupIds, boolean sendEmail, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateUser in interface ERUserLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface ERUserLocalService
      Returns:
      the OSGi service identifier
    • getWrappedService

      public ERUserLocalService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ERUserLocalService>
    • setWrappedService

      public void setWrappedService(ERUserLocalService erUserLocalService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ERUserLocalService>