public class ERAccountEntryLocalServiceUtil
extends java.lang.Object
com.liferay.external.reference.service.impl.ERAccountEntryLocalServiceImpl 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.ERAccountEntryLocalService| Constructor and Description |
|---|
ERAccountEntryLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AccountEntry |
addOrUpdateAccountEntry(java.lang.String externalReferenceCode,
long userId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
boolean deleteLogo,
java.lang.String[] domains,
byte[] logoBytes,
java.lang.String taxId,
java.lang.String type,
int status,
ServiceContext serviceContext) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ERAccountEntryLocalService |
getService() |
public static AccountEntry addOrUpdateAccountEntry(java.lang.String externalReferenceCode, long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, boolean deleteLogo, java.lang.String[] domains, byte[] logoBytes, java.lang.String taxId, java.lang.String type, int status, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static ERAccountEntryLocalService getService()