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 com.liferay.account.model.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ERAccountEntryLocalService |
getService() |
public static com.liferay.account.model.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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ERAccountEntryLocalService getService()