Class AccountEntryServiceWrapper

java.lang.Object
com.liferay.account.service.AccountEntryServiceWrapper
All Implemented Interfaces:
AccountEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>

public class AccountEntryServiceWrapper extends Object implements AccountEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
Provides a wrapper for AccountEntryService.
See Also:
Generated:
  • Constructor Details

    • AccountEntryServiceWrapper

      public AccountEntryServiceWrapper()
    • AccountEntryServiceWrapper

      public AccountEntryServiceWrapper(AccountEntryService accountEntryService)
  • Method Details

    • activateAccountEntries

      public void activateAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      activateAccountEntries in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • activateAccountEntry

      public AccountEntry activateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      activateAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountEntry

      public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, String name, String description, String[] domains, String email, byte[] logoBytes, String taxIdNumber, String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateAccountEntry

      public AccountEntry addOrUpdateAccountEntry(String externalReferenceCode, long userId, long parentAccountEntryId, String name, String description, String[] domains, String emailAddress, byte[] logoBytes, String taxIdNumber, String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deactivateAccountEntries

      public void deactivateAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deactivateAccountEntries in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deactivateAccountEntry

      public AccountEntry deactivateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deactivateAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntries

      public void deleteAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountEntries in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntry

      public void deleteAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountEntry

      public AccountEntry fetchAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountEntryByExternalReferenceCode

      public AccountEntry fetchAccountEntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountEntryByExternalReferenceCode in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntries

      public 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
      Specified by:
      getAccountEntries in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntry

      public AccountEntry getAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryByExternalReferenceCode

      public AccountEntry getAccountEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryByExternalReferenceCode in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AccountEntryService
      Returns:
      the OSGi service identifier
    • searchAccountEntries

      public com.liferay.portal.kernel.search.BaseModelSearchResult<AccountEntry> searchAccountEntries(String keywords, LinkedHashMap<String,Object> params, int cur, int delta, String orderByField, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchAccountEntries in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateAccountEntry

      public AccountEntry updateAccountEntry(AccountEntry accountEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateAccountEntry

      public AccountEntry updateAccountEntry(long accountEntryId, long parentAccountEntryId, String name, String description, boolean deleteLogo, String[] domains, String emailAddress, byte[] logoBytes, String taxIdNumber, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateAccountEntry in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateDefaultBillingAddressId

      public AccountEntry updateDefaultBillingAddressId(long accountEntryId, long addressId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDefaultBillingAddressId in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateDefaultShippingAddressId

      public AccountEntry updateDefaultShippingAddressId(long accountEntryId, long addressId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDefaultShippingAddressId in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateDomains

      public AccountEntry updateDomains(long accountEntryId, String[] domains) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDomains in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateExternalReferenceCode

      public AccountEntry updateExternalReferenceCode(long accountEntryId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateExternalReferenceCode in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateRestrictMembership

      public AccountEntry updateRestrictMembership(long accountEntryId, boolean restrictMembership) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateRestrictMembership in interface AccountEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public AccountEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
    • setWrappedService

      public void setWrappedService(AccountEntryService accountEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>