Class FriendlyURLEntryMappingUtil
com.liferay.friendly.url.service.persistence.impl.FriendlyURLEntryMappingPersistenceImpl
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(FriendlyURLEntryMapping friendlyURLEntryMapping) Caches the friendly url entry mapping in the entity cache if it is enabled.static void
cacheResult
(List<FriendlyURLEntryMapping> friendlyURLEntryMappings) Caches the friendly url entry mappings in the entity cache if it is enabled.static void
static void
clearCache
(FriendlyURLEntryMapping friendlyURLEntryMapping) static int
countAll()
Returns the number of friendly url entry mappings.static int
countByC_C
(long classNameId, long classPK) Returns the number of friendly url entry mappings where classNameId = ? and classPK = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static FriendlyURLEntryMapping
create
(long friendlyURLEntryMappingId) Creates a new friendly url entry mapping with the primary key.static FriendlyURLEntryMapping
fetchByC_C
(long classNameId, long classPK) Returns the friendly url entry mapping where classNameId = ? and classPK = ? or returnsnull
if it could not be found.static FriendlyURLEntryMapping
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.static FriendlyURLEntryMapping
fetchByPrimaryKey
(long friendlyURLEntryMappingId) Returns the friendly url entry mapping with the primary key or returnsnull
if it could not be found.static Map<Serializable,
FriendlyURLEntryMapping> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static List<FriendlyURLEntryMapping>
findAll()
Returns all the friendly url entry mappings.static List<FriendlyURLEntryMapping>
findAll
(int start, int end) Returns a range of all the friendly url entry mappings.static 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.static 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.static FriendlyURLEntryMapping
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.static FriendlyURLEntryMapping
findByPrimaryKey
(long friendlyURLEntryMappingId) Returns the friendly url entry mapping with the primary key or throws aNoSuchFriendlyURLEntryMappingException
if it could not be found.static List<FriendlyURLEntryMapping>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<FriendlyURLEntryMapping>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<FriendlyURLEntryMapping>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator) static FriendlyURLEntryMapping
remove
(long friendlyURLEntryMappingId) Removes the friendly url entry mapping with the primary key from the database.static void
Removes all the friendly url entry mappings from the database.static FriendlyURLEntryMapping
removeByC_C
(long classNameId, long classPK) Removes the friendly url entry mapping where classNameId = ? and classPK = ? from the database.static void
setPersistence
(FriendlyURLEntryMappingPersistence persistence) static FriendlyURLEntryMapping
update
(FriendlyURLEntryMapping friendlyURLEntryMapping) static FriendlyURLEntryMapping
update
(FriendlyURLEntryMapping friendlyURLEntryMapping, com.liferay.portal.kernel.service.ServiceContext serviceContext) static FriendlyURLEntryMapping
updateImpl
(FriendlyURLEntryMapping friendlyURLEntryMapping)
-
Constructor Details
-
FriendlyURLEntryMappingUtil
public FriendlyURLEntryMappingUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- 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,FriendlyURLEntryMapping> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<FriendlyURLEntryMapping> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<FriendlyURLEntryMapping> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<FriendlyURLEntryMapping> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static FriendlyURLEntryMapping update(FriendlyURLEntryMapping friendlyURLEntryMapping, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByC_C
public static 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 foundNoSuchFriendlyURLEntryMappingException
-
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
public static FriendlyURLEntryMapping 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.- 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
public static 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
public static 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
public static 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 foundNoSuchFriendlyURLEntryMappingException
-
updateImpl
-
findByPrimaryKey
public static 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 foundNoSuchFriendlyURLEntryMappingException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the friendly url entry mappings from the database. -
countAll
public static int countAll()Returns the number of friendly url entry mappings.- Returns:
- the number of friendly url entry mappings
-
getPersistence
-
setPersistence
-