Interface AccountEntryPersistence

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

@ProviderType public interface AccountEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AccountEntry>
The persistence interface for the account entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(AccountEntry accountEntry)
    Caches the account entry in the entity cache if it is enabled.
    void
    cacheResult(List<AccountEntry> accountEntries)
    Caches the account entries in the entity cache if it is enabled.
    int
    Returns the number of account entries.
    int
    countByC_S(long companyId, int status)
    Returns the number of account entries where companyId = ? and status = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of account entries where companyId = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of account entries where externalReferenceCode = ? and companyId = ?.
    int
    countByU_T(long userId, String type)
    Returns the number of account entries where userId = ? and type = ?.
    int
    Returns the number of account entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of account entries where uuid = ? and companyId = ?.
    create(long accountEntryId)
    Creates a new account entry with the primary key.
    fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where companyId = ? and status = ?.
    fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where companyId = ? and status = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where companyId = ?.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the account entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the account entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long accountEntryId)
    Returns the account entry with the primary key or returns null if it could not be found.
    fetchByU_T_First(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where userId = ? and type = ?.
    fetchByU_T_Last(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where userId = ? and type = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where uuid = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where uuid = ?.
    int
    filterCountByC_S(long companyId, int status)
    Returns the number of account entries that the user has permission to view where companyId = ? and status = ?.
    int
    filterCountByCompanyId(long companyId)
    Returns the number of account entries that the user has permission to view where companyId = ?.
    int
    filterCountByU_T(long userId, String type)
    Returns the number of account entries that the user has permission to view where userId = ? and type = ?.
    int
    Returns the number of account entries that the user has permission to view where uuid = ?.
    int
    filterCountByUuid_C(String uuid, long companyId)
    Returns the number of account entries that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByC_S(long companyId, int status)
    Returns all the account entries that the user has permission to view where companyId = ? and status = ?.
    filterFindByC_S(long companyId, int status, int start, int end)
    Returns a range of all the account entries that the user has permission to view where companyId = ? and status = ?.
    filterFindByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries that the user has permissions to view where companyId = ? and status = ?.
    filterFindByC_S_PrevAndNext(long accountEntryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where companyId = ? and status = ?.
    filterFindByCompanyId(long companyId)
    Returns all the account entries that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end)
    Returns a range of all the account entries that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries that the user has permissions to view where companyId = ?.
    filterFindByCompanyId_PrevAndNext(long accountEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where companyId = ?.
    filterFindByU_T(long userId, String type)
    Returns all the account entries that the user has permission to view where userId = ? and type = ?.
    filterFindByU_T(long userId, String type, int start, int end)
    Returns a range of all the account entries that the user has permission to view where userId = ? and type = ?.
    filterFindByU_T(long userId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries that the user has permissions to view where userId = ? and type = ?.
    filterFindByU_T_PrevAndNext(long accountEntryId, long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where userId = ? and type = ?.
    Returns all the account entries that the user has permission to view where uuid = ?.
    filterFindByUuid(String uuid, int start, int end)
    Returns a range of all the account entries that the user has permission to view where uuid = ?.
    filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries that the user has permissions to view where uuid = ?.
    filterFindByUuid_C(String uuid, long companyId)
    Returns all the account entries that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the account entries that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries that the user has permissions to view where uuid = ? and companyId = ?.
    filterFindByUuid_C_PrevAndNext(long accountEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_PrevAndNext(long accountEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where uuid = ?.
    Returns all the account entries.
    findAll(int start, int end)
    Returns a range of all the account entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the account entries.
    findByC_S(long companyId, int status)
    Returns all the account entries where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end)
    Returns a range of all the account entries where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the account entries where companyId = ? and status = ?.
    findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where companyId = ? and status = ?.
    findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where companyId = ? and status = ?.
    findByC_S_PrevAndNext(long accountEntryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set where companyId = ? and status = ?.
    findByCompanyId(long companyId)
    Returns all the account entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the account entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the account entries where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long accountEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set where companyId = ?.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the account entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchEntryException if it could not be found.
    findByPrimaryKey(long accountEntryId)
    Returns the account entry with the primary key or throws a NoSuchEntryException if it could not be found.
    findByU_T(long userId, String type)
    Returns all the account entries where userId = ? and type = ?.
    findByU_T(long userId, String type, int start, int end)
    Returns a range of all the account entries where userId = ? and type = ?.
    findByU_T(long userId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries where userId = ? and type = ?.
    findByU_T(long userId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the account entries where userId = ? and type = ?.
    findByU_T_First(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where userId = ? and type = ?.
    findByU_T_Last(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where userId = ? and type = ?.
    findByU_T_PrevAndNext(long accountEntryId, long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set where userId = ? and type = ?.
    Returns all the account entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the account entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the account entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the account entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the account entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns an ordered range of all the account entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the account entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long accountEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the first account entry in the ordered set where uuid = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the last account entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long accountEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
    Returns the account entries before and after the current account entry in the ordered set where uuid = ?.
    remove(long accountEntryId)
    Removes the account entry with the primary key from the database.
    void
    Removes all the account entries from the database.
    void
    removeByC_S(long companyId, int status)
    Removes all the account entries where companyId = ? and status = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the account entries where companyId = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the account entry where externalReferenceCode = ? and companyId = ? from the database.
    void
    removeByU_T(long userId, String type)
    Removes all the account entries where userId = ? and type = ? from the database.
    void
    Removes all the account entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the account entries where uuid = ? and companyId = ? from the database.
    updateImpl(AccountEntry accountEntry)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Method Details

    • findByUuid

      List<AccountEntry> findByUuid(String uuid)
      Returns all the account entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching account entries
    • findByUuid

      List<AccountEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the account entries where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries
    • findByUuid

      List<AccountEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries
    • findByUuid

      List<AccountEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entries where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (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 entries
    • findByUuid_First

      AccountEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the first account entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByUuid_First

      AccountEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the first account entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry, or null if a matching account entry could not be found
    • findByUuid_Last

      AccountEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the last account entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByUuid_Last

      AccountEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the last account entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry, or null if a matching account entry could not be found
    • findByUuid_PrevAndNext

      AccountEntry[] findByUuid_PrevAndNext(long accountEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set where uuid = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • filterFindByUuid

      List<AccountEntry> filterFindByUuid(String uuid)
      Returns all the account entries that the user has permission to view where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching account entries that the user has permission to view
    • filterFindByUuid

      List<AccountEntry> filterFindByUuid(String uuid, int start, int end)
      Returns a range of all the account entries that the user has permission to view where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries that the user has permission to view
    • filterFindByUuid

      List<AccountEntry> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries that the user has permissions to view where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries that the user has permission to view
    • filterFindByUuid_PrevAndNext

      AccountEntry[] filterFindByUuid_PrevAndNext(long accountEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where uuid = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the account entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of account entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching account entries
    • filterCountByUuid

      int filterCountByUuid(String uuid)
      Returns the number of account entries that the user has permission to view where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching account entries that the user has permission to view
    • findByUuid_C

      List<AccountEntry> findByUuid_C(String uuid, long companyId)
      Returns all the account entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching account entries
    • findByUuid_C

      List<AccountEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the account entries where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries
    • findByUuid_C

      List<AccountEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries
    • findByUuid_C

      List<AccountEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entries where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (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 entries
    • findByUuid_C_First

      AccountEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the first account entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByUuid_C_First

      AccountEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the first account entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry, or null if a matching account entry could not be found
    • findByUuid_C_Last

      AccountEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the last account entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByUuid_C_Last

      AccountEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the last account entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry, or null if a matching account entry could not be found
    • findByUuid_C_PrevAndNext

      AccountEntry[] findByUuid_C_PrevAndNext(long accountEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • filterFindByUuid_C

      List<AccountEntry> filterFindByUuid_C(String uuid, long companyId)
      Returns all the account entries that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching account entries that the user has permission to view
    • filterFindByUuid_C

      List<AccountEntry> filterFindByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the account entries that the user has permission to view where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries that the user has permission to view
    • filterFindByUuid_C

      List<AccountEntry> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries that the user has permissions to view where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries that the user has permission to view
    • filterFindByUuid_C_PrevAndNext

      AccountEntry[] filterFindByUuid_C_PrevAndNext(long accountEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the account entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of account entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching account entries
    • filterCountByUuid_C

      int filterCountByUuid_C(String uuid, long companyId)
      Returns the number of account entries that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching account entries that the user has permission to view
    • findByCompanyId

      List<AccountEntry> findByCompanyId(long companyId)
      Returns all the account entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching account entries
    • findByCompanyId

      List<AccountEntry> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the account entries where companyId = ?.

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

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries
    • findByCompanyId

      List<AccountEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries where companyId = ?.

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

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries
    • findByCompanyId

      List<AccountEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entries where companyId = ?.

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

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (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 entries
    • findByCompanyId_First

      AccountEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the first account entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByCompanyId_First

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

      AccountEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the last account entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByCompanyId_Last

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

      AccountEntry[] findByCompanyId_PrevAndNext(long accountEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set where companyId = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • filterFindByCompanyId

      List<AccountEntry> filterFindByCompanyId(long companyId)
      Returns all the account entries that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching account entries that the user has permission to view
    • filterFindByCompanyId

      List<AccountEntry> filterFindByCompanyId(long companyId, int start, int end)
      Returns a range of all the account entries that the user has permission to view where companyId = ?.

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

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries that the user has permission to view
    • filterFindByCompanyId

      List<AccountEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries that the user has permissions to view where companyId = ?.

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

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries that the user has permission to view
    • filterFindByCompanyId_PrevAndNext

      AccountEntry[] filterFindByCompanyId_PrevAndNext(long accountEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where companyId = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the account entries where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of account entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching account entries
    • filterCountByCompanyId

      int filterCountByCompanyId(long companyId)
      Returns the number of account entries that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching account entries that the user has permission to view
    • findByC_S

      List<AccountEntry> findByC_S(long companyId, int status)
      Returns all the account entries where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the matching account entries
    • findByC_S

      List<AccountEntry> findByC_S(long companyId, int status, int start, int end)
      Returns a range of all the account entries where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries
    • findByC_S

      List<AccountEntry> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries
    • findByC_S

      List<AccountEntry> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entries where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (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 entries
    • findByC_S_First

      AccountEntry findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the first account entry in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByC_S_First

      AccountEntry fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the first account entry in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry, or null if a matching account entry could not be found
    • findByC_S_Last

      AccountEntry findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the last account entry in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByC_S_Last

      AccountEntry fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the last account entry in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry, or null if a matching account entry could not be found
    • findByC_S_PrevAndNext

      AccountEntry[] findByC_S_PrevAndNext(long accountEntryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set where companyId = ? and status = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • filterFindByC_S

      List<AccountEntry> filterFindByC_S(long companyId, int status)
      Returns all the account entries that the user has permission to view where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the matching account entries that the user has permission to view
    • filterFindByC_S

      List<AccountEntry> filterFindByC_S(long companyId, int status, int start, int end)
      Returns a range of all the account entries that the user has permission to view where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries that the user has permission to view
    • filterFindByC_S

      List<AccountEntry> filterFindByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries that the user has permissions to view where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries that the user has permission to view
    • filterFindByC_S_PrevAndNext

      AccountEntry[] filterFindByC_S_PrevAndNext(long accountEntryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where companyId = ? and status = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • removeByC_S

      void removeByC_S(long companyId, int status)
      Removes all the account entries where companyId = ? and status = ? from the database.
      Parameters:
      companyId - the company ID
      status - the status
    • countByC_S

      int countByC_S(long companyId, int status)
      Returns the number of account entries where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the number of matching account entries
    • filterCountByC_S

      int filterCountByC_S(long companyId, int status)
      Returns the number of account entries that the user has permission to view where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the number of matching account entries that the user has permission to view
    • findByU_T

      List<AccountEntry> findByU_T(long userId, String type)
      Returns all the account entries where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the matching account entries
    • findByU_T

      List<AccountEntry> findByU_T(long userId, String type, int start, int end)
      Returns a range of all the account entries where userId = ? and type = ?.

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

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries
    • findByU_T

      List<AccountEntry> findByU_T(long userId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries where userId = ? and type = ?.

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

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries
    • findByU_T

      List<AccountEntry> findByU_T(long userId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entries where userId = ? and type = ?.

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

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (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 entries
    • findByU_T_First

      AccountEntry findByU_T_First(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the first account entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByU_T_First

      AccountEntry fetchByU_T_First(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the first account entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching account entry, or null if a matching account entry could not be found
    • findByU_T_Last

      AccountEntry findByU_T_Last(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the last account entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByU_T_Last

      AccountEntry fetchByU_T_Last(long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns the last account entry in the ordered set where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching account entry, or null if a matching account entry could not be found
    • findByU_T_PrevAndNext

      AccountEntry[] findByU_T_PrevAndNext(long accountEntryId, long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set where userId = ? and type = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • filterFindByU_T

      List<AccountEntry> filterFindByU_T(long userId, String type)
      Returns all the account entries that the user has permission to view where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the matching account entries that the user has permission to view
    • filterFindByU_T

      List<AccountEntry> filterFindByU_T(long userId, String type, int start, int end)
      Returns a range of all the account entries that the user has permission to view where userId = ? and type = ?.

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

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of matching account entries that the user has permission to view
    • filterFindByU_T

      List<AccountEntry> filterFindByU_T(long userId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries that the user has permissions to view where userId = ? and type = ?.

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

      Parameters:
      userId - the user ID
      type - the type
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching account entries that the user has permission to view
    • filterFindByU_T_PrevAndNext

      AccountEntry[] filterFindByU_T_PrevAndNext(long accountEntryId, long userId, String type, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws NoSuchEntryException
      Returns the account entries before and after the current account entry in the ordered set of account entries that the user has permission to view where userId = ? and type = ?.
      Parameters:
      accountEntryId - the primary key of the current account entry
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • removeByU_T

      void removeByU_T(long userId, String type)
      Removes all the account entries where userId = ? and type = ? from the database.
      Parameters:
      userId - the user ID
      type - the type
    • countByU_T

      int countByU_T(long userId, String type)
      Returns the number of account entries where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the number of matching account entries
    • filterCountByU_T

      int filterCountByU_T(long userId, String type)
      Returns the number of account entries that the user has permission to view where userId = ? and type = ?.
      Parameters:
      userId - the user ID
      type - the type
      Returns:
      the number of matching account entries that the user has permission to view
    • findByERC_C

      AccountEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchEntryException
      Returns the account entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching account entry
      Throws:
      NoSuchEntryException - if a matching account entry could not be found
    • fetchByERC_C

      AccountEntry fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the account entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching account entry, or null if a matching account entry could not be found
    • fetchByERC_C

      AccountEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the account entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching account entry, or null if a matching account entry could not be found
    • removeByERC_C

      AccountEntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchEntryException
      Removes the account entry where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the account entry that was removed
      Throws:
      NoSuchEntryException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of account entries where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching account entries
    • cacheResult

      void cacheResult(AccountEntry accountEntry)
      Caches the account entry in the entity cache if it is enabled.
      Parameters:
      accountEntry - the account entry
    • cacheResult

      void cacheResult(List<AccountEntry> accountEntries)
      Caches the account entries in the entity cache if it is enabled.
      Parameters:
      accountEntries - the account entries
    • create

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

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

      AccountEntry updateImpl(AccountEntry accountEntry)
    • findByPrimaryKey

      AccountEntry findByPrimaryKey(long accountEntryId) throws NoSuchEntryException
      Returns the account entry with the primary key or throws a NoSuchEntryException if it could not be found.
      Parameters:
      accountEntryId - the primary key of the account entry
      Returns:
      the account entry
      Throws:
      NoSuchEntryException - if a account entry with the primary key could not be found
    • fetchByPrimaryKey

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

      List<AccountEntry> findAll()
      Returns all the account entries.
      Returns:
      the account entries
    • findAll

      List<AccountEntry> findAll(int start, int end)
      Returns a range of all the account entries.

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

      Parameters:
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      Returns:
      the range of account entries
    • findAll

      List<AccountEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      Returns an ordered range of all the account entries.

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

      Parameters:
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of account entries
    • findAll

      List<AccountEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the account entries.

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

      Parameters:
      start - the lower bound of the range of account entries
      end - the upper bound of the range of account entries (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 entries
    • removeAll

      void removeAll()
      Removes all the account entries from the database.
    • countAll

      int countAll()
      Returns the number of account entries.
      Returns:
      the number of account entries