Class AccountGroupServiceWrapper

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

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

    • AccountGroupServiceWrapper

      public AccountGroupServiceWrapper()
    • AccountGroupServiceWrapper

      public AccountGroupServiceWrapper(AccountGroupService accountGroupService)
  • Method Details

    • addAccountGroup

      public AccountGroup addAccountGroup(long userId, String description, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountGroup in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountGroup

      public AccountGroup deleteAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountGroup in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountGroups

      public void deleteAccountGroups(long[] accountGroupIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountGroups in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountGroup

      public AccountGroup fetchAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountGroup in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchAccountGroupByExternalReferenceCode

      public AccountGroup fetchAccountGroupByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchAccountGroupByExternalReferenceCode in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroup

      public AccountGroup getAccountGroup(long accountGroupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountGroup in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupsByAccountEntryId

      public List<AccountGroup> getAccountGroupsByAccountEntryId(long accountEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountGroupsByAccountEntryId in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupsCountByAccountEntryId

      public int getAccountGroupsCountByAccountEntryId(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountGroupsCountByAccountEntryId in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public com.liferay.portal.kernel.search.BaseModelSearchResult<AccountGroup> searchAccountGroups(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountGroup> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchAccountGroups in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateAccountGroup

      public AccountGroup updateAccountGroup(long accountGroupId, String description, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateAccountGroup in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateExternalReferenceCode

      public AccountGroup updateExternalReferenceCode(long accountGroupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateExternalReferenceCode in interface AccountGroupService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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