Interface CTAutoResolutionInfoPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CTAutoResolutionInfo>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
countAll()
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 returnsnull
if it could not be found.findAll()
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 aNoSuchAutoResolutionInfoException
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
Returns all the ct auto resolution infos where ctCollectionId = ?.- Parameters:
ctCollectionId
- the ct collection ID- Returns:
- the matching ct auto resolution infos
-
findByCtCollectionId
Returns a range of all the ct auto resolution infos where ctCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDstart
- the lower bound of the range of ct auto resolution infosend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDstart
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDstart
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 infoctCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkstart
- the lower bound of the range of ct auto resolution infosend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkstart
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkstart
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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 infoctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPK
- the source model class pkorderByComparator
- the comparator to order the set by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPKs
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPKs
- the source model class pksstart
- the lower bound of the range of ct auto resolution infosend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPKs
- the source model class pksstart
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
ctCollectionId
- the ct collection IDmodelClassNameId
- the model class name IDsourceModelClassPKs
- the source model class pksstart
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- 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 IDmodelClassNameId
- the model class name IDsourceModelClassPK
- 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 IDmodelClassNameId
- the model class name IDsourceModelClassPKs
- the source model class pks- Returns:
- the number of matching ct auto resolution infos
-
cacheResult
Caches the ct auto resolution info in the entity cache if it is enabled.- Parameters:
ctAutoResolutionInfo
- the ct auto resolution info
-
cacheResult
Caches the ct auto resolution infos in the entity cache if it is enabled.- Parameters:
ctAutoResolutionInfos
- the ct auto resolution infos
-
create
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
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
-
findByPrimaryKey
CTAutoResolutionInfo findByPrimaryKey(long ctAutoResolutionInfoId) throws NoSuchAutoResolutionInfoException Returns the ct auto resolution info with the primary key or throws aNoSuchAutoResolutionInfoException
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
Returns the ct auto resolution info with the primary key or returnsnull
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
List<CTAutoResolutionInfo> findAll()Returns all the ct auto resolution infos.- Returns:
- the ct auto resolution infos
-
findAll
Returns a range of all the ct auto resolution infos.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
start
- the lower bound of the range of ct auto resolution infosend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
start
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCTAutoResolutionInfoModelImpl
.- Parameters:
start
- the lower bound of the range of ct auto resolution infosend
- the upper bound of the range of ct auto resolution infos (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
-