public class AccountEntryServiceWrapper extends java.lang.Object implements AccountEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
AccountEntryService
.AccountEntryService
Constructor and Description |
---|
AccountEntryServiceWrapper(AccountEntryService accountEntryService) |
Modifier and Type | Method and Description |
---|---|
AccountEntry |
addAccountEntry(long userId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] domains,
byte[] logoBytes,
int status) |
java.util.List<AccountEntry> |
getAccountEntries(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> obc) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryService |
getWrappedService() |
void |
setWrappedService(AccountEntryService accountEntryService) |
public AccountEntryServiceWrapper(AccountEntryService accountEntryService)
public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, byte[] logoBytes, int status) throws com.liferay.portal.kernel.exception.PortalException
addAccountEntry
in interface AccountEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<AccountEntry> getAccountEntries(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> obc) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntries
in interface AccountEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountEntryService
public AccountEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
public void setWrappedService(AccountEntryService accountEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>