Class AccountEntryOrganizationRelLocalServiceWrapper

java.lang.Object
com.liferay.account.service.AccountEntryOrganizationRelLocalServiceWrapper
All Implemented Interfaces:
AccountEntryOrganizationRelLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>

public class AccountEntryOrganizationRelLocalServiceWrapper extends Object implements AccountEntryOrganizationRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>
See Also:
Generated:
  • Constructor Details

    • AccountEntryOrganizationRelLocalServiceWrapper

      public AccountEntryOrganizationRelLocalServiceWrapper()
    • AccountEntryOrganizationRelLocalServiceWrapper

      public AccountEntryOrganizationRelLocalServiceWrapper(AccountEntryOrganizationRelLocalService accountEntryOrganizationRelLocalService)
  • Method Details

    • addAccountEntryOrganizationRel

      public AccountEntryOrganizationRel addAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel)
      Adds the account entry organization rel to the database. Also notifies the appropriate model listeners.

      Important: Inspect AccountEntryOrganizationRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      addAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryOrganizationRel - the account entry organization rel
      Returns:
      the account entry organization rel that was added
    • addAccountEntryOrganizationRel

      public AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAccountEntryOrganizationRels

      public void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAccountEntryOrganizationRels in interface AccountEntryOrganizationRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createAccountEntryOrganizationRel

      public AccountEntryOrganizationRel createAccountEntryOrganizationRel(long accountEntryOrganizationRelId)
      Creates a new account entry organization rel with the primary key. Does not add the account entry organization rel to the database.
      Specified by:
      createAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryOrganizationRelId - the primary key for the new account entry organization rel
      Returns:
      the new account entry organization rel
    • createPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      createPersistedModel in interface AccountEntryOrganizationRelLocalService
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryOrganizationRel

      public AccountEntryOrganizationRel deleteAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel)
      Deletes the account entry organization rel from the database. Also notifies the appropriate model listeners.

      Important: Inspect AccountEntryOrganizationRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryOrganizationRel - the account entry organization rel
      Returns:
      the account entry organization rel that was removed
    • deleteAccountEntryOrganizationRel

      public AccountEntryOrganizationRel deleteAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the account entry organization rel with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect AccountEntryOrganizationRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryOrganizationRelId - the primary key of the account entry organization rel
      Returns:
      the account entry organization rel that was removed
      Throws:
      PortalException - if a account entry organization rel with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryOrganizationRel

      public void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryOrganizationRels

      public void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAccountEntryOrganizationRels in interface AccountEntryOrganizationRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAccountEntryOrganizationRelsByAccountEntryId

      public void deleteAccountEntryOrganizationRelsByAccountEntryId(long accountEntryId)
      Specified by:
      deleteAccountEntryOrganizationRelsByAccountEntryId in interface AccountEntryOrganizationRelLocalService
    • deleteAccountEntryOrganizationRelsByOrganizationId

      public void deleteAccountEntryOrganizationRelsByOrganizationId(long organizationId)
      Specified by:
      deleteAccountEntryOrganizationRelsByOrganizationId in interface AccountEntryOrganizationRelLocalService
    • deletePersistedModel

      public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePersistedModel in interface AccountEntryOrganizationRelLocalService
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • dslQuery

      public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQuery in interface AccountEntryOrganizationRelLocalService
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dslQueryCount

      public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQueryCount in interface AccountEntryOrganizationRelLocalService
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dynamicQuery

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface AccountEntryOrganizationRelLocalService
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Performs a dynamic query on the database and returns the matching rows.
      Specified by:
      dynamicQuery in interface AccountEntryOrganizationRelLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      Performs a dynamic query on the database and returns a range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl.

      Specified by:
      dynamicQuery in interface AccountEntryOrganizationRelLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      Returns:
      the range of matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
      Performs a dynamic query on the database and returns an ordered range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl.

      Specified by:
      dynamicQuery in interface AccountEntryOrganizationRelLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching rows
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface AccountEntryOrganizationRelLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the number of rows matching the dynamic query
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface AccountEntryOrganizationRelLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchAccountEntryOrganizationRel

      public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId)
      Specified by:
      fetchAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
    • fetchAccountEntryOrganizationRel

      public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId)
      Specified by:
      fetchAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
    • getAccountEntryOrganizationRel

      public AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the account entry organization rel with the primary key.
      Specified by:
      getAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryOrganizationRelId - the primary key of the account entry organization rel
      Returns:
      the account entry organization rel
      Throws:
      PortalException - if a account entry organization rel with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryOrganizationRel

      public AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryOrganizationRels

      public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(int start, int end)
      Returns a range of all the account entry organization rels.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl.

      Specified by:
      getAccountEntryOrganizationRels in interface AccountEntryOrganizationRelLocalService
      Parameters:
      start - the lower bound of the range of account entry organization rels
      end - the upper bound of the range of account entry organization rels (not inclusive)
      Returns:
      the range of account entry organization rels
    • getAccountEntryOrganizationRels

      public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId)
      Specified by:
      getAccountEntryOrganizationRels in interface AccountEntryOrganizationRelLocalService
    • getAccountEntryOrganizationRels

      public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end)
      Specified by:
      getAccountEntryOrganizationRels in interface AccountEntryOrganizationRelLocalService
    • getAccountEntryOrganizationRelsByOrganizationId

      public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRelsByOrganizationId(long organizationId)
      Specified by:
      getAccountEntryOrganizationRelsByOrganizationId in interface AccountEntryOrganizationRelLocalService
    • getAccountEntryOrganizationRelsByOrganizationId

      public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRelsByOrganizationId(long organizationId, int start, int end)
      Specified by:
      getAccountEntryOrganizationRelsByOrganizationId in interface AccountEntryOrganizationRelLocalService
    • getAccountEntryOrganizationRelsCount

      public int getAccountEntryOrganizationRelsCount()
      Returns the number of account entry organization rels.
      Specified by:
      getAccountEntryOrganizationRelsCount in interface AccountEntryOrganizationRelLocalService
      Returns:
      the number of account entry organization rels
    • getAccountEntryOrganizationRelsCount

      public int getAccountEntryOrganizationRelsCount(long accountEntryId)
      Specified by:
      getAccountEntryOrganizationRelsCount in interface AccountEntryOrganizationRelLocalService
    • getAccountEntryOrganizationRelsCountByOrganizationId

      public int getAccountEntryOrganizationRelsCountByOrganizationId(long organizationId)
      Specified by:
      getAccountEntryOrganizationRelsCountByOrganizationId in interface AccountEntryOrganizationRelLocalService
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface AccountEntryOrganizationRelLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface AccountEntryOrganizationRelLocalService
    • getOSGiServiceIdentifier

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

      public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPersistedModel in interface AccountEntryOrganizationRelLocalService
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • hasAccountEntryOrganizationRel

      public boolean hasAccountEntryOrganizationRel(long accountEntryId, long organizationId)
      Specified by:
      hasAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
    • setAccountEntryOrganizationRels

      public void setAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException
      Creates an AccountEntryOrganizationRel for each given organizationId, unless it already exists, and removes existing AccountEntryOrganizationRels if their organizationId is not present in the given organizationIds.
      Specified by:
      setAccountEntryOrganizationRels in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryId -
      organizationIds -
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • updateAccountEntryOrganizationRel

      public AccountEntryOrganizationRel updateAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel)
      Updates the account entry organization rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect AccountEntryOrganizationRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      updateAccountEntryOrganizationRel in interface AccountEntryOrganizationRelLocalService
      Parameters:
      accountEntryOrganizationRel - the account entry organization rel
      Returns:
      the account entry organization rel that was updated
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • getWrappedService

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

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