Interface CTAutoResolutionInfoPersistence

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

@ProviderType public interface CTAutoResolutionInfoPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CTAutoResolutionInfo>
The persistence interface for the ct auto resolution info service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(CTAutoResolutionInfo ctAutoResolutionInfo)
    Caches the ct auto resolution info in the entity cache if it is enabled.
    void
    cacheResult(List<CTAutoResolutionInfo> ctAutoResolutionInfos)
    Caches the ct auto resolution infos in the entity cache if it is enabled.
    int
    Returns the number of ct auto resolution infos.
    int
    countByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK)
    Returns the number of ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    int
    countByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs)
    Returns the number of ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.
    int
    countByCtCollectionId(long ctCollectionId)
    Returns the number of ct auto resolution infos where ctCollectionId = ?.
    create(long ctAutoResolutionInfoId)
    Creates a new ct auto resolution info with the primary key.
    fetchByC_MCNI_SMCPK_First(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the first ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    fetchByC_MCNI_SMCPK_Last(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the last ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    fetchByCtCollectionId_First(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the first ct auto resolution info in the ordered set where ctCollectionId = ?.
    fetchByCtCollectionId_Last(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the last ct auto resolution info in the ordered set where ctCollectionId = ?.
    fetchByPrimaryKey(long ctAutoResolutionInfoId)
    Returns the ct auto resolution info with the primary key or returns null if it could not be found.
    Returns all the ct auto resolution infos.
    findAll(int start, int end)
    Returns a range of all the ct auto resolution infos.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns an ordered range of all the ct auto resolution infos.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the ct auto resolution infos.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK)
    Returns all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs)
    Returns all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs, int start, int end)
    Returns a range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?, optionally using the finder cache.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, int start, int end)
    Returns a range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByC_MCNI_SMCPK_First(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the first ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByC_MCNI_SMCPK_Last(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the last ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByC_MCNI_SMCPK_PrevAndNext(long ctAutoResolutionInfoId, long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the ct auto resolution infos before and after the current ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
    findByCtCollectionId(long ctCollectionId)
    Returns all the ct auto resolution infos where ctCollectionId = ?.
    findByCtCollectionId(long ctCollectionId, int start, int end)
    Returns a range of all the ct auto resolution infos where ctCollectionId = ?.
    findByCtCollectionId(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ?.
    findByCtCollectionId(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ?.
    findByCtCollectionId_First(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the first ct auto resolution info in the ordered set where ctCollectionId = ?.
    findByCtCollectionId_Last(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the last ct auto resolution info in the ordered set where ctCollectionId = ?.
    findByCtCollectionId_PrevAndNext(long ctAutoResolutionInfoId, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
    Returns the ct auto resolution infos before and after the current ct auto resolution info in the ordered set where ctCollectionId = ?.
    findByPrimaryKey(long ctAutoResolutionInfoId)
    Returns the ct auto resolution info with the primary key or throws a NoSuchAutoResolutionInfoException if it could not be found.
    remove(long ctAutoResolutionInfoId)
    Removes the ct auto resolution info with the primary key from the database.
    void
    Removes all the ct auto resolution infos from the database.
    void
    removeByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK)
    Removes all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ? from the database.
    void
    removeByCtCollectionId(long ctCollectionId)
    Removes all the ct auto resolution infos where ctCollectionId = ? from the database.
    updateImpl(CTAutoResolutionInfo ctAutoResolutionInfo)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Method Details

    • findByCtCollectionId

      List<CTAutoResolutionInfo> findByCtCollectionId(long ctCollectionId)
      Returns all the ct auto resolution infos where ctCollectionId = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      Returns:
      the matching ct auto resolution infos
    • findByCtCollectionId

      List<CTAutoResolutionInfo> findByCtCollectionId(long ctCollectionId, int start, int end)
      Returns a range of all the ct auto resolution infos where ctCollectionId = ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      Returns:
      the range of matching ct auto resolution infos
    • findByCtCollectionId

      List<CTAutoResolutionInfo> findByCtCollectionId(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ct auto resolution infos
    • findByCtCollectionId

      List<CTAutoResolutionInfo> findByCtCollectionId(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (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 ct auto resolution infos
    • findByCtCollectionId_First

      CTAutoResolutionInfo findByCtCollectionId_First(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator) throws NoSuchAutoResolutionInfoException
      Returns the first ct auto resolution info in the ordered set where ctCollectionId = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a matching ct auto resolution info could not be found
    • fetchByCtCollectionId_First

      CTAutoResolutionInfo fetchByCtCollectionId_First(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns the first ct auto resolution info in the ordered set where ctCollectionId = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ct auto resolution info, or null if a matching ct auto resolution info could not be found
    • findByCtCollectionId_Last

      CTAutoResolutionInfo findByCtCollectionId_Last(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator) throws NoSuchAutoResolutionInfoException
      Returns the last ct auto resolution info in the ordered set where ctCollectionId = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a matching ct auto resolution info could not be found
    • fetchByCtCollectionId_Last

      CTAutoResolutionInfo fetchByCtCollectionId_Last(long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns the last ct auto resolution info in the ordered set where ctCollectionId = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ct auto resolution info, or null if a matching ct auto resolution info could not be found
    • findByCtCollectionId_PrevAndNext

      CTAutoResolutionInfo[] findByCtCollectionId_PrevAndNext(long ctAutoResolutionInfoId, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator) throws NoSuchAutoResolutionInfoException
      Returns the ct auto resolution infos before and after the current ct auto resolution info in the ordered set where ctCollectionId = ?.
      Parameters:
      ctAutoResolutionInfoId - the primary key of the current ct auto resolution info
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a ct auto resolution info with the primary key could not be found
    • removeByCtCollectionId

      void removeByCtCollectionId(long ctCollectionId)
      Removes all the ct auto resolution infos where ctCollectionId = ? from the database.
      Parameters:
      ctCollectionId - the ct collection ID
    • countByCtCollectionId

      int countByCtCollectionId(long ctCollectionId)
      Returns the number of ct auto resolution infos where ctCollectionId = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      Returns:
      the number of matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK)
      Returns all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      Returns:
      the matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, int start, int end)
      Returns a range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      Returns:
      the range of matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (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 ct auto resolution infos
    • findByC_MCNI_SMCPK_First

      CTAutoResolutionInfo findByC_MCNI_SMCPK_First(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator) throws NoSuchAutoResolutionInfoException
      Returns the first ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a matching ct auto resolution info could not be found
    • fetchByC_MCNI_SMCPK_First

      CTAutoResolutionInfo fetchByC_MCNI_SMCPK_First(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns the first ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching ct auto resolution info, or null if a matching ct auto resolution info could not be found
    • findByC_MCNI_SMCPK_Last

      CTAutoResolutionInfo findByC_MCNI_SMCPK_Last(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator) throws NoSuchAutoResolutionInfoException
      Returns the last ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a matching ct auto resolution info could not be found
    • fetchByC_MCNI_SMCPK_Last

      CTAutoResolutionInfo fetchByC_MCNI_SMCPK_Last(long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns the last ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching ct auto resolution info, or null if a matching ct auto resolution info could not be found
    • findByC_MCNI_SMCPK_PrevAndNext

      CTAutoResolutionInfo[] findByC_MCNI_SMCPK_PrevAndNext(long ctAutoResolutionInfoId, long ctCollectionId, long modelClassNameId, long sourceModelClassPK, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator) throws NoSuchAutoResolutionInfoException
      Returns the ct auto resolution infos before and after the current ct auto resolution info in the ordered set where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctAutoResolutionInfoId - the primary key of the current ct auto resolution info
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a ct auto resolution info with the primary key could not be found
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs)
      Returns all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPKs - the source model class pks
      Returns:
      the matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs, int start, int end)
      Returns a range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPKs - the source model class pks
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      Returns:
      the range of matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPKs - the source model class pks
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching ct auto resolution infos
    • findByC_MCNI_SMCPK

      List<CTAutoResolutionInfo> findByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?, optionally using the finder cache.

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

      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPKs - the source model class pks
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (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 ct auto resolution infos
    • removeByC_MCNI_SMCPK

      void removeByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK)
      Removes all the ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ? from the database.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
    • countByC_MCNI_SMCPK

      int countByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long sourceModelClassPK)
      Returns the number of ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPK - the source model class pk
      Returns:
      the number of matching ct auto resolution infos
    • countByC_MCNI_SMCPK

      int countByC_MCNI_SMCPK(long ctCollectionId, long modelClassNameId, long[] sourceModelClassPKs)
      Returns the number of ct auto resolution infos where ctCollectionId = ? and modelClassNameId = ? and sourceModelClassPK = any ?.
      Parameters:
      ctCollectionId - the ct collection ID
      modelClassNameId - the model class name ID
      sourceModelClassPKs - the source model class pks
      Returns:
      the number of matching ct auto resolution infos
    • cacheResult

      void cacheResult(CTAutoResolutionInfo ctAutoResolutionInfo)
      Caches the ct auto resolution info in the entity cache if it is enabled.
      Parameters:
      ctAutoResolutionInfo - the ct auto resolution info
    • cacheResult

      void cacheResult(List<CTAutoResolutionInfo> ctAutoResolutionInfos)
      Caches the ct auto resolution infos in the entity cache if it is enabled.
      Parameters:
      ctAutoResolutionInfos - the ct auto resolution infos
    • create

      CTAutoResolutionInfo create(long ctAutoResolutionInfoId)
      Creates a new ct auto resolution info with the primary key. Does not add the ct auto resolution info to the database.
      Parameters:
      ctAutoResolutionInfoId - the primary key for the new ct auto resolution info
      Returns:
      the new ct auto resolution info
    • remove

      CTAutoResolutionInfo remove(long ctAutoResolutionInfoId) throws NoSuchAutoResolutionInfoException
      Removes the ct auto resolution info with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      ctAutoResolutionInfoId - the primary key of the ct auto resolution info
      Returns:
      the ct auto resolution info that was removed
      Throws:
      NoSuchAutoResolutionInfoException - if a ct auto resolution info with the primary key could not be found
    • updateImpl

      CTAutoResolutionInfo updateImpl(CTAutoResolutionInfo ctAutoResolutionInfo)
    • findByPrimaryKey

      CTAutoResolutionInfo findByPrimaryKey(long ctAutoResolutionInfoId) throws NoSuchAutoResolutionInfoException
      Returns the ct auto resolution info with the primary key or throws a NoSuchAutoResolutionInfoException if it could not be found.
      Parameters:
      ctAutoResolutionInfoId - the primary key of the ct auto resolution info
      Returns:
      the ct auto resolution info
      Throws:
      NoSuchAutoResolutionInfoException - if a ct auto resolution info with the primary key could not be found
    • fetchByPrimaryKey

      CTAutoResolutionInfo fetchByPrimaryKey(long ctAutoResolutionInfoId)
      Returns the ct auto resolution info with the primary key or returns null if it could not be found.
      Parameters:
      ctAutoResolutionInfoId - the primary key of the ct auto resolution info
      Returns:
      the ct auto resolution info, or null if a ct auto resolution info with the primary key could not be found
    • findAll

      Returns all the ct auto resolution infos.
      Returns:
      the ct auto resolution infos
    • findAll

      List<CTAutoResolutionInfo> findAll(int start, int end)
      Returns a range of all the ct auto resolution infos.

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

      Parameters:
      start - the lower bound of the range of ct auto resolution infos
      end - the upper bound of the range of ct auto resolution infos (not inclusive)
      Returns:
      the range of ct auto resolution infos
    • findAll

      List<CTAutoResolutionInfo> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator)
      Returns an ordered range of all the ct auto resolution infos.

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

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

      List<CTAutoResolutionInfo> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTAutoResolutionInfo> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the ct auto resolution infos.

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

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

      void removeAll()
      Removes all the ct auto resolution infos from the database.
    • countAll

      int countAll()
      Returns the number of ct auto resolution infos.
      Returns:
      the number of ct auto resolution infos