Interface AccountEntryOrganizationRelPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AccountEntryOrganizationRel>

@ProviderType public interface AccountEntryOrganizationRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AccountEntryOrganizationRel>
The persistence interface for the account entry organization rel service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByAccountEntryId

      List<AccountEntryOrganizationRel> findByAccountEntryId(long accountEntryId)
      Returns all the account entry organization rels where accountEntryId = ?.
      Parameters:
      accountEntryId - the account entry ID
      Returns:
      the matching account entry organization rels
    • findByAccountEntryId

      List<AccountEntryOrganizationRel> findByAccountEntryId(long accountEntryId, int start, int end)
      Returns a range of all the account entry organization rels where accountEntryId = ?.

      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 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 AccountEntryOrganizationRelModelImpl.

      Parameters:
      accountEntryId - the account entry ID
      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 matching account entry organization rels
    • findByAccountEntryId

      List<AccountEntryOrganizationRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns an ordered range of all the account entry organization rels where accountEntryId = ?.

      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 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 AccountEntryOrganizationRelModelImpl.

      Parameters:
      accountEntryId - the account entry ID
      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)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entry organization rels
    • findByAccountEntryId

      List<AccountEntryOrganizationRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entry organization rels where accountEntryId = ?.

      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 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 AccountEntryOrganizationRelModelImpl.

      Parameters:
      accountEntryId - the account entry ID
      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)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching account entry organization rels
    • findByAccountEntryId_First

      AccountEntryOrganizationRel findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator) throws NoSuchEntryOrganizationRelException
      Returns the first account entry organization rel in the ordered set where accountEntryId = ?.
      Parameters:
      accountEntryId - the account entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a matching account entry organization rel could not be found
    • fetchByAccountEntryId_First

      AccountEntryOrganizationRel fetchByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns the first account entry organization rel in the ordered set where accountEntryId = ?.
      Parameters:
      accountEntryId - the account entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry organization rel, or null if a matching account entry organization rel could not be found
    • findByAccountEntryId_Last

      AccountEntryOrganizationRel findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator) throws NoSuchEntryOrganizationRelException
      Returns the last account entry organization rel in the ordered set where accountEntryId = ?.
      Parameters:
      accountEntryId - the account entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a matching account entry organization rel could not be found
    • fetchByAccountEntryId_Last

      AccountEntryOrganizationRel fetchByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns the last account entry organization rel in the ordered set where accountEntryId = ?.
      Parameters:
      accountEntryId - the account entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry organization rel, or null if a matching account entry organization rel could not be found
    • findByAccountEntryId_PrevAndNext

      AccountEntryOrganizationRel[] findByAccountEntryId_PrevAndNext(long accountEntryOrganizationRelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator) throws NoSuchEntryOrganizationRelException
      Returns the account entry organization rels before and after the current account entry organization rel in the ordered set where accountEntryId = ?.
      Parameters:
      accountEntryOrganizationRelId - the primary key of the current account entry organization rel
      accountEntryId - the account entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a account entry organization rel with the primary key could not be found
    • removeByAccountEntryId

      void removeByAccountEntryId(long accountEntryId)
      Removes all the account entry organization rels where accountEntryId = ? from the database.
      Parameters:
      accountEntryId - the account entry ID
    • countByAccountEntryId

      int countByAccountEntryId(long accountEntryId)
      Returns the number of account entry organization rels where accountEntryId = ?.
      Parameters:
      accountEntryId - the account entry ID
      Returns:
      the number of matching account entry organization rels
    • findByOrganizationId

      List<AccountEntryOrganizationRel> findByOrganizationId(long organizationId)
      Returns all the account entry organization rels where organizationId = ?.
      Parameters:
      organizationId - the organization ID
      Returns:
      the matching account entry organization rels
    • findByOrganizationId

      List<AccountEntryOrganizationRel> findByOrganizationId(long organizationId, int start, int end)
      Returns a range of all the account entry organization rels where organizationId = ?.

      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 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 AccountEntryOrganizationRelModelImpl.

      Parameters:
      organizationId - the organization ID
      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 matching account entry organization rels
    • findByOrganizationId

      List<AccountEntryOrganizationRel> findByOrganizationId(long organizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns an ordered range of all the account entry organization rels where organizationId = ?.

      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 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 AccountEntryOrganizationRelModelImpl.

      Parameters:
      organizationId - the organization ID
      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)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entry organization rels
    • findByOrganizationId

      List<AccountEntryOrganizationRel> findByOrganizationId(long organizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entry organization rels where organizationId = ?.

      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 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 AccountEntryOrganizationRelModelImpl.

      Parameters:
      organizationId - the organization ID
      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)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching account entry organization rels
    • findByOrganizationId_First

      AccountEntryOrganizationRel findByOrganizationId_First(long organizationId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator) throws NoSuchEntryOrganizationRelException
      Returns the first account entry organization rel in the ordered set where organizationId = ?.
      Parameters:
      organizationId - the organization ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a matching account entry organization rel could not be found
    • fetchByOrganizationId_First

      AccountEntryOrganizationRel fetchByOrganizationId_First(long organizationId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns the first account entry organization rel in the ordered set where organizationId = ?.
      Parameters:
      organizationId - the organization ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry organization rel, or null if a matching account entry organization rel could not be found
    • findByOrganizationId_Last

      AccountEntryOrganizationRel findByOrganizationId_Last(long organizationId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator) throws NoSuchEntryOrganizationRelException
      Returns the last account entry organization rel in the ordered set where organizationId = ?.
      Parameters:
      organizationId - the organization ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a matching account entry organization rel could not be found
    • fetchByOrganizationId_Last

      AccountEntryOrganizationRel fetchByOrganizationId_Last(long organizationId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns the last account entry organization rel in the ordered set where organizationId = ?.
      Parameters:
      organizationId - the organization ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry organization rel, or null if a matching account entry organization rel could not be found
    • findByOrganizationId_PrevAndNext

      AccountEntryOrganizationRel[] findByOrganizationId_PrevAndNext(long accountEntryOrganizationRelId, long organizationId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator) throws NoSuchEntryOrganizationRelException
      Returns the account entry organization rels before and after the current account entry organization rel in the ordered set where organizationId = ?.
      Parameters:
      accountEntryOrganizationRelId - the primary key of the current account entry organization rel
      organizationId - the organization ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a account entry organization rel with the primary key could not be found
    • removeByOrganizationId

      void removeByOrganizationId(long organizationId)
      Removes all the account entry organization rels where organizationId = ? from the database.
      Parameters:
      organizationId - the organization ID
    • countByOrganizationId

      int countByOrganizationId(long organizationId)
      Returns the number of account entry organization rels where organizationId = ?.
      Parameters:
      organizationId - the organization ID
      Returns:
      the number of matching account entry organization rels
    • findByA_O

      AccountEntryOrganizationRel findByA_O(long accountEntryId, long organizationId) throws NoSuchEntryOrganizationRelException
      Returns the account entry organization rel where accountEntryId = ? and organizationId = ? or throws a NoSuchEntryOrganizationRelException if it could not be found.
      Parameters:
      accountEntryId - the account entry ID
      organizationId - the organization ID
      Returns:
      the matching account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a matching account entry organization rel could not be found
    • fetchByA_O

      AccountEntryOrganizationRel fetchByA_O(long accountEntryId, long organizationId)
      Returns the account entry organization rel where accountEntryId = ? and organizationId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      accountEntryId - the account entry ID
      organizationId - the organization ID
      Returns:
      the matching account entry organization rel, or null if a matching account entry organization rel could not be found
    • fetchByA_O

      AccountEntryOrganizationRel fetchByA_O(long accountEntryId, long organizationId, boolean useFinderCache)
      Returns the account entry organization rel where accountEntryId = ? and organizationId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      accountEntryId - the account entry ID
      organizationId - the organization ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching account entry organization rel, or null if a matching account entry organization rel could not be found
    • removeByA_O

      AccountEntryOrganizationRel removeByA_O(long accountEntryId, long organizationId) throws NoSuchEntryOrganizationRelException
      Removes the account entry organization rel where accountEntryId = ? and organizationId = ? from the database.
      Parameters:
      accountEntryId - the account entry ID
      organizationId - the organization ID
      Returns:
      the account entry organization rel that was removed
      Throws:
      NoSuchEntryOrganizationRelException
    • countByA_O

      int countByA_O(long accountEntryId, long organizationId)
      Returns the number of account entry organization rels where accountEntryId = ? and organizationId = ?.
      Parameters:
      accountEntryId - the account entry ID
      organizationId - the organization ID
      Returns:
      the number of matching account entry organization rels
    • cacheResult

      void cacheResult(AccountEntryOrganizationRel accountEntryOrganizationRel)
      Caches the account entry organization rel in the entity cache if it is enabled.
      Parameters:
      accountEntryOrganizationRel - the account entry organization rel
    • cacheResult

      void cacheResult(List<AccountEntryOrganizationRel> accountEntryOrganizationRels)
      Caches the account entry organization rels in the entity cache if it is enabled.
      Parameters:
      accountEntryOrganizationRels - the account entry organization rels
    • create

      AccountEntryOrganizationRel create(long accountEntryOrganizationRelId)
      Creates a new account entry organization rel with the primary key. Does not add the account entry organization rel to the database.
      Parameters:
      accountEntryOrganizationRelId - the primary key for the new account entry organization rel
      Returns:
      the new account entry organization rel
    • remove

      AccountEntryOrganizationRel remove(long accountEntryOrganizationRelId) throws NoSuchEntryOrganizationRelException
      Removes the account entry organization rel with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      accountEntryOrganizationRelId - the primary key of the account entry organization rel
      Returns:
      the account entry organization rel that was removed
      Throws:
      NoSuchEntryOrganizationRelException - if a account entry organization rel with the primary key could not be found
    • updateImpl

      AccountEntryOrganizationRel updateImpl(AccountEntryOrganizationRel accountEntryOrganizationRel)
    • findByPrimaryKey

      AccountEntryOrganizationRel findByPrimaryKey(long accountEntryOrganizationRelId) throws NoSuchEntryOrganizationRelException
      Returns the account entry organization rel with the primary key or throws a NoSuchEntryOrganizationRelException if it could not be found.
      Parameters:
      accountEntryOrganizationRelId - the primary key of the account entry organization rel
      Returns:
      the account entry organization rel
      Throws:
      NoSuchEntryOrganizationRelException - if a account entry organization rel with the primary key could not be found
    • fetchByPrimaryKey

      AccountEntryOrganizationRel fetchByPrimaryKey(long accountEntryOrganizationRelId)
      Returns the account entry organization rel with the primary key or returns null if it could not be found.
      Parameters:
      accountEntryOrganizationRelId - the primary key of the account entry organization rel
      Returns:
      the account entry organization rel, or null if a account entry organization rel with the primary key could not be found
    • findAll

      Returns all the account entry organization rels.
      Returns:
      the account entry organization rels
    • findAll

      List<AccountEntryOrganizationRel> findAll(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 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 AccountEntryOrganizationRelModelImpl.

      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
    • findAll

      List<AccountEntryOrganizationRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator)
      Returns an ordered 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 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 AccountEntryOrganizationRelModelImpl.

      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)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of account entry organization rels
    • findAll

      List<AccountEntryOrganizationRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryOrganizationRel> orderByComparator, boolean useFinderCache)
      Returns an ordered 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 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 AccountEntryOrganizationRelModelImpl.

      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)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of account entry organization rels
    • removeAll

      void removeAll()
      Removes all the account entry organization rels from the database.
    • countAll

      int countAll()
      Returns the number of account entry organization rels.
      Returns:
      the number of account entry organization rels