Class CPDefinitionVirtualSettingUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) Caches the cp definition virtual setting in the entity cache if it is enabled.static voidcacheResult(List<CPDefinitionVirtualSetting> cpDefinitionVirtualSettings) Caches the cp definition virtual settings in the entity cache if it is enabled.static voidstatic voidclearCache(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) static intcountAll()Returns the number of cp definition virtual settings.static intcountByC_C(long classNameId, long classPK) Returns the number of cp definition virtual settings where classNameId = ? and classPK = ?.static intcountByUuid(String uuid) Returns the number of cp definition virtual settings where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of cp definition virtual settings where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of cp definition virtual settings where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static CPDefinitionVirtualSettingcreate(long CPDefinitionVirtualSettingId) Creates a new cp definition virtual setting with the primary key.static CPDefinitionVirtualSettingfetchByC_C(long classNameId, long classPK) Returns the cp definition virtual setting where classNameId = ? and classPK = ? or returnsnullif it could not be found.static CPDefinitionVirtualSettingfetchByC_C(long classNameId, long classPK, boolean useFinderCache) Returns the cp definition virtual setting where classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.static CPDefinitionVirtualSettingfetchByPrimaryKey(long CPDefinitionVirtualSettingId) Returns the cp definition virtual setting with the primary key or returnsnullif it could not be found.fetchByPrimaryKeys(Set<Serializable> primaryKeys) static CPDefinitionVirtualSettingfetchByUuid_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 = ?.static CPDefinitionVirtualSettingfetchByUuid_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 = ?.static CPDefinitionVirtualSettingfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) Returns the first cp definition virtual setting in the ordered set where uuid = ?.static CPDefinitionVirtualSettingfetchByUUID_G(String uuid, long groupId) Returns the cp definition virtual setting where uuid = ? and groupId = ? or returnsnullif it could not be found.static CPDefinitionVirtualSettingfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the cp definition virtual setting where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static CPDefinitionVirtualSettingfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) Returns the last cp definition virtual setting in the ordered set where uuid = ?.static List<CPDefinitionVirtualSetting> findAll()Returns all the cp definition virtual settings.static List<CPDefinitionVirtualSetting> findAll(int start, int end) Returns a range of all the cp definition virtual settings.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.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.static CPDefinitionVirtualSettingfindByC_C(long classNameId, long classPK) Returns the cp definition virtual setting where classNameId = ? and classPK = ? or throws aNoSuchCPDefinitionVirtualSettingExceptionif it could not be found.static CPDefinitionVirtualSettingfindByPrimaryKey(long CPDefinitionVirtualSettingId) Returns the cp definition virtual setting with the primary key or throws aNoSuchCPDefinitionVirtualSettingExceptionif it could not be found.static List<CPDefinitionVirtualSetting> findByUuid(String uuid) Returns all the cp definition virtual settings where uuid = ?.static List<CPDefinitionVirtualSetting> findByUuid(String uuid, int start, int end) Returns a range of all the cp definition virtual settings where uuid = ?.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 = ?.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 = ?.static List<CPDefinitionVirtualSetting> findByUuid_C(String uuid, long companyId) Returns all the cp definition virtual settings where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.static CPDefinitionVirtualSettingfindByUuid_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 = ?.static CPDefinitionVirtualSettingfindByUuid_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 = ?.static CPDefinitionVirtualSetting[]findByUuid_C_PrevAndNext(long CPDefinitionVirtualSettingId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) Returns the cp definition virtual settings before and after the current cp definition virtual setting in the ordered set where uuid = ? and companyId = ?.static CPDefinitionVirtualSettingfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) Returns the first cp definition virtual setting in the ordered set where uuid = ?.static CPDefinitionVirtualSettingfindByUUID_G(String uuid, long groupId) Returns the cp definition virtual setting where uuid = ? and groupId = ? or throws aNoSuchCPDefinitionVirtualSettingExceptionif it could not be found.static CPDefinitionVirtualSettingfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) Returns the last cp definition virtual setting in the ordered set where uuid = ?.static CPDefinitionVirtualSetting[]findByUuid_PrevAndNext(long CPDefinitionVirtualSettingId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) Returns the cp definition virtual settings before and after the current cp definition virtual setting in the ordered set where uuid = ?.static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionVirtualSetting> orderByComparator) static CPDefinitionVirtualSettingremove(long CPDefinitionVirtualSettingId) Removes the cp definition virtual setting with the primary key from the database.static voidRemoves all the cp definition virtual settings from the database.static CPDefinitionVirtualSettingremoveByC_C(long classNameId, long classPK) Removes the cp definition virtual setting where classNameId = ? and classPK = ? from the database.static voidremoveByUuid(String uuid) Removes all the cp definition virtual settings where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the cp definition virtual settings where uuid = ? and companyId = ? from the database.static CPDefinitionVirtualSettingremoveByUUID_G(String uuid, long groupId) Removes the cp definition virtual setting where uuid = ? and groupId = ? from the database.static voidsetPersistence(CPDefinitionVirtualSettingPersistence persistence) static CPDefinitionVirtualSettingupdate(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) static CPDefinitionVirtualSettingupdate(CPDefinitionVirtualSetting cpDefinitionVirtualSetting, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CPDefinitionVirtualSettingupdateImpl(CPDefinitionVirtualSetting cpDefinitionVirtualSetting)
-
Constructor Details
-
CPDefinitionVirtualSettingUtil
public CPDefinitionVirtualSettingUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
public static Map<Serializable,CPDefinitionVirtualSetting> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
public static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<CPDefinitionVirtualSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
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:
-
update
public static CPDefinitionVirtualSetting update(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) - See Also:
-
update
public static CPDefinitionVirtualSetting update(CPDefinitionVirtualSetting cpDefinitionVirtualSetting, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
findByUuid
Returns all the cp definition virtual settings where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching cp definition virtual settings
-
findByUuid
Returns a range of all the cp definition virtual settings where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of cp definition virtual settingsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of cp definition virtual settingsend- the upper bound of the range of cp definition virtual settings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of cp definition virtual settingsend- the upper bound of the range of cp definition virtual settings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching cp definition virtual setting
-
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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching cp definition virtual setting, or
nullif 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching cp definition virtual setting
-
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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching cp definition virtual setting, or
nullif 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 settinguuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next cp definition virtual setting
-
removeByUuid
Removes all the cp definition virtual settings where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
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 aNoSuchCPDefinitionVirtualSettingExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching cp definition virtual setting
-
fetchByUUID_G
Returns the cp definition virtual setting where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching cp definition virtual setting, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching cp definition virtual setting, or
nullif 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 uuidgroupId- the group ID- Returns:
- the cp definition virtual setting that was removed
- Throws:
NoSuchCPDefinitionVirtualSettingException
-
countByUUID_G
Returns the number of cp definition virtual settings where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching cp definition virtual settings
-
findByUuid_C
Returns all the cp definition virtual settings where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of cp definition virtual settingsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of cp definition virtual settingsend- the upper bound of the range of cp definition virtual settings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of cp definition virtual settingsend- the upper bound of the range of cp definition virtual settings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching cp definition virtual setting
-
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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching cp definition virtual setting, or
nullif 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching cp definition virtual setting
-
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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching cp definition virtual setting, or
nullif 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 settinguuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next cp definition virtual setting
-
removeByUuid_C
Removes all the cp definition virtual settings where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of cp definition virtual settings where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- 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 aNoSuchCPDefinitionVirtualSettingExceptionif it could not be found.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the matching cp definition virtual setting
-
fetchByC_C
Returns the cp definition virtual setting where classNameId = ? and classPK = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the matching cp definition virtual setting, or
nullif 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 returnsnullif 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 cp definition virtual setting, or
nullif 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 IDclassPK- 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 IDclassPK- the class pk- Returns:
- the number of matching cp definition virtual settings
-
cacheResult
Caches the cp definition virtual setting in the entity cache if it is enabled.- Parameters:
cpDefinitionVirtualSetting- the cp definition virtual setting
-
cacheResult
Caches the cp definition virtual settings in the entity cache if it is enabled.- Parameters:
cpDefinitionVirtualSettings- the cp definition virtual settings
-
create
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
-
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 aNoSuchCPDefinitionVirtualSettingExceptionif it could not be found.- Parameters:
CPDefinitionVirtualSettingId- the primary key of the cp definition virtual setting- Returns:
- the cp definition virtual setting
-
fetchByPrimaryKey
Returns the cp definition virtual setting with the primary key or returnsnullif it could not be found.- Parameters:
CPDefinitionVirtualSettingId- the primary key of the cp definition virtual setting- Returns:
- the cp definition virtual setting, or
nullif a cp definition virtual setting with the primary key could not be found
-
findAll
Returns all the cp definition virtual settings.- Returns:
- the cp definition virtual settings
-
findAll
Returns a range of all the cp definition virtual settings.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
start- the lower bound of the range of cp definition virtual settingsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
start- the lower bound of the range of cp definition virtual settingsend- the upper bound of the range of cp definition virtual settings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCPDefinitionVirtualSettingModelImpl.- Parameters:
start- the lower bound of the range of cp definition virtual settingsend- the upper bound of the range of cp definition virtual settings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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
-
setPersistence
-