public class AccountEntryServiceWrapper extends java.lang.Object implements AccountEntryService, 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)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addAccountEntry(long, long, String, String, String[],
byte[], String, int, ServiceContext) |
AccountEntry |
addAccountEntry(long userId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] domains,
byte[] logoBytes,
int status,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addAccountEntry(long, long, String, String, String[],
byte[], String, int, ServiceContext) |
AccountEntry |
addAccountEntry(long userId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] domains,
byte[] logoBytes,
java.lang.String taxIdNumber,
java.lang.String type,
int status,
ServiceContext serviceContext) |
java.util.List<AccountEntry> |
getAccountEntries(long companyId,
int status,
int start,
int end,
OrderByComparator<AccountEntry> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryService |
getWrappedService() |
BaseModelSearchResult<AccountEntry> |
search(java.lang.String keywords,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
int cur,
int delta,
java.lang.String orderByField,
boolean reverse) |
void |
setWrappedService(AccountEntryService accountEntryService) |
public AccountEntryServiceWrapper(AccountEntryService accountEntryService)
@Deprecated public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, byte[] logoBytes, int status) throws PortalException
#addAccountEntry(long, long, String, String, String[],
byte[], String, int, ServiceContext)addAccountEntry in interface AccountEntryServicePortalException@Deprecated public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, byte[] logoBytes, int status, ServiceContext serviceContext) throws PortalException
#addAccountEntry(long, long, String, String, String[],
byte[], String, int, ServiceContext)addAccountEntry in interface AccountEntryServicePortalExceptionpublic AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, byte[] logoBytes, java.lang.String taxIdNumber, java.lang.String type, int status, ServiceContext serviceContext) throws PortalException
addAccountEntry in interface AccountEntryServicePortalExceptionpublic java.util.List<AccountEntry> getAccountEntries(long companyId, int status, int start, int end, OrderByComparator<AccountEntry> orderByComparator) throws PortalException
getAccountEntries in interface AccountEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountEntryServicepublic BaseModelSearchResult<AccountEntry> search(java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int cur, int delta, java.lang.String orderByField, boolean reverse)
search in interface AccountEntryServicepublic AccountEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<AccountEntryService>public void setWrappedService(AccountEntryService accountEntryService)
setWrappedService in interface ServiceWrapper<AccountEntryService>