java.lang.Object
com.liferay.commerce.shop.by.diagram.service.persistence.CSDiagramPinUtil

public class CSDiagramPinUtil extends Object
The persistence utility for the cs diagram pin service. This utility wraps com.liferay.commerce.shop.by.diagram.service.persistence.impl.CSDiagramPinPersistenceImpl 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

    • CSDiagramPinUtil

      public CSDiagramPinUtil()
  • Method Details

    • clearCache

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

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

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

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

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

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

      public static CSDiagramPin update(CSDiagramPin csDiagramPin, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByCPDefinitionId

      public static List<CSDiagramPin> findByCPDefinitionId(long CPDefinitionId)
      Returns all the cs diagram pins where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      Returns:
      the matching cs diagram pins
    • findByCPDefinitionId

      public static List<CSDiagramPin> findByCPDefinitionId(long CPDefinitionId, int start, int end)
      Returns a range of all the cs diagram pins where CPDefinitionId = ?.

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

      Parameters:
      CPDefinitionId - the cp definition ID
      start - the lower bound of the range of cs diagram pins
      end - the upper bound of the range of cs diagram pins (not inclusive)
      Returns:
      the range of matching cs diagram pins
    • findByCPDefinitionId

      public static List<CSDiagramPin> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator)
      Returns an ordered range of all the cs diagram pins where CPDefinitionId = ?.

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

      Parameters:
      CPDefinitionId - the cp definition ID
      start - the lower bound of the range of cs diagram pins
      end - the upper bound of the range of cs diagram pins (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cs diagram pins
    • findByCPDefinitionId

      public static List<CSDiagramPin> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cs diagram pins where CPDefinitionId = ?.

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

      Parameters:
      CPDefinitionId - the cp definition ID
      start - the lower bound of the range of cs diagram pins
      end - the upper bound of the range of cs diagram pins (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 cs diagram pins
    • findByCPDefinitionId_First

      public static CSDiagramPin findByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) throws NoSuchCSDiagramPinException
      Returns the first cs diagram pin in the ordered set where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cs diagram pin
      Throws:
      NoSuchCSDiagramPinException - if a matching cs diagram pin could not be found
      NoSuchCSDiagramPinException
    • fetchByCPDefinitionId_First

      public static CSDiagramPin fetchByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator)
      Returns the first cs diagram pin in the ordered set where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cs diagram pin, or null if a matching cs diagram pin could not be found
    • findByCPDefinitionId_Last

      public static CSDiagramPin findByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) throws NoSuchCSDiagramPinException
      Returns the last cs diagram pin in the ordered set where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cs diagram pin
      Throws:
      NoSuchCSDiagramPinException - if a matching cs diagram pin could not be found
      NoSuchCSDiagramPinException
    • fetchByCPDefinitionId_Last

      public static CSDiagramPin fetchByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator)
      Returns the last cs diagram pin in the ordered set where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cs diagram pin, or null if a matching cs diagram pin could not be found
    • findByCPDefinitionId_PrevAndNext

      public static CSDiagramPin[] findByCPDefinitionId_PrevAndNext(long CSDiagramPinId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator) throws NoSuchCSDiagramPinException
      Returns the cs diagram pins before and after the current cs diagram pin in the ordered set where CPDefinitionId = ?.
      Parameters:
      CSDiagramPinId - the primary key of the current cs diagram pin
      CPDefinitionId - the cp definition ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cs diagram pin
      Throws:
      NoSuchCSDiagramPinException - if a cs diagram pin with the primary key could not be found
      NoSuchCSDiagramPinException
    • removeByCPDefinitionId

      public static void removeByCPDefinitionId(long CPDefinitionId)
      Removes all the cs diagram pins where CPDefinitionId = ? from the database.
      Parameters:
      CPDefinitionId - the cp definition ID
    • countByCPDefinitionId

      public static int countByCPDefinitionId(long CPDefinitionId)
      Returns the number of cs diagram pins where CPDefinitionId = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      Returns:
      the number of matching cs diagram pins
    • cacheResult

      public static void cacheResult(CSDiagramPin csDiagramPin)
      Caches the cs diagram pin in the entity cache if it is enabled.
      Parameters:
      csDiagramPin - the cs diagram pin
    • cacheResult

      public static void cacheResult(List<CSDiagramPin> csDiagramPins)
      Caches the cs diagram pins in the entity cache if it is enabled.
      Parameters:
      csDiagramPins - the cs diagram pins
    • create

      public static CSDiagramPin create(long CSDiagramPinId)
      Creates a new cs diagram pin with the primary key. Does not add the cs diagram pin to the database.
      Parameters:
      CSDiagramPinId - the primary key for the new cs diagram pin
      Returns:
      the new cs diagram pin
    • remove

      public static CSDiagramPin remove(long CSDiagramPinId) throws NoSuchCSDiagramPinException
      Removes the cs diagram pin with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CSDiagramPinId - the primary key of the cs diagram pin
      Returns:
      the cs diagram pin that was removed
      Throws:
      NoSuchCSDiagramPinException - if a cs diagram pin with the primary key could not be found
      NoSuchCSDiagramPinException
    • updateImpl

      public static CSDiagramPin updateImpl(CSDiagramPin csDiagramPin)
    • findByPrimaryKey

      public static CSDiagramPin findByPrimaryKey(long CSDiagramPinId) throws NoSuchCSDiagramPinException
      Returns the cs diagram pin with the primary key or throws a NoSuchCSDiagramPinException if it could not be found.
      Parameters:
      CSDiagramPinId - the primary key of the cs diagram pin
      Returns:
      the cs diagram pin
      Throws:
      NoSuchCSDiagramPinException - if a cs diagram pin with the primary key could not be found
      NoSuchCSDiagramPinException
    • fetchByPrimaryKey

      public static CSDiagramPin fetchByPrimaryKey(long CSDiagramPinId)
      Returns the cs diagram pin with the primary key or returns null if it could not be found.
      Parameters:
      CSDiagramPinId - the primary key of the cs diagram pin
      Returns:
      the cs diagram pin, or null if a cs diagram pin with the primary key could not be found
    • findAll

      public static List<CSDiagramPin> findAll()
      Returns all the cs diagram pins.
      Returns:
      the cs diagram pins
    • findAll

      public static List<CSDiagramPin> findAll(int start, int end)
      Returns a range of all the cs diagram pins.

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

      Parameters:
      start - the lower bound of the range of cs diagram pins
      end - the upper bound of the range of cs diagram pins (not inclusive)
      Returns:
      the range of cs diagram pins
    • findAll

      public static List<CSDiagramPin> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator)
      Returns an ordered range of all the cs diagram pins.

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

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

      public static List<CSDiagramPin> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramPin> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cs diagram pins.

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

      Parameters:
      start - the lower bound of the range of cs diagram pins
      end - the upper bound of the range of cs diagram pins (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of cs diagram pins
    • removeAll

      public static void removeAll()
      Removes all the cs diagram pins from the database.
    • countAll

      public static int countAll()
      Returns the number of cs diagram pins.
      Returns:
      the number of cs diagram pins
    • getPersistence

      public static CSDiagramPinPersistence getPersistence()
    • setPersistence

      public static void setPersistence(CSDiagramPinPersistence persistence)