public class ERAccountEntryLocalServiceWrapper extends java.lang.Object implements ERAccountEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ERAccountEntryLocalService>
ERAccountEntryLocalService
.ERAccountEntryLocalService
Constructor and Description |
---|
ERAccountEntryLocalServiceWrapper(ERAccountEntryLocalService erAccountEntryLocalService) |
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ERAccountEntryLocalService |
getWrappedService() |
void |
setWrappedService(ERAccountEntryLocalService erAccountEntryLocalService) |
public ERAccountEntryLocalServiceWrapper(ERAccountEntryLocalService erAccountEntryLocalService)
public 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
addOrUpdateAccountEntry
in interface ERAccountEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ERAccountEntryLocalService
public ERAccountEntryLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ERAccountEntryLocalService>
public void setWrappedService(ERAccountEntryLocalService erAccountEntryLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ERAccountEntryLocalService>