Class CPDefinitionVirtualSettingUtil

java.lang.Object
com.liferay.commerce.product.type.virtual.service.persistence.CPDefinitionVirtualSettingUtil

public class CPDefinitionVirtualSettingUtil extends Object
The persistence utility for the cp definition virtual setting service. This utility wraps com.liferay.commerce.product.type.virtual.service.persistence.impl.CPDefinitionVirtualSettingPersistenceImpl 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

    • CPDefinitionVirtualSettingUtil

      public CPDefinitionVirtualSettingUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(CPDefinitionVirtualSetting cpDefinitionVirtualSetting)
      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,CPDefinitionVirtualSetting> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static CPDefinitionVirtualSetting update(CPDefinitionVirtualSetting cpDefinitionVirtualSetting)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static CPDefinitionVirtualSetting update(CPDefinitionVirtualSetting cpDefinitionVirtualSetting, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

      public static List<CPDefinitionVirtualSetting> findByUuid(String uuid)
      Returns all the cp definition virtual settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cp definition virtual settings
    • findByUuid

      public static List<CPDefinitionVirtualSetting> findByUuid(String uuid, int start, int end)
      Returns a range of all the cp definition virtual settings where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      Returns:
      the range of matching cp definition virtual settings
    • findByUuid

      public static List<CPDefinitionVirtualSetting> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns an ordered range of all the cp definition virtual settings where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp definition virtual settings
    • findByUuid

      public static List<CPDefinitionVirtualSetting> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp definition virtual settings where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp definition virtual settings
    • findByUuid_First

      public static CPDefinitionVirtualSetting findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) throws NoSuchCPDefinitionVirtualSettingException
      Returns the first cp definition virtual setting in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a matching cp definition virtual setting could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByUuid_First

      public static CPDefinitionVirtualSetting fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns the first cp definition virtual setting in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • findByUuid_Last

      public static CPDefinitionVirtualSetting findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) throws NoSuchCPDefinitionVirtualSettingException
      Returns the last cp definition virtual setting in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a matching cp definition virtual setting could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByUuid_Last

      public static CPDefinitionVirtualSetting fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns the last cp definition virtual setting in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • findByUuid_PrevAndNext

      public static CPDefinitionVirtualSetting[] findByUuid_PrevAndNext(long CPDefinitionVirtualSettingId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) throws NoSuchCPDefinitionVirtualSettingException
      Returns the cp definition virtual settings before and after the current cp definition virtual setting in the ordered set where uuid = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the primary key of the current cp definition virtual setting
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a cp definition virtual setting with the primary key could not be found
      NoSuchCPDefinitionVirtualSettingException
    • removeByUuid

      public static void removeByUuid(String uuid)
      Removes all the cp definition virtual settings where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      Returns the number of cp definition virtual settings where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching cp definition virtual settings
    • findByUUID_G

      public static CPDefinitionVirtualSetting findByUUID_G(String uuid, long groupId) throws NoSuchCPDefinitionVirtualSettingException
      Returns the cp definition virtual setting where uuid = ? and groupId = ? or throws a NoSuchCPDefinitionVirtualSettingException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a matching cp definition virtual setting could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByUUID_G

      public static CPDefinitionVirtualSetting fetchByUUID_G(String uuid, long groupId)
      Returns the cp definition virtual setting where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • fetchByUUID_G

      public static CPDefinitionVirtualSetting fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the cp definition virtual setting where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • removeByUUID_G

      public static CPDefinitionVirtualSetting removeByUUID_G(String uuid, long groupId) throws NoSuchCPDefinitionVirtualSettingException
      Removes the cp definition virtual setting where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the cp definition virtual setting that was removed
      Throws:
      NoSuchCPDefinitionVirtualSettingException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of cp definition virtual settings where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching cp definition virtual settings
    • findByUuid_C

      public static List<CPDefinitionVirtualSetting> findByUuid_C(String uuid, long companyId)
      Returns all the cp definition virtual settings where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching cp definition virtual settings
    • findByUuid_C

      public static List<CPDefinitionVirtualSetting> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the cp definition virtual settings where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      Returns:
      the range of matching cp definition virtual settings
    • findByUuid_C

      public static List<CPDefinitionVirtualSetting> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns an ordered range of all the cp definition virtual settings where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp definition virtual settings
    • findByUuid_C

      public static List<CPDefinitionVirtualSetting> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp definition virtual settings where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp definition virtual settings
    • findByUuid_C_First

      public static CPDefinitionVirtualSetting findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) throws NoSuchCPDefinitionVirtualSettingException
      Returns the first cp definition virtual setting in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a matching cp definition virtual setting could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByUuid_C_First

      public static CPDefinitionVirtualSetting fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns the first cp definition virtual setting in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • findByUuid_C_Last

      public static CPDefinitionVirtualSetting findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) throws NoSuchCPDefinitionVirtualSettingException
      Returns the last cp definition virtual setting in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a matching cp definition virtual setting could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByUuid_C_Last

      public static CPDefinitionVirtualSetting fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns the last cp definition virtual setting in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • findByUuid_C_PrevAndNext

      public static CPDefinitionVirtualSetting[] findByUuid_C_PrevAndNext(long CPDefinitionVirtualSettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) throws NoSuchCPDefinitionVirtualSettingException
      Returns the cp definition virtual settings before and after the current cp definition virtual setting in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the primary key of the current cp definition virtual setting
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a cp definition virtual setting with the primary key could not be found
      NoSuchCPDefinitionVirtualSettingException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the cp definition virtual settings where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public static int countByUuid_C(String uuid, long companyId)
      Returns the number of cp definition virtual settings where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching cp definition virtual settings
    • findByC_C

      public static CPDefinitionVirtualSetting findByC_C(long classNameId, long classPK) throws NoSuchCPDefinitionVirtualSettingException
      Returns the cp definition virtual setting where classNameId = ? and classPK = ? or throws a NoSuchCPDefinitionVirtualSettingException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a matching cp definition virtual setting could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByC_C

      public static CPDefinitionVirtualSetting fetchByC_C(long classNameId, long classPK)
      Returns the cp definition virtual setting 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 cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • fetchByC_C

      public static CPDefinitionVirtualSetting fetchByC_C(long classNameId, long classPK, boolean useFinderCache)
      Returns the cp definition virtual setting 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 cp definition virtual setting, or null if a matching cp definition virtual setting could not be found
    • removeByC_C

      public static CPDefinitionVirtualSetting removeByC_C(long classNameId, long classPK) throws NoSuchCPDefinitionVirtualSettingException
      Removes the cp definition virtual setting where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the cp definition virtual setting that was removed
      Throws:
      NoSuchCPDefinitionVirtualSettingException
    • countByC_C

      public static int countByC_C(long classNameId, long classPK)
      Returns the number of cp definition virtual settings where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp definition virtual settings
    • cacheResult

      public static void cacheResult(CPDefinitionVirtualSetting cpDefinitionVirtualSetting)
      Caches the cp definition virtual setting in the entity cache if it is enabled.
      Parameters:
      cpDefinitionVirtualSetting - the cp definition virtual setting
    • cacheResult

      public static void cacheResult(List<CPDefinitionVirtualSetting> cpDefinitionVirtualSettings)
      Caches the cp definition virtual settings in the entity cache if it is enabled.
      Parameters:
      cpDefinitionVirtualSettings - the cp definition virtual settings
    • create

      public static CPDefinitionVirtualSetting create(long CPDefinitionVirtualSettingId)
      Creates a new cp definition virtual setting with the primary key. Does not add the cp definition virtual setting to the database.
      Parameters:
      CPDefinitionVirtualSettingId - the primary key for the new cp definition virtual setting
      Returns:
      the new cp definition virtual setting
    • remove

      public static CPDefinitionVirtualSetting remove(long CPDefinitionVirtualSettingId) throws NoSuchCPDefinitionVirtualSettingException
      Removes the cp definition virtual setting with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CPDefinitionVirtualSettingId - the primary key of the cp definition virtual setting
      Returns:
      the cp definition virtual setting that was removed
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a cp definition virtual setting with the primary key could not be found
      NoSuchCPDefinitionVirtualSettingException
    • updateImpl

      public static CPDefinitionVirtualSetting updateImpl(CPDefinitionVirtualSetting cpDefinitionVirtualSetting)
    • findByPrimaryKey

      public static CPDefinitionVirtualSetting findByPrimaryKey(long CPDefinitionVirtualSettingId) throws NoSuchCPDefinitionVirtualSettingException
      Returns the cp definition virtual setting with the primary key or throws a NoSuchCPDefinitionVirtualSettingException if it could not be found.
      Parameters:
      CPDefinitionVirtualSettingId - the primary key of the cp definition virtual setting
      Returns:
      the cp definition virtual setting
      Throws:
      NoSuchCPDefinitionVirtualSettingException - if a cp definition virtual setting with the primary key could not be found
      NoSuchCPDefinitionVirtualSettingException
    • fetchByPrimaryKey

      public static CPDefinitionVirtualSetting fetchByPrimaryKey(long CPDefinitionVirtualSettingId)
      Returns the cp definition virtual setting with the primary key or returns null if it could not be found.
      Parameters:
      CPDefinitionVirtualSettingId - the primary key of the cp definition virtual setting
      Returns:
      the cp definition virtual setting, or null if a cp definition virtual setting with the primary key could not be found
    • findAll

      public static List<CPDefinitionVirtualSetting> findAll()
      Returns all the cp definition virtual settings.
      Returns:
      the cp definition virtual settings
    • findAll

      public static List<CPDefinitionVirtualSetting> findAll(int start, int end)
      Returns a range of all the cp definition virtual settings.

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

      Parameters:
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      Returns:
      the range of cp definition virtual settings
    • findAll

      public static List<CPDefinitionVirtualSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator)
      Returns an ordered range of all the cp definition virtual settings.

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

      Parameters:
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of cp definition virtual settings
    • findAll

      public static List<CPDefinitionVirtualSetting> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp definition virtual settings.

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

      Parameters:
      start - the lower bound of the range of cp definition virtual settings
      end - the upper bound of the range of cp definition virtual settings (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of cp definition virtual settings
    • removeAll

      public static void removeAll()
      Removes all the cp definition virtual settings from the database.
    • countAll

      public static int countAll()
      Returns the number of cp definition virtual settings.
      Returns:
      the number of cp definition virtual settings
    • getPersistence

      public static CPDefinitionVirtualSettingPersistence getPersistence()
    • setPersistence

      public static void setPersistence(CPDefinitionVirtualSettingPersistence persistence)