Class CommerceOrderNoteUtil

java.lang.Object
com.liferay.commerce.service.persistence.CommerceOrderNoteUtil

public class CommerceOrderNoteUtil extends Object
The persistence utility for the commerce order note service. This utility wraps com.liferay.commerce.service.persistence.impl.CommerceOrderNotePersistenceImpl 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 Details

    • CommerceOrderNoteUtil

      public CommerceOrderNoteUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(CommerceOrderNote commerceOrderNote)
      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,CommerceOrderNote> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

      public static List<CommerceOrderNote> findByUuid(String uuid)
      Returns all the commerce order notes where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching commerce order notes
    • findByUuid

      public static List<CommerceOrderNote> findByUuid(String uuid, int start, int end)
      Returns a range of all the commerce order notes 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 CommerceOrderNoteModelImpl.

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

      public static List<CommerceOrderNote> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns an ordered range of all the commerce order notes 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 CommerceOrderNoteModelImpl.

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

      public static List<CommerceOrderNote> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce order notes 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 CommerceOrderNoteModelImpl.

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

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

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

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

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

      public static CommerceOrderNote[] findByUuid_PrevAndNext(long commerceOrderNoteId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the commerce order notes before and after the current commerce order note in the ordered set where uuid = ?.
      Parameters:
      commerceOrderNoteId - the primary key of the current commerce order note
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce order note
      Throws:
      NoSuchOrderNoteException - if a commerce order note with the primary key could not be found
      NoSuchOrderNoteException
    • removeByUuid

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

      public static int countByUuid(String uuid)
      Returns the number of commerce order notes where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching commerce order notes
    • findByUUID_G

      public static CommerceOrderNote findByUUID_G(String uuid, long groupId) throws NoSuchOrderNoteException
      Returns the commerce order note where uuid = ? and groupId = ? or throws a NoSuchOrderNoteException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByUUID_G

      public static CommerceOrderNote fetchByUUID_G(String uuid, long groupId)
      Returns the commerce order note where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching commerce order note, or null if a matching commerce order note could not be found
    • fetchByUUID_G

      public static CommerceOrderNote fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the commerce order note where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching commerce order note, or null if a matching commerce order note could not be found
    • removeByUUID_G

      public static CommerceOrderNote removeByUUID_G(String uuid, long groupId) throws NoSuchOrderNoteException
      Removes the commerce order note where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the commerce order note that was removed
      Throws:
      NoSuchOrderNoteException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of commerce order notes where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching commerce order notes
    • findByUuid_C

      public static List<CommerceOrderNote> findByUuid_C(String uuid, long companyId)
      Returns all the commerce order notes where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching commerce order notes
    • findByUuid_C

      public static List<CommerceOrderNote> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the commerce order notes 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 CommerceOrderNoteModelImpl.

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

      public static List<CommerceOrderNote> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns an ordered range of all the commerce order notes 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 CommerceOrderNoteModelImpl.

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

      public static List<CommerceOrderNote> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce order notes 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 CommerceOrderNoteModelImpl.

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

      public static CommerceOrderNote findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the first commerce order note 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 commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByUuid_C_First

      public static CommerceOrderNote fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns the first commerce order note 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 commerce order note, or null if a matching commerce order note could not be found
    • findByUuid_C_Last

      public static CommerceOrderNote findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the last commerce order note 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 commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByUuid_C_Last

      public static CommerceOrderNote fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns the last commerce order note 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 commerce order note, or null if a matching commerce order note could not be found
    • findByUuid_C_PrevAndNext

      public static CommerceOrderNote[] findByUuid_C_PrevAndNext(long commerceOrderNoteId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the commerce order notes before and after the current commerce order note in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      commerceOrderNoteId - the primary key of the current commerce order note
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce order note
      Throws:
      NoSuchOrderNoteException - if a commerce order note with the primary key could not be found
      NoSuchOrderNoteException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the commerce order notes 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 commerce order notes where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching commerce order notes
    • findByCommerceOrderId

      public static List<CommerceOrderNote> findByCommerceOrderId(long commerceOrderId)
      Returns all the commerce order notes where commerceOrderId = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      Returns:
      the matching commerce order notes
    • findByCommerceOrderId

      public static List<CommerceOrderNote> findByCommerceOrderId(long commerceOrderId, int start, int end)
      Returns a range of all the commerce order notes where commerceOrderId = ?.

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

      Parameters:
      commerceOrderId - the commerce order ID
      start - the lower bound of the range of commerce order notes
      end - the upper bound of the range of commerce order notes (not inclusive)
      Returns:
      the range of matching commerce order notes
    • findByCommerceOrderId

      public static List<CommerceOrderNote> findByCommerceOrderId(long commerceOrderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns an ordered range of all the commerce order notes where commerceOrderId = ?.

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

      Parameters:
      commerceOrderId - the commerce order ID
      start - the lower bound of the range of commerce order notes
      end - the upper bound of the range of commerce order notes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce order notes
    • findByCommerceOrderId

      public static List<CommerceOrderNote> findByCommerceOrderId(long commerceOrderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce order notes where commerceOrderId = ?.

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

      Parameters:
      commerceOrderId - the commerce order ID
      start - the lower bound of the range of commerce order notes
      end - the upper bound of the range of commerce order notes (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 order notes
    • findByCommerceOrderId_First

      public static CommerceOrderNote findByCommerceOrderId_First(long commerceOrderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the first commerce order note in the ordered set where commerceOrderId = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByCommerceOrderId_First

      public static CommerceOrderNote fetchByCommerceOrderId_First(long commerceOrderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns the first commerce order note in the ordered set where commerceOrderId = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce order note, or null if a matching commerce order note could not be found
    • findByCommerceOrderId_Last

      public static CommerceOrderNote findByCommerceOrderId_Last(long commerceOrderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the last commerce order note in the ordered set where commerceOrderId = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByCommerceOrderId_Last

      public static CommerceOrderNote fetchByCommerceOrderId_Last(long commerceOrderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns the last commerce order note in the ordered set where commerceOrderId = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce order note, or null if a matching commerce order note could not be found
    • findByCommerceOrderId_PrevAndNext

      public static CommerceOrderNote[] findByCommerceOrderId_PrevAndNext(long commerceOrderNoteId, long commerceOrderId, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the commerce order notes before and after the current commerce order note in the ordered set where commerceOrderId = ?.
      Parameters:
      commerceOrderNoteId - the primary key of the current commerce order note
      commerceOrderId - the commerce order ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce order note
      Throws:
      NoSuchOrderNoteException - if a commerce order note with the primary key could not be found
      NoSuchOrderNoteException
    • removeByCommerceOrderId

      public static void removeByCommerceOrderId(long commerceOrderId)
      Removes all the commerce order notes where commerceOrderId = ? from the database.
      Parameters:
      commerceOrderId - the commerce order ID
    • countByCommerceOrderId

      public static int countByCommerceOrderId(long commerceOrderId)
      Returns the number of commerce order notes where commerceOrderId = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      Returns:
      the number of matching commerce order notes
    • findByC_R

      public static List<CommerceOrderNote> findByC_R(long commerceOrderId, boolean restricted)
      Returns all the commerce order notes where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      Returns:
      the matching commerce order notes
    • findByC_R

      public static List<CommerceOrderNote> findByC_R(long commerceOrderId, boolean restricted, int start, int end)
      Returns a range of all the commerce order notes where commerceOrderId = ? and restricted = ?.

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

      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      start - the lower bound of the range of commerce order notes
      end - the upper bound of the range of commerce order notes (not inclusive)
      Returns:
      the range of matching commerce order notes
    • findByC_R

      public static List<CommerceOrderNote> findByC_R(long commerceOrderId, boolean restricted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns an ordered range of all the commerce order notes where commerceOrderId = ? and restricted = ?.

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

      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      start - the lower bound of the range of commerce order notes
      end - the upper bound of the range of commerce order notes (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce order notes
    • findByC_R

      public static List<CommerceOrderNote> findByC_R(long commerceOrderId, boolean restricted, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce order notes where commerceOrderId = ? and restricted = ?.

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

      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      start - the lower bound of the range of commerce order notes
      end - the upper bound of the range of commerce order notes (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 order notes
    • findByC_R_First

      public static CommerceOrderNote findByC_R_First(long commerceOrderId, boolean restricted, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the first commerce order note in the ordered set where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByC_R_First

      public static CommerceOrderNote fetchByC_R_First(long commerceOrderId, boolean restricted, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns the first commerce order note in the ordered set where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce order note, or null if a matching commerce order note could not be found
    • findByC_R_Last

      public static CommerceOrderNote findByC_R_Last(long commerceOrderId, boolean restricted, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the last commerce order note in the ordered set where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByC_R_Last

      public static CommerceOrderNote fetchByC_R_Last(long commerceOrderId, boolean restricted, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns the last commerce order note in the ordered set where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce order note, or null if a matching commerce order note could not be found
    • findByC_R_PrevAndNext

      public static CommerceOrderNote[] findByC_R_PrevAndNext(long commerceOrderNoteId, long commerceOrderId, boolean restricted, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator) throws NoSuchOrderNoteException
      Returns the commerce order notes before and after the current commerce order note in the ordered set where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderNoteId - the primary key of the current commerce order note
      commerceOrderId - the commerce order ID
      restricted - the restricted
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce order note
      Throws:
      NoSuchOrderNoteException - if a commerce order note with the primary key could not be found
      NoSuchOrderNoteException
    • removeByC_R

      public static void removeByC_R(long commerceOrderId, boolean restricted)
      Removes all the commerce order notes where commerceOrderId = ? and restricted = ? from the database.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
    • countByC_R

      public static int countByC_R(long commerceOrderId, boolean restricted)
      Returns the number of commerce order notes where commerceOrderId = ? and restricted = ?.
      Parameters:
      commerceOrderId - the commerce order ID
      restricted - the restricted
      Returns:
      the number of matching commerce order notes
    • findByERC_C

      public static CommerceOrderNote findByERC_C(String externalReferenceCode, long companyId) throws NoSuchOrderNoteException
      Returns the commerce order note where externalReferenceCode = ? and companyId = ? or throws a NoSuchOrderNoteException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching commerce order note
      Throws:
      NoSuchOrderNoteException - if a matching commerce order note could not be found
      NoSuchOrderNoteException
    • fetchByERC_C

      public static CommerceOrderNote fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the commerce order note 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 order note, or null if a matching commerce order note could not be found
    • fetchByERC_C

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

      public static CommerceOrderNote removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchOrderNoteException
      Removes the commerce order note where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the commerce order note that was removed
      Throws:
      NoSuchOrderNoteException
    • countByERC_C

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

      public static void cacheResult(CommerceOrderNote commerceOrderNote)
      Caches the commerce order note in the entity cache if it is enabled.
      Parameters:
      commerceOrderNote - the commerce order note
    • cacheResult

      public static void cacheResult(List<CommerceOrderNote> commerceOrderNotes)
      Caches the commerce order notes in the entity cache if it is enabled.
      Parameters:
      commerceOrderNotes - the commerce order notes
    • create

      public static CommerceOrderNote create(long commerceOrderNoteId)
      Creates a new commerce order note with the primary key. Does not add the commerce order note to the database.
      Parameters:
      commerceOrderNoteId - the primary key for the new commerce order note
      Returns:
      the new commerce order note
    • remove

      public static CommerceOrderNote remove(long commerceOrderNoteId) throws NoSuchOrderNoteException
      Removes the commerce order note with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      commerceOrderNoteId - the primary key of the commerce order note
      Returns:
      the commerce order note that was removed
      Throws:
      NoSuchOrderNoteException - if a commerce order note with the primary key could not be found
      NoSuchOrderNoteException
    • updateImpl

      public static CommerceOrderNote updateImpl(CommerceOrderNote commerceOrderNote)
    • findByPrimaryKey

      public static CommerceOrderNote findByPrimaryKey(long commerceOrderNoteId) throws NoSuchOrderNoteException
      Returns the commerce order note with the primary key or throws a NoSuchOrderNoteException if it could not be found.
      Parameters:
      commerceOrderNoteId - the primary key of the commerce order note
      Returns:
      the commerce order note
      Throws:
      NoSuchOrderNoteException - if a commerce order note with the primary key could not be found
      NoSuchOrderNoteException
    • fetchByPrimaryKey

      public static CommerceOrderNote fetchByPrimaryKey(long commerceOrderNoteId)
      Returns the commerce order note with the primary key or returns null if it could not be found.
      Parameters:
      commerceOrderNoteId - the primary key of the commerce order note
      Returns:
      the commerce order note, or null if a commerce order note with the primary key could not be found
    • findAll

      public static List<CommerceOrderNote> findAll()
      Returns all the commerce order notes.
      Returns:
      the commerce order notes
    • findAll

      public static List<CommerceOrderNote> findAll(int start, int end)
      Returns a range of all the commerce order notes.

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

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

      public static List<CommerceOrderNote> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator)
      Returns an ordered range of all the commerce order notes.

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

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

      public static List<CommerceOrderNote> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderNote> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce order notes.

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

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

      public static void removeAll()
      Removes all the commerce order notes from the database.
    • countAll

      public static int countAll()
      Returns the number of commerce order notes.
      Returns:
      the number of commerce order notes
    • getPersistence

      public static CommerceOrderNotePersistence getPersistence()
    • setPersistence

      public static void setPersistence(CommerceOrderNotePersistence persistence)