Interface FriendlyURLEntryMappingPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<FriendlyURLEntryMapping>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FriendlyURLEntryMapping>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(FriendlyURLEntryMapping friendlyURLEntryMapping) Caches the friendly url entry mapping in the entity cache if it is enabled.void
cacheResult
(List<FriendlyURLEntryMapping> friendlyURLEntryMappings) Caches the friendly url entry mappings in the entity cache if it is enabled.int
countAll()
Returns the number of friendly url entry mappings.int
countByC_C
(long classNameId, long classPK) Returns the number of friendly url entry mappings where classNameId = ? and classPK = ?.create
(long friendlyURLEntryMappingId) Creates a new friendly url entry mapping with the primary key.fetchByC_C
(long classNameId, long classPK) Returns the friendly url entry mapping where classNameId = ? and classPK = ? or returnsnull
if it could not be found.fetchByC_C
(long classNameId, long classPK, boolean useFinderCache) Returns the friendly url entry mapping where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long friendlyURLEntryMappingId) Returns the friendly url entry mapping with the primary key or returnsnull
if it could not be found.findAll()
Returns all the friendly url entry mappings.findAll
(int start, int end) Returns a range of all the friendly url entry mappings.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator) Returns an ordered range of all the friendly url entry mappings.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry mappings.findByC_C
(long classNameId, long classPK) Returns the friendly url entry mapping where classNameId = ? and classPK = ? or throws aNoSuchFriendlyURLEntryMappingException
if it could not be found.findByPrimaryKey
(long friendlyURLEntryMappingId) Returns the friendly url entry mapping with the primary key or throws aNoSuchFriendlyURLEntryMappingException
if it could not be found.remove
(long friendlyURLEntryMappingId) Removes the friendly url entry mapping with the primary key from the database.void
Removes all the friendly url entry mappings from the database.removeByC_C
(long classNameId, long classPK) Removes the friendly url entry mapping where classNameId = ? and classPK = ? from the database.updateImpl
(FriendlyURLEntryMapping friendlyURLEntryMapping) 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
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByC_C
FriendlyURLEntryMapping findByC_C(long classNameId, long classPK) throws NoSuchFriendlyURLEntryMappingException Returns the friendly url entry mapping where classNameId = ? and classPK = ? or throws aNoSuchFriendlyURLEntryMappingException
if it could not be found.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching friendly url entry mapping
- Throws:
NoSuchFriendlyURLEntryMappingException
- if a matching friendly url entry mapping could not be found
-
fetchByC_C
Returns the friendly url entry mapping where classNameId = ? and classPK = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching friendly url entry mapping, or
null
if a matching friendly url entry mapping could not be found
-
fetchByC_C
Returns the friendly url entry mapping where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cache- Returns:
- the matching friendly url entry mapping, or
null
if a matching friendly url entry mapping could not be found
-
removeByC_C
FriendlyURLEntryMapping removeByC_C(long classNameId, long classPK) throws NoSuchFriendlyURLEntryMappingException Removes the friendly url entry mapping where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the friendly url entry mapping that was removed
- Throws:
NoSuchFriendlyURLEntryMappingException
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of friendly url entry mappings where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching friendly url entry mappings
-
cacheResult
Caches the friendly url entry mapping in the entity cache if it is enabled.- Parameters:
friendlyURLEntryMapping
- the friendly url entry mapping
-
cacheResult
Caches the friendly url entry mappings in the entity cache if it is enabled.- Parameters:
friendlyURLEntryMappings
- the friendly url entry mappings
-
create
Creates a new friendly url entry mapping with the primary key. Does not add the friendly url entry mapping to the database.- Parameters:
friendlyURLEntryMappingId
- the primary key for the new friendly url entry mapping- Returns:
- the new friendly url entry mapping
-
remove
FriendlyURLEntryMapping remove(long friendlyURLEntryMappingId) throws NoSuchFriendlyURLEntryMappingException Removes the friendly url entry mapping with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
friendlyURLEntryMappingId
- the primary key of the friendly url entry mapping- Returns:
- the friendly url entry mapping that was removed
- Throws:
NoSuchFriendlyURLEntryMappingException
- if a friendly url entry mapping with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
FriendlyURLEntryMapping findByPrimaryKey(long friendlyURLEntryMappingId) throws NoSuchFriendlyURLEntryMappingException Returns the friendly url entry mapping with the primary key or throws aNoSuchFriendlyURLEntryMappingException
if it could not be found.- Parameters:
friendlyURLEntryMappingId
- the primary key of the friendly url entry mapping- Returns:
- the friendly url entry mapping
- Throws:
NoSuchFriendlyURLEntryMappingException
- if a friendly url entry mapping with the primary key could not be found
-
fetchByPrimaryKey
Returns the friendly url entry mapping with the primary key or returnsnull
if it could not be found.- Parameters:
friendlyURLEntryMappingId
- the primary key of the friendly url entry mapping- Returns:
- the friendly url entry mapping, or
null
if a friendly url entry mapping with the primary key could not be found
-
findAll
List<FriendlyURLEntryMapping> findAll()Returns all the friendly url entry mappings.- Returns:
- the friendly url entry mappings
-
findAll
Returns a range of all the friendly url entry mappings.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 fromFriendlyURLEntryMappingModelImpl
.- Parameters:
start
- the lower bound of the range of friendly url entry mappingsend
- the upper bound of the range of friendly url entry mappings (not inclusive)- Returns:
- the range of friendly url entry mappings
-
findAll
List<FriendlyURLEntryMapping> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator) Returns an ordered range of all the friendly url entry mappings.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 fromFriendlyURLEntryMappingModelImpl
.- Parameters:
start
- the lower bound of the range of friendly url entry mappingsend
- the upper bound of the range of friendly url entry mappings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of friendly url entry mappings
-
findAll
List<FriendlyURLEntryMapping> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry mappings.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 fromFriendlyURLEntryMappingModelImpl
.- Parameters:
start
- the lower bound of the range of friendly url entry mappingsend
- the upper bound of the range of friendly url entry mappings (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of friendly url entry mappings
-
removeAll
void removeAll()Removes all the friendly url entry mappings from the database. -
countAll
int countAll()Returns the number of friendly url entry mappings.- Returns:
- the number of friendly url entry mappings
-