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