@ProviderType
public class FriendlyURLEntryMappingUtil
extends java.lang.Object
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
FriendlyURLEntryMappingPersistence
,
com.liferay.friendly.url.service.persistence.impl.FriendlyURLEntryMappingPersistenceImpl
Constructor and Description |
---|
FriendlyURLEntryMappingUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(FriendlyURLEntryMapping friendlyURLEntryMapping)
Caches the friendly url entry mapping in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<FriendlyURLEntryMapping> friendlyURLEntryMappings)
Caches the friendly url entry mappings in the entity cache if it is enabled.
|
static void |
clearCache() |
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 returns
null if it could not be found. |
static FriendlyURLEntryMapping |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the friendly url entry mapping where classNameId = ? and classPK = ? or returns
null 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 returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,FriendlyURLEntryMapping> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<FriendlyURLEntryMapping> |
findAll()
Returns all the friendly url entry mappings.
|
static java.util.List<FriendlyURLEntryMapping> |
findAll(int start,
int end)
Returns a range of all the friendly url entry mappings.
|
static java.util.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 java.util.List<FriendlyURLEntryMapping> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator,
boolean retrieveFromCache)
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 a
NoSuchFriendlyURLEntryMappingException if it could not be found. |
static FriendlyURLEntryMapping |
findByPrimaryKey(long friendlyURLEntryMappingId)
Returns the friendly url entry mapping with the primary key or throws a
NoSuchFriendlyURLEntryMappingException if it could not be found. |
static java.util.List<FriendlyURLEntryMapping> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<FriendlyURLEntryMapping> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<FriendlyURLEntryMapping> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator) |
static FriendlyURLEntryMappingPersistence |
getPersistence() |
static FriendlyURLEntryMapping |
remove(long friendlyURLEntryMappingId)
Removes the friendly url entry mapping with the primary key from the database.
|
static void |
removeAll()
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 FriendlyURLEntryMapping |
update(FriendlyURLEntryMapping friendlyURLEntryMapping) |
static FriendlyURLEntryMapping |
update(FriendlyURLEntryMapping friendlyURLEntryMapping,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FriendlyURLEntryMapping |
updateImpl(FriendlyURLEntryMapping friendlyURLEntryMapping) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(FriendlyURLEntryMapping friendlyURLEntryMapping)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.List<FriendlyURLEntryMapping> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<FriendlyURLEntryMapping> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<FriendlyURLEntryMapping> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static FriendlyURLEntryMapping update(FriendlyURLEntryMapping friendlyURLEntryMapping)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static FriendlyURLEntryMapping update(FriendlyURLEntryMapping friendlyURLEntryMapping, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static FriendlyURLEntryMapping findByC_C(long classNameId, long classPK) throws NoSuchFriendlyURLEntryMappingException
NoSuchFriendlyURLEntryMappingException
if it could not be found.classNameId
- the class name IDclassPK
- the class pkNoSuchFriendlyURLEntryMappingException
- if a matching friendly url entry mapping could not be foundpublic static FriendlyURLEntryMapping fetchByC_C(long classNameId, long classPK)
null
if it could not be found. Uses the finder cache.classNameId
- the class name IDclassPK
- the class pknull
if a matching friendly url entry mapping could not be foundpublic static FriendlyURLEntryMapping fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.classNameId
- the class name IDclassPK
- the class pkretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching friendly url entry mapping could not be foundpublic static FriendlyURLEntryMapping removeByC_C(long classNameId, long classPK) throws NoSuchFriendlyURLEntryMappingException
classNameId
- the class name IDclassPK
- the class pkNoSuchFriendlyURLEntryMappingException
public static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static void cacheResult(FriendlyURLEntryMapping friendlyURLEntryMapping)
friendlyURLEntryMapping
- the friendly url entry mappingpublic static void cacheResult(java.util.List<FriendlyURLEntryMapping> friendlyURLEntryMappings)
friendlyURLEntryMappings
- the friendly url entry mappingspublic static FriendlyURLEntryMapping create(long friendlyURLEntryMappingId)
friendlyURLEntryMappingId
- the primary key for the new friendly url entry mappingpublic static FriendlyURLEntryMapping remove(long friendlyURLEntryMappingId) throws NoSuchFriendlyURLEntryMappingException
friendlyURLEntryMappingId
- the primary key of the friendly url entry mappingNoSuchFriendlyURLEntryMappingException
- if a friendly url entry mapping with the primary key could not be foundpublic static FriendlyURLEntryMapping updateImpl(FriendlyURLEntryMapping friendlyURLEntryMapping)
public static FriendlyURLEntryMapping findByPrimaryKey(long friendlyURLEntryMappingId) throws NoSuchFriendlyURLEntryMappingException
NoSuchFriendlyURLEntryMappingException
if it could not be found.friendlyURLEntryMappingId
- the primary key of the friendly url entry mappingNoSuchFriendlyURLEntryMappingException
- if a friendly url entry mapping with the primary key could not be foundpublic static FriendlyURLEntryMapping fetchByPrimaryKey(long friendlyURLEntryMappingId)
null
if it could not be found.friendlyURLEntryMappingId
- the primary key of the friendly url entry mappingnull
if a friendly url entry mapping with the primary key could not be foundpublic static java.util.Map<java.io.Serializable,FriendlyURLEntryMapping> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<FriendlyURLEntryMapping> findAll()
public static java.util.List<FriendlyURLEntryMapping> findAll(int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FriendlyURLEntryMappingModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static java.util.List<FriendlyURLEntryMapping> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FriendlyURLEntryMappingModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static java.util.List<FriendlyURLEntryMapping> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryMapping> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FriendlyURLEntryMappingModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static FriendlyURLEntryMappingPersistence getPersistence()