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 void
cacheResult
(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) Caches the cp definition virtual setting in the entity cache if it is enabled.static void
cacheResult
(List<CPDefinitionVirtualSetting> cpDefinitionVirtualSettings) Caches the cp definition virtual settings in the entity cache if it is enabled.static void
static void
clearCache
(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) static int
countAll()
Returns the number of cp definition virtual settings.static int
countByC_C
(long classNameId, long classPK) Returns the number of cp definition virtual settings where classNameId = ? and classPK = ?.static int
countByUuid
(String uuid) Returns the number of cp definition virtual settings where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of cp definition virtual settings where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of cp definition virtual settings where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static CPDefinitionVirtualSetting
create
(long CPDefinitionVirtualSettingId) Creates a new cp definition virtual setting with the primary key.static CPDefinitionVirtualSetting
fetchByC_C
(long classNameId, long classPK) Returns the cp definition virtual setting where classNameId = ? and classPK = ? or returnsnull
if it could not be found.static CPDefinitionVirtualSetting
fetchByC_C
(long classNameId, long classPK, boolean useFinderCache) Returns the cp definition virtual setting where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.static CPDefinitionVirtualSetting
fetchByPrimaryKey
(long CPDefinitionVirtualSettingId) Returns the cp definition virtual setting with the primary key or returnsnull
if it could not be found.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) 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 = ?.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 = ?.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 = ?.static CPDefinitionVirtualSetting
fetchByUUID_G
(String uuid, long groupId) Returns the cp definition virtual setting where uuid = ? and groupId = ? or returnsnull
if it could not be found.static CPDefinitionVirtualSetting
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the cp definition virtual setting where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 CPDefinitionVirtualSetting
findByC_C
(long classNameId, long classPK) Returns the cp definition virtual setting where classNameId = ? and classPK = ? or throws aNoSuchCPDefinitionVirtualSettingException
if it could not be found.static CPDefinitionVirtualSetting
findByPrimaryKey
(long CPDefinitionVirtualSettingId) Returns the cp definition virtual setting with the primary key or throws aNoSuchCPDefinitionVirtualSettingException
if 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 CPDefinitionVirtualSetting
findByUuid_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 CPDefinitionVirtualSetting
findByUuid_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 CPDefinitionVirtualSetting
findByUuid_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 CPDefinitionVirtualSetting
findByUUID_G
(String uuid, long groupId) Returns the cp definition virtual setting where uuid = ? and groupId = ? or throws aNoSuchCPDefinitionVirtualSettingException
if it could not be found.static CPDefinitionVirtualSetting
findByUuid_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 CPDefinitionVirtualSetting
remove
(long CPDefinitionVirtualSettingId) Removes the cp definition virtual setting with the primary key from the database.static void
Removes all the cp definition virtual settings from the database.static CPDefinitionVirtualSetting
removeByC_C
(long classNameId, long classPK) Removes the cp definition virtual setting where classNameId = ? and classPK = ? from the database.static void
removeByUuid
(String uuid) Removes all the cp definition virtual settings where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the cp definition virtual settings where uuid = ? and companyId = ? from the database.static CPDefinitionVirtualSetting
removeByUUID_G
(String uuid, long groupId) Removes the cp definition virtual setting where uuid = ? and groupId = ? from the database.static void
setPersistence
(CPDefinitionVirtualSettingPersistence persistence) static CPDefinitionVirtualSetting
update
(CPDefinitionVirtualSetting cpDefinitionVirtualSetting) static CPDefinitionVirtualSetting
update
(CPDefinitionVirtualSetting cpDefinitionVirtualSetting, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CPDefinitionVirtualSetting
updateImpl
(CPDefinitionVirtualSetting cpDefinitionVirtualSetting)
-
Constructor Details
-
CPDefinitionVirtualSettingUtil
public CPDefinitionVirtualSettingUtil()
-
-
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,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
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 - 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 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 - 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 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 - 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 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
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a matching cp definition virtual setting could not be foundNoSuchCPDefinitionVirtualSettingException
-
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
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp definition virtual setting
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a matching cp definition virtual setting could not be foundNoSuchCPDefinitionVirtualSettingException
-
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
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 settinguuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 foundNoSuchCPDefinitionVirtualSettingException
-
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 aNoSuchCPDefinitionVirtualSettingException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching cp definition virtual setting
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a matching cp definition virtual setting could not be foundNoSuchCPDefinitionVirtualSettingException
-
fetchByUUID_G
Returns the cp definition virtual setting where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- 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 returnsnull
if 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
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 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 - 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 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 - 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 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 - 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 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
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a matching cp definition virtual setting could not be foundNoSuchCPDefinitionVirtualSettingException
-
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
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp definition virtual setting
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a matching cp definition virtual setting could not be foundNoSuchCPDefinitionVirtualSettingException
-
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
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 settinguuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 foundNoSuchCPDefinitionVirtualSettingException
-
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 aNoSuchCPDefinitionVirtualSettingException
if it could not be found.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching cp definition virtual setting
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a matching cp definition virtual setting could not be foundNoSuchCPDefinitionVirtualSettingException
-
fetchByC_C
Returns the cp definition virtual setting 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 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 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 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 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
- Throws:
NoSuchCPDefinitionVirtualSettingException
- if a cp definition virtual setting with the primary key could not be foundNoSuchCPDefinitionVirtualSettingException
-
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 aNoSuchCPDefinitionVirtualSettingException
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 foundNoSuchCPDefinitionVirtualSettingException
-
fetchByPrimaryKey
Returns the cp definition virtual setting with the primary key or returnsnull
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
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 - 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 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 - 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 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 - 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 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
-