Class EROrganizationLocalServiceUtil
java.lang.Object
com.liferay.external.reference.service.EROrganizationLocalServiceUtil
Provides the local service utility for EROrganization. This utility wraps
com.liferay.external.reference.service.impl.EROrganizationLocalServiceImpl 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.OrganizationaddOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, boolean hasLogo, byte[] logoBytes, com.liferay.portal.kernel.service.ServiceContext serviceContext) static StringReturns the OSGi service identifier.static EROrganizationLocalService
-
Constructor Details
-
EROrganizationLocalServiceUtil
public EROrganizationLocalServiceUtil()
-
-
Method Details
-
addOrUpdateOrganization
public static com.liferay.portal.kernel.model.Organization addOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, boolean hasLogo, byte[] logoBytes, 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
-