public class EROrganizationLocalServiceUtil
extends java.lang.Object
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.EROrganizationLocalService| Constructor and Description |
|---|
EROrganizationLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Organization |
addOrUpdateOrganization(java.lang.String externalReferenceCode,
long userId,
long parentOrganizationId,
java.lang.String name,
java.lang.String type,
long regionId,
long countryId,
long statusId,
java.lang.String comments,
boolean site,
boolean hasLogo,
byte[] logoBytes,
ServiceContext serviceContext) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static EROrganizationLocalService |
getService() |
public static Organization addOrUpdateOrganization(java.lang.String externalReferenceCode, long userId, long parentOrganizationId, java.lang.String name, java.lang.String type, long regionId, long countryId, long statusId, java.lang.String comments, boolean site, boolean hasLogo, byte[] logoBytes, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static EROrganizationLocalService getService()