Class FriendlyURLEntryMappingUtil

java.lang.Object
com.liferay.friendly.url.service.persistence.FriendlyURLEntryMappingUtil

public class FriendlyURLEntryMappingUtil extends Object
The persistence utility for the friendly url entry mapping service. This utility wraps 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 Details

    • FriendlyURLEntryMappingUtil

      public FriendlyURLEntryMappingUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(FriendlyURLEntryMapping friendlyURLEntryMapping)
      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

      public static FriendlyURLEntryMapping update(FriendlyURLEntryMapping friendlyURLEntryMapping)
      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 a NoSuchFriendlyURLEntryMappingException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching friendly url entry mapping
      Throws:
      NoSuchFriendlyURLEntryMappingException - if a matching friendly url entry mapping could not be found
      NoSuchFriendlyURLEntryMappingException
    • fetchByC_C

      public 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. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - 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 ID
      classPK - 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 ID
      classPK - the class pk
      Returns:
      the number of matching friendly url entry mappings
    • cacheResult

      public static void cacheResult(FriendlyURLEntryMapping friendlyURLEntryMapping)
      Caches the friendly url entry mapping in the entity cache if it is enabled.
      Parameters:
      friendlyURLEntryMapping - the friendly url entry mapping
    • cacheResult

      public static void cacheResult(List<FriendlyURLEntryMapping> friendlyURLEntryMappings)
      Caches the friendly url entry mappings in the entity cache if it is enabled.
      Parameters:
      friendlyURLEntryMappings - the friendly url entry mappings
    • create

      public static FriendlyURLEntryMapping create(long friendlyURLEntryMappingId)
      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 found
      NoSuchFriendlyURLEntryMappingException
    • updateImpl

      public static FriendlyURLEntryMapping updateImpl(FriendlyURLEntryMapping friendlyURLEntryMapping)
    • findByPrimaryKey

      public static FriendlyURLEntryMapping findByPrimaryKey(long friendlyURLEntryMappingId) throws NoSuchFriendlyURLEntryMappingException
      Returns the friendly url entry mapping with the primary key or throws a NoSuchFriendlyURLEntryMappingException 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
      NoSuchFriendlyURLEntryMappingException
    • fetchByPrimaryKey

      public static FriendlyURLEntryMapping fetchByPrimaryKey(long friendlyURLEntryMappingId)
      Returns the friendly url entry mapping with the primary key or returns null 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

      public static List<FriendlyURLEntryMapping> findAll()
      Returns all the friendly url entry mappings.
      Returns:
      the friendly url entry mappings
    • findAll

      public static List<FriendlyURLEntryMapping> findAll(int start, int end)
      Returns a range of all the friendly url entry mappings.

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

      Parameters:
      start - the lower bound of the range of friendly url entry mappings
      end - 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 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 FriendlyURLEntryMappingModelImpl.

      Parameters:
      start - the lower bound of the range of friendly url entry mappings
      end - the upper bound of the range of friendly url entry mappings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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 FriendlyURLEntryMappingModelImpl.

      Parameters:
      start - the lower bound of the range of friendly url entry mappings
      end - the upper bound of the range of friendly url entry mappings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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

      public static FriendlyURLEntryMappingPersistence getPersistence()
    • setPersistence

      public static void setPersistence(FriendlyURLEntryMappingPersistence persistence)