public class AccountEntryServiceWrapper extends java.lang.Object implements AccountEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
AccountEntryService.AccountEntryService| Constructor and Description |
|---|
AccountEntryServiceWrapper() |
AccountEntryServiceWrapper(AccountEntryService accountEntryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateAccountEntries(long[] accountEntryIds) |
AccountEntry |
activateAccountEntry(long accountEntryId) |
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) |
AccountEntry |
addOrUpdateAccountEntry(java.lang.String externalReferenceCode,
long userId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] domains,
java.lang.String emailAddress,
byte[] logoBytes,
java.lang.String taxIdNumber,
java.lang.String type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deactivateAccountEntries(long[] accountEntryIds) |
AccountEntry |
deactivateAccountEntry(long accountEntryId) |
void |
deleteAccountEntries(long[] accountEntryIds) |
void |
deleteAccountEntry(long accountEntryId) |
AccountEntry |
fetchAccountEntry(long accountEntryId) |
AccountEntry |
fetchAccountEntryByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
java.util.List<AccountEntry> |
getAccountEntries(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) |
AccountEntry |
getAccountEntry(long accountEntryId) |
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) |
AccountEntry |
updateAccountEntry(AccountEntry accountEntry) |
AccountEntry |
updateAccountEntry(long accountEntryId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
boolean deleteLogo,
java.lang.String[] domains,
java.lang.String emailAddress,
byte[] logoBytes,
java.lang.String taxIdNumber,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AccountEntry |
updateDomains(long accountEntryId,
java.lang.String[] domains) |
AccountEntry |
updateExternalReferenceCode(long accountEntryId,
java.lang.String externalReferenceCode) |
AccountEntry |
updateRestrictMembership(long accountEntryId,
boolean restrictMembership) |
public AccountEntryServiceWrapper()
public AccountEntryServiceWrapper(AccountEntryService accountEntryService)
public void activateAccountEntries(long[] accountEntryIds)
throws com.liferay.portal.kernel.exception.PortalException
activateAccountEntries in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry activateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
activateAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry addOrUpdateAccountEntry(java.lang.String externalReferenceCode, long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, java.lang.String emailAddress, 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
addOrUpdateAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deactivateAccountEntries(long[] accountEntryIds)
throws com.liferay.portal.kernel.exception.PortalException
deactivateAccountEntries in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry deactivateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
deactivateAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountEntries(long[] accountEntryIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntries in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAccountEntry(long accountEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry fetchAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry fetchAccountEntryByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
fetchAccountEntryByExternalReferenceCode in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry getAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
getAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AccountEntryServicepublic 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) throws com.liferay.portal.kernel.exception.PortalException
searchAccountEntries in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry updateAccountEntry(AccountEntry accountEntry) throws com.liferay.portal.kernel.exception.PortalException
updateAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry updateAccountEntry(long accountEntryId, long parentAccountEntryId, java.lang.String name, java.lang.String description, boolean deleteLogo, java.lang.String[] domains, java.lang.String emailAddress, byte[] logoBytes, java.lang.String taxIdNumber, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateAccountEntry in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry updateDomains(long accountEntryId, java.lang.String[] domains) throws com.liferay.portal.kernel.exception.PortalException
updateDomains in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry updateExternalReferenceCode(long accountEntryId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AccountEntry updateRestrictMembership(long accountEntryId, boolean restrictMembership) throws com.liferay.portal.kernel.exception.PortalException
updateRestrictMembership in interface AccountEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>