Class AccountEntryUtil

java.lang.Object
com.liferay.account.service.persistence.AccountEntryUtil

public class AccountEntryUtil extends Object
The persistence utility for the account entry service. This utility wraps com.liferay.account.service.persistence.impl.AccountEntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(AccountEntry accountEntry)
    Caches the account entry in the entity cache if it is enabled.
    static void
    cacheResult(List<AccountEntry> accountEntries)
    Caches the account entries in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(AccountEntry accountEntry)
     
    static int
    Returns the number of account entries.
    static int
    countByC_S(long companyId, int status)
    Returns the number of account entries where companyId = ? and status = ?.
    static int
    countByCompanyId(long companyId)
    Returns the number of account entries where companyId = ?.
    static int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of account entries where externalReferenceCode = ? and companyId = ?.
    static int
    countByU_T(long userId, String type)
    Returns the number of account entries where userId = ? and type = ?.
    static int
    Returns the number of account entries where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of account entries where uuid = ? and companyId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    static int
    filterCountByC_S(long companyId, int status)
    Returns the number of account entries that the user has permission to view where companyId = ? and status = ?.
    static int
    filterCountByCompanyId(long companyId)
    Returns the number of account entries that the user has permission to view where companyId = ?.
    static int
    filterCountByU_T(long userId, String type)
    Returns the number of account entries that the user has permission to view where userId = ? and type = ?.
    static int
    Returns the number of account entries that the user has permission to view where uuid = ?.
    static 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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    static AccountEntry[]
    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 = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
     
     
    remove(long accountEntryId)
    Removes the account entry with the primary key from the database.
    static void
    Removes all the account entries from the database.
    static void
    removeByC_S(long companyId, int status)
    Removes all the account entries where companyId = ? and status = ? from the database.
    static 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.
    static void
    removeByU_T(long userId, String type)
    Removes all the account entries where userId = ? and type = ? from the database.
    static void
    Removes all the account entries where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the account entries where uuid = ? and companyId = ? from the database.
    static void
     
    update(AccountEntry accountEntry)
     
    update(AccountEntry accountEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(AccountEntry accountEntry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccountEntryUtil

      public AccountEntryUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(AccountEntry accountEntry)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,AccountEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<AccountEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<AccountEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<AccountEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static AccountEntry update(AccountEntry accountEntry)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static AccountEntry update(AccountEntry accountEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_Last

      public static 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

      public static 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
      NoSuchEntryException
    • filterFindByUuid

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUuid

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

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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_C_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_C_Last

      public static 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

      public static 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
      NoSuchEntryException
    • filterFindByUuid_C

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUuid_C

      public static 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

      public static 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

      public static 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

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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByCompanyId_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByCompanyId_Last

      public static 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

      public static 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
      NoSuchEntryException
    • filterFindByCompanyId

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • removeByCompanyId

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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByC_S_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByC_S_Last

      public static 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

      public static 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
      NoSuchEntryException
    • filterFindByC_S

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • removeByC_S

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByU_T_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByU_T_Last

      public static 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

      public static 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
      NoSuchEntryException
    • filterFindByU_T

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • removeByU_T

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByERC_C

      public static 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

      public static 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

      public static 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

      public static 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

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

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

      public static 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

      public static 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
      NoSuchEntryException
    • updateImpl

      public static AccountEntry updateImpl(AccountEntry accountEntry)
    • findByPrimaryKey

      public static 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
      NoSuchEntryException
    • fetchByPrimaryKey

      public static 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

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

      public static 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

      public static 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

      public static 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

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

      public static int countAll()
      Returns the number of account entries.
      Returns:
      the number of account entries
    • getPersistence

      public static AccountEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(AccountEntryPersistence persistence)