Class ERUserGroupLocalServiceUtil
java.lang.Object
com.liferay.external.reference.service.ERUserGroupLocalServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.portal.kernel.model.UserGroupaddOrUpdateUserGroup(String externalReferenceCode, long userId, long companyId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) static StringReturns the OSGi service identifier.static ERUserGroupLocalService
-
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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-