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

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

    • CSDiagramEntryUtil

      public CSDiagramEntryUtil()
  • Method Details

    • clearCache

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

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

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

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

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

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

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

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

      public static List<CSDiagramEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end)
      Returns a range of all the cs diagram entries 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 CSDiagramEntryModelImpl.

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

      public static List<CSDiagramEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns an ordered range of all the cs diagram entries 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 CSDiagramEntryModelImpl.

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

      public static List<CSDiagramEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cs diagram entries 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 CSDiagramEntryModelImpl.

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

      public static CSDiagramEntry findByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the first cs diagram entry 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 entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCPDefinitionId_First

      public static CSDiagramEntry fetchByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns the first cs diagram entry 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 entry, or null if a matching cs diagram entry could not be found
    • findByCPDefinitionId_Last

      public static CSDiagramEntry findByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the last cs diagram entry 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 entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCPDefinitionId_Last

      public static CSDiagramEntry fetchByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns the last cs diagram entry 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 entry, or null if a matching cs diagram entry could not be found
    • findByCPDefinitionId_PrevAndNext

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

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

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

      public static List<CSDiagramEntry> findByCPInstanceId(long CPInstanceId)
      Returns all the cs diagram entries where CPInstanceId = ?.
      Parameters:
      CPInstanceId - the cp instance ID
      Returns:
      the matching cs diagram entries
    • findByCPInstanceId

      public static List<CSDiagramEntry> findByCPInstanceId(long CPInstanceId, int start, int end)
      Returns a range of all the cs diagram entries where CPInstanceId = ?.

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

      Parameters:
      CPInstanceId - the cp instance ID
      start - the lower bound of the range of cs diagram entries
      end - the upper bound of the range of cs diagram entries (not inclusive)
      Returns:
      the range of matching cs diagram entries
    • findByCPInstanceId

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

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

      Parameters:
      CPInstanceId - the cp instance ID
      start - the lower bound of the range of cs diagram entries
      end - the upper bound of the range of cs diagram entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cs diagram entries
    • findByCPInstanceId

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

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

      Parameters:
      CPInstanceId - the cp instance ID
      start - the lower bound of the range of cs diagram entries
      end - the upper bound of the range of cs diagram 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 cs diagram entries
    • findByCPInstanceId_First

      public static CSDiagramEntry findByCPInstanceId_First(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the first cs diagram entry in the ordered set where CPInstanceId = ?.
      Parameters:
      CPInstanceId - the cp instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCPInstanceId_First

      public static CSDiagramEntry fetchByCPInstanceId_First(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns the first cs diagram entry in the ordered set where CPInstanceId = ?.
      Parameters:
      CPInstanceId - the cp instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cs diagram entry, or null if a matching cs diagram entry could not be found
    • findByCPInstanceId_Last

      public static CSDiagramEntry findByCPInstanceId_Last(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the last cs diagram entry in the ordered set where CPInstanceId = ?.
      Parameters:
      CPInstanceId - the cp instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCPInstanceId_Last

      public static CSDiagramEntry fetchByCPInstanceId_Last(long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns the last cs diagram entry in the ordered set where CPInstanceId = ?.
      Parameters:
      CPInstanceId - the cp instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cs diagram entry, or null if a matching cs diagram entry could not be found
    • findByCPInstanceId_PrevAndNext

      public static CSDiagramEntry[] findByCPInstanceId_PrevAndNext(long CSDiagramEntryId, long CPInstanceId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CPInstanceId = ?.
      Parameters:
      CSDiagramEntryId - the primary key of the current cs diagram entry
      CPInstanceId - the cp instance ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a cs diagram entry with the primary key could not be found
      NoSuchCSDiagramEntryException
    • removeByCPInstanceId

      public static void removeByCPInstanceId(long CPInstanceId)
      Removes all the cs diagram entries where CPInstanceId = ? from the database.
      Parameters:
      CPInstanceId - the cp instance ID
    • countByCPInstanceId

      public static int countByCPInstanceId(long CPInstanceId)
      Returns the number of cs diagram entries where CPInstanceId = ?.
      Parameters:
      CPInstanceId - the cp instance ID
      Returns:
      the number of matching cs diagram entries
    • findByCProductId

      public static List<CSDiagramEntry> findByCProductId(long CProductId)
      Returns all the cs diagram entries where CProductId = ?.
      Parameters:
      CProductId - the c product ID
      Returns:
      the matching cs diagram entries
    • findByCProductId

      public static List<CSDiagramEntry> findByCProductId(long CProductId, int start, int end)
      Returns a range of all the cs diagram entries where CProductId = ?.

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

      Parameters:
      CProductId - the c product ID
      start - the lower bound of the range of cs diagram entries
      end - the upper bound of the range of cs diagram entries (not inclusive)
      Returns:
      the range of matching cs diagram entries
    • findByCProductId

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

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

      Parameters:
      CProductId - the c product ID
      start - the lower bound of the range of cs diagram entries
      end - the upper bound of the range of cs diagram entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cs diagram entries
    • findByCProductId

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

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

      Parameters:
      CProductId - the c product ID
      start - the lower bound of the range of cs diagram entries
      end - the upper bound of the range of cs diagram 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 cs diagram entries
    • findByCProductId_First

      public static CSDiagramEntry findByCProductId_First(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the first cs diagram entry in the ordered set where CProductId = ?.
      Parameters:
      CProductId - the c product ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCProductId_First

      public static CSDiagramEntry fetchByCProductId_First(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns the first cs diagram entry in the ordered set where CProductId = ?.
      Parameters:
      CProductId - the c product ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cs diagram entry, or null if a matching cs diagram entry could not be found
    • findByCProductId_Last

      public static CSDiagramEntry findByCProductId_Last(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the last cs diagram entry in the ordered set where CProductId = ?.
      Parameters:
      CProductId - the c product ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCProductId_Last

      public static CSDiagramEntry fetchByCProductId_Last(long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns the last cs diagram entry in the ordered set where CProductId = ?.
      Parameters:
      CProductId - the c product ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cs diagram entry, or null if a matching cs diagram entry could not be found
    • findByCProductId_PrevAndNext

      public static CSDiagramEntry[] findByCProductId_PrevAndNext(long CSDiagramEntryId, long CProductId, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws NoSuchCSDiagramEntryException
      Returns the cs diagram entries before and after the current cs diagram entry in the ordered set where CProductId = ?.
      Parameters:
      CSDiagramEntryId - the primary key of the current cs diagram entry
      CProductId - the c product ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a cs diagram entry with the primary key could not be found
      NoSuchCSDiagramEntryException
    • removeByCProductId

      public static void removeByCProductId(long CProductId)
      Removes all the cs diagram entries where CProductId = ? from the database.
      Parameters:
      CProductId - the c product ID
    • countByCProductId

      public static int countByCProductId(long CProductId)
      Returns the number of cs diagram entries where CProductId = ?.
      Parameters:
      CProductId - the c product ID
      Returns:
      the number of matching cs diagram entries
    • findByCPDI_S

      public static CSDiagramEntry findByCPDI_S(long CPDefinitionId, String sequence) throws NoSuchCSDiagramEntryException
      Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or throws a NoSuchCSDiagramEntryException if it could not be found.
      Parameters:
      CPDefinitionId - the cp definition ID
      sequence - the sequence
      Returns:
      the matching cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a matching cs diagram entry could not be found
      NoSuchCSDiagramEntryException
    • fetchByCPDI_S

      public static CSDiagramEntry fetchByCPDI_S(long CPDefinitionId, String sequence)
      Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      CPDefinitionId - the cp definition ID
      sequence - the sequence
      Returns:
      the matching cs diagram entry, or null if a matching cs diagram entry could not be found
    • fetchByCPDI_S

      public static CSDiagramEntry fetchByCPDI_S(long CPDefinitionId, String sequence, boolean useFinderCache)
      Returns the cs diagram entry where CPDefinitionId = ? and sequence = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      CPDefinitionId - the cp definition ID
      sequence - the sequence
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cs diagram entry, or null if a matching cs diagram entry could not be found
    • removeByCPDI_S

      public static CSDiagramEntry removeByCPDI_S(long CPDefinitionId, String sequence) throws NoSuchCSDiagramEntryException
      Removes the cs diagram entry where CPDefinitionId = ? and sequence = ? from the database.
      Parameters:
      CPDefinitionId - the cp definition ID
      sequence - the sequence
      Returns:
      the cs diagram entry that was removed
      Throws:
      NoSuchCSDiagramEntryException
    • countByCPDI_S

      public static int countByCPDI_S(long CPDefinitionId, String sequence)
      Returns the number of cs diagram entries where CPDefinitionId = ? and sequence = ?.
      Parameters:
      CPDefinitionId - the cp definition ID
      sequence - the sequence
      Returns:
      the number of matching cs diagram entries
    • cacheResult

      public static void cacheResult(CSDiagramEntry csDiagramEntry)
      Caches the cs diagram entry in the entity cache if it is enabled.
      Parameters:
      csDiagramEntry - the cs diagram entry
    • cacheResult

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

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

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

      public static CSDiagramEntry updateImpl(CSDiagramEntry csDiagramEntry)
    • findByPrimaryKey

      public static CSDiagramEntry findByPrimaryKey(long CSDiagramEntryId) throws NoSuchCSDiagramEntryException
      Returns the cs diagram entry with the primary key or throws a NoSuchCSDiagramEntryException if it could not be found.
      Parameters:
      CSDiagramEntryId - the primary key of the cs diagram entry
      Returns:
      the cs diagram entry
      Throws:
      NoSuchCSDiagramEntryException - if a cs diagram entry with the primary key could not be found
      NoSuchCSDiagramEntryException
    • fetchByPrimaryKey

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

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

      public static List<CSDiagramEntry> findAll(int start, int end)
      Returns a range of all the cs diagram 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 CSDiagramEntryModelImpl.

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

      public static List<CSDiagramEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator)
      Returns an ordered range of all the cs diagram 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 CSDiagramEntryModelImpl.

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

      public static List<CSDiagramEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cs diagram 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 CSDiagramEntryModelImpl.

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

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

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

      public static CSDiagramEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(CSDiagramEntryPersistence persistence)