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)
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,
com.liferay.portal.kernel.service.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,
java.lang.String email,
byte[] logoBytes,
java.lang.String taxIdNumber,
java.lang.String type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<AccountEntry> |
getAccountEntries(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntryService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<AccountEntry> |
searchAccountEntries(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 com.liferay.portal.kernel.exception.PortalException
#addAccountEntry(long, long, String, String, String[],
byte[], String, int, ServiceContext)
addAccountEntry
in interface AccountEntryService
com.liferay.portal.kernel.exception.PortalException
@Deprecated public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, byte[] logoBytes, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
#addAccountEntry(long, long, String, String, String[],
byte[], String, int, ServiceContext)
addAccountEntry
in interface AccountEntryService
com.liferay.portal.kernel.exception.PortalException
public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, java.lang.String email, byte[] logoBytes, java.lang.String taxIdNumber, java.lang.String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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> orderByComparator) 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 com.liferay.portal.kernel.search.BaseModelSearchResult<AccountEntry> searchAccountEntries(java.lang.String keywords, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int cur, int delta, java.lang.String orderByField, boolean reverse)
searchAccountEntries
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>