Class ERUserGroupLocalServiceUtil

java.lang.Object
com.liferay.external.reference.service.ERUserGroupLocalServiceUtil

public class ERUserGroupLocalServiceUtil extends Object
Provides the local service utility for ERUserGroup. This utility wraps com.liferay.external.reference.service.impl.ERUserGroupLocalServiceImpl and is an access point for service operations in application layer code running on the local server. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
See Also:
Generated:
  • Constructor Details

    • ERUserGroupLocalServiceUtil

      public ERUserGroupLocalServiceUtil()
  • Method Details

    • addOrUpdateUserGroup

      public static com.liferay.portal.kernel.model.UserGroup addOrUpdateUserGroup(String externalReferenceCode, long userId, long companyId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static ERUserGroupLocalService getService()