Interface CommercePaymentEntryPersistence

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

@ProviderType public interface CommercePaymentEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentEntry>
The persistence interface for the commerce payment entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(CommercePaymentEntry commercePaymentEntry)
    Caches the commerce payment entry in the entity cache if it is enabled.
    void
    cacheResult(List<CommercePaymentEntry> commercePaymentEntries)
    Caches the commerce payment entries in the entity cache if it is enabled.
    int
    Returns the number of commerce payment entries.
    int
    countByC_C_C(long companyId, long classNameId, long classPK)
    Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
    int
    countByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
    Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    int
    countByC_C_C_T(long companyId, long classNameId, long classPK, int type)
    Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of commerce payment entries where companyId = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of commerce payment entries where externalReferenceCode = ? and companyId = ?.
    create(long commercePaymentEntryId)
    Creates a new commerce payment entry with the primary key.
    fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
    fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
    fetchByC_C_C_P_T_First(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    fetchByC_C_C_P_T_Last(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    fetchByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    fetchByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ?.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long commercePaymentEntryId)
    Returns the commerce payment entry with the primary key or returns null if it could not be found.
    int
    filterCountByC_C_C(long companyId, long classNameId, long classPK)
    Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
    int
    filterCountByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
    Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    int
    filterCountByC_C_C_T(long companyId, long classNameId, long classPK, int type)
    Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    int
    filterCountByCompanyId(long companyId)
    Returns the number of commerce payment entries that the user has permission to view where companyId = ?.
    filterFindByC_C_C(long companyId, long classNameId, long classPK)
    Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
    filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
    Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
    filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.
    filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
    Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end)
    Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    filterFindByC_C_C_P_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    filterFindByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
    filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type)
    Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end)
    Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    filterFindByC_C_C_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    filterFindByCompanyId(long companyId)
    Returns all the commerce payment entries that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end)
    Returns a range of all the commerce payment entries that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ?.
    filterFindByCompanyId_PrevAndNext(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ?.
    Returns all the commerce payment entries.
    findAll(int start, int end)
    Returns a range of all the commerce payment entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce payment entries.
    findByC_C_C(long companyId, long classNameId, long classPK)
    Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
    Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
    Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end)
    Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_P_T_First(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_P_T_Last(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_P_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
    findByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
    findByC_C_C_T(long companyId, long classNameId, long classPK, int type)
    Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end)
    Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByC_C_C_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
    findByCompanyId(long companyId)
    Returns all the commerce payment entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the commerce payment entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns an ordered range of all the commerce payment entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce payment entries where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the first commerce payment entry in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the last commerce payment entry in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
    Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ?.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchPaymentEntryException if it could not be found.
    findByPrimaryKey(long commercePaymentEntryId)
    Returns the commerce payment entry with the primary key or throws a NoSuchPaymentEntryException if it could not be found.
    remove(long commercePaymentEntryId)
    Removes the commerce payment entry with the primary key from the database.
    void
    Removes all the commerce payment entries from the database.
    void
    removeByC_C_C(long companyId, long classNameId, long classPK)
    Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? from the database.
    void
    removeByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
    Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ? from the database.
    void
    removeByC_C_C_T(long companyId, long classNameId, long classPK, int type)
    Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the commerce payment entries where companyId = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the commerce payment entry where externalReferenceCode = ? and companyId = ? from the database.
    updateImpl(CommercePaymentEntry commercePaymentEntry)
     

    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

    • findByCompanyId

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

      List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

      List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

      List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

      CommercePaymentEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the first commerce payment 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 commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByCompanyId_First

      CommercePaymentEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the first commerce payment 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 commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByCompanyId_Last

      CommercePaymentEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the last commerce payment 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 commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByCompanyId_Last

      CommercePaymentEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the last commerce payment 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 commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByCompanyId_PrevAndNext

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

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

      List<CommercePaymentEntry> filterFindByCompanyId(long companyId, int start, int end)
      Returns a range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

      List<CommercePaymentEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

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

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

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

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

      List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK)
      Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching commerce payment entries
    • findByC_C_C

      List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
      Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      Returns:
      the range of matching commerce payment entries
    • findByC_C_C

      List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment entries
    • findByC_C_C

      List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment 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 commerce payment entries
    • findByC_C_C_First

      CommercePaymentEntry findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByC_C_C_First

      CommercePaymentEntry fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByC_C_C_Last

      CommercePaymentEntry findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByC_C_C_Last

      CommercePaymentEntry fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByC_C_C_PrevAndNext

      CommercePaymentEntry[] findByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      commercePaymentEntryId - the primary key of the current commerce payment entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • filterFindByC_C_C

      List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK)
      Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C

      List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
      Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      Returns:
      the range of matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C

      List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_PrevAndNext

      CommercePaymentEntry[] filterFindByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      commercePaymentEntryId - the primary key of the current commerce payment entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • removeByC_C_C

      void removeByC_C_C(long companyId, long classNameId, long classPK)
      Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C_C

      int countByC_C_C(long companyId, long classNameId, long classPK)
      Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching commerce payment entries
    • filterCountByC_C_C

      int filterCountByC_C_C(long companyId, long classNameId, long classPK)
      Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching commerce payment entries that the user has permission to view
    • findByC_C_C_T

      List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type)
      Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the matching commerce payment entries
    • findByC_C_C_T

      List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end)
      Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      Returns:
      the range of matching commerce payment entries
    • findByC_C_C_T

      List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment entries
    • findByC_C_C_T

      List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment 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 commerce payment entries
    • findByC_C_C_T_First

      CommercePaymentEntry findByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByC_C_C_T_First

      CommercePaymentEntry fetchByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByC_C_C_T_Last

      CommercePaymentEntry findByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByC_C_C_T_Last

      CommercePaymentEntry fetchByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByC_C_C_T_PrevAndNext

      CommercePaymentEntry[] findByC_C_C_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      commercePaymentEntryId - the primary key of the current commerce payment entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • filterFindByC_C_C_T

      List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type)
      Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_T

      List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end)
      Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      Returns:
      the range of matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_T

      List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_T_PrevAndNext

      CommercePaymentEntry[] filterFindByC_C_C_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      commercePaymentEntryId - the primary key of the current commerce payment entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • removeByC_C_C_T

      void removeByC_C_C_T(long companyId, long classNameId, long classPK, int type)
      Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
    • countByC_C_C_T

      int countByC_C_C_T(long companyId, long classNameId, long classPK, int type)
      Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the number of matching commerce payment entries
    • filterCountByC_C_C_T

      int filterCountByC_C_C_T(long companyId, long classNameId, long classPK, int type)
      Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the number of matching commerce payment entries that the user has permission to view
    • findByC_C_C_P_T

      List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
      Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      Returns:
      the matching commerce payment entries
    • findByC_C_C_P_T

      List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end)
      Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      Returns:
      the range of matching commerce payment entries
    • findByC_C_C_P_T

      List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment entries
    • findByC_C_C_P_T

      List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment 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 commerce payment entries
    • findByC_C_C_P_T_First

      CommercePaymentEntry findByC_C_C_P_T_First(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByC_C_C_P_T_First

      CommercePaymentEntry fetchByC_C_C_P_T_First(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByC_C_C_P_T_Last

      CommercePaymentEntry findByC_C_C_P_T_Last(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a matching commerce payment entry could not be found
    • fetchByC_C_C_P_T_Last

      CommercePaymentEntry fetchByC_C_C_P_T_Last(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment entry, or null if a matching commerce payment entry could not be found
    • findByC_C_C_P_T_PrevAndNext

      CommercePaymentEntry[] findByC_C_C_P_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      commercePaymentEntryId - the primary key of the current commerce payment entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • filterFindByC_C_C_P_T

      List<CommercePaymentEntry> filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
      Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      Returns:
      the matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_P_T

      List<CommercePaymentEntry> filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end)
      Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      Returns:
      the range of matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_P_T

      List<CommercePaymentEntry> filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? 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 CommercePaymentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      start - the lower bound of the range of commerce payment entries
      end - the upper bound of the range of commerce payment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment entries that the user has permission to view
    • filterFindByC_C_C_P_T_PrevAndNext

      CommercePaymentEntry[] filterFindByC_C_C_P_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
      Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      commercePaymentEntryId - the primary key of the current commerce payment entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • removeByC_C_C_P_T

      void removeByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
      Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ? from the database.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
    • countByC_C_C_P_T

      int countByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
      Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      Returns:
      the number of matching commerce payment entries
    • filterCountByC_C_C_P_T

      int filterCountByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type)
      Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      paymentStatus - the payment status
      type - the type
      Returns:
      the number of matching commerce payment entries that the user has permission to view
    • findByERC_C

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

      CommercePaymentEntry fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the commerce payment 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 commerce payment entry, or null if a matching commerce payment entry could not be found
    • fetchByERC_C

      CommercePaymentEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the commerce payment 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 commerce payment entry, or null if a matching commerce payment entry could not be found
    • removeByERC_C

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

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

      void cacheResult(CommercePaymentEntry commercePaymentEntry)
      Caches the commerce payment entry in the entity cache if it is enabled.
      Parameters:
      commercePaymentEntry - the commerce payment entry
    • cacheResult

      void cacheResult(List<CommercePaymentEntry> commercePaymentEntries)
      Caches the commerce payment entries in the entity cache if it is enabled.
      Parameters:
      commercePaymentEntries - the commerce payment entries
    • create

      CommercePaymentEntry create(long commercePaymentEntryId)
      Creates a new commerce payment entry with the primary key. Does not add the commerce payment entry to the database.
      Parameters:
      commercePaymentEntryId - the primary key for the new commerce payment entry
      Returns:
      the new commerce payment entry
    • remove

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

      CommercePaymentEntry updateImpl(CommercePaymentEntry commercePaymentEntry)
    • findByPrimaryKey

      CommercePaymentEntry findByPrimaryKey(long commercePaymentEntryId) throws NoSuchPaymentEntryException
      Returns the commerce payment entry with the primary key or throws a NoSuchPaymentEntryException if it could not be found.
      Parameters:
      commercePaymentEntryId - the primary key of the commerce payment entry
      Returns:
      the commerce payment entry
      Throws:
      NoSuchPaymentEntryException - if a commerce payment entry with the primary key could not be found
    • fetchByPrimaryKey

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

      Returns all the commerce payment entries.
      Returns:
      the commerce payment entries
    • findAll

      List<CommercePaymentEntry> findAll(int start, int end)
      Returns a range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

      List<CommercePaymentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
      Returns an ordered range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

      List<CommercePaymentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment 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 CommercePaymentEntryModelImpl.

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

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

      int countAll()
      Returns the number of commerce payment entries.
      Returns:
      the number of commerce payment entries