Interface CPDVirtualSettingFileEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CPDVirtualSettingFileEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry) Caches the cpd virtual setting file entry in the entity cache if it is enabled.void
cacheResult
(List<CPDVirtualSettingFileEntry> cpdVirtualSettingFileEntries) Caches the cpd virtual setting file entries in the entity cache if it is enabled.int
countAll()
Returns the number of cpd virtual setting file entries.int
countByCPDefinitionVirtualSettingId
(long CPDefinitionVirtualSettingId) Returns the number of cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.int
countByFileEntryId
(long fileEntryId) Returns the number of cpd virtual setting file entries where fileEntryId = ?.int
countByUuid
(String uuid) Returns the number of cpd virtual setting file entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of cpd virtual setting file entries where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of cpd virtual setting file entries where uuid = ? and groupId = ?.create
(long CPDefinitionVirtualSettingFileEntryId) Creates a new cpd virtual setting file entry with the primary key.fetchByCPDefinitionVirtualSettingId_First
(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.fetchByCPDefinitionVirtualSettingId_Last
(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.fetchByFileEntryId_First
(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where fileEntryId = ?.fetchByFileEntryId_Last
(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where fileEntryId = ?.fetchByPrimaryKey
(long CPDefinitionVirtualSettingFileEntryId) Returns the cpd virtual setting file entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the cpd virtual setting file entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the cpd virtual setting file entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where uuid = ?.findAll()
Returns all the cpd virtual setting file entries.findAll
(int start, int end) Returns a range of all the cpd virtual setting file entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries.findByCPDefinitionVirtualSettingId
(long CPDefinitionVirtualSettingId) Returns all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.findByCPDefinitionVirtualSettingId
(long CPDefinitionVirtualSettingId, int start, int end) Returns a range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.findByCPDefinitionVirtualSettingId
(long CPDefinitionVirtualSettingId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.findByCPDefinitionVirtualSettingId
(long CPDefinitionVirtualSettingId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.findByCPDefinitionVirtualSettingId_First
(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.findByCPDefinitionVirtualSettingId_Last
(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.findByCPDefinitionVirtualSettingId_PrevAndNext
(long CPDefinitionVirtualSettingFileEntryId, long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.findByFileEntryId
(long fileEntryId) Returns all the cpd virtual setting file entries where fileEntryId = ?.findByFileEntryId
(long fileEntryId, int start, int end) Returns a range of all the cpd virtual setting file entries where fileEntryId = ?.findByFileEntryId
(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries where fileEntryId = ?.findByFileEntryId
(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries where fileEntryId = ?.findByFileEntryId_First
(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where fileEntryId = ?.findByFileEntryId_Last
(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where fileEntryId = ?.findByFileEntryId_PrevAndNext
(long CPDefinitionVirtualSettingFileEntryId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where fileEntryId = ?.findByPrimaryKey
(long CPDefinitionVirtualSettingFileEntryId) Returns the cpd virtual setting file entry with the primary key or throws aNoSuchCPDVirtualSettingFileEntryException
if it could not be found.findByUuid
(String uuid) Returns all the cpd virtual setting file entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the cpd virtual setting file entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the cpd virtual setting file entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cpd virtual setting file entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long CPDefinitionVirtualSettingFileEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the cpd virtual setting file entry where uuid = ? and groupId = ? or throws aNoSuchCPDVirtualSettingFileEntryException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long CPDefinitionVirtualSettingFileEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where uuid = ?.remove
(long CPDefinitionVirtualSettingFileEntryId) Removes the cpd virtual setting file entry with the primary key from the database.void
Removes all the cpd virtual setting file entries from the database.void
removeByCPDefinitionVirtualSettingId
(long CPDefinitionVirtualSettingId) Removes all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ? from the database.void
removeByFileEntryId
(long fileEntryId) Removes all the cpd virtual setting file entries where fileEntryId = ? from the database.void
removeByUuid
(String uuid) Removes all the cpd virtual setting file entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the cpd virtual setting file entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the cpd virtual setting file entry where uuid = ? and groupId = ? from the database.updateImpl
(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByUuid
Returns all the cpd virtual setting file entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cpd virtual setting file entries
-
findByUuid
Returns a range of all the cpd virtual setting file entries 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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)- Returns:
- the range of matching cpd virtual setting file entries
-
findByUuid
List<CPDVirtualSettingFileEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries 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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByUuid
List<CPDVirtualSettingFileEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries 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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByUuid_First
CPDVirtualSettingFileEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the first cpd virtual setting file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByUuid_First
CPDVirtualSettingFileEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByUuid_Last
CPDVirtualSettingFileEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the last cpd virtual setting file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByUuid_Last
CPDVirtualSettingFileEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByUuid_PrevAndNext
CPDVirtualSettingFileEntry[] findByUuid_PrevAndNext(long CPDefinitionVirtualSettingFileEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where uuid = ?.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the current cpd virtual setting file entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a cpd virtual setting file entry with the primary key could not be found
-
removeByUuid
Removes all the cpd virtual setting file entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of cpd virtual setting file entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cpd virtual setting file entries
-
findByUUID_G
CPDVirtualSettingFileEntry findByUUID_G(String uuid, long groupId) throws NoSuchCPDVirtualSettingFileEntryException Returns the cpd virtual setting file entry where uuid = ? and groupId = ? or throws aNoSuchCPDVirtualSettingFileEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByUUID_G
Returns the cpd virtual setting file entry 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 cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
fetchByUUID_G
Returns the cpd virtual setting file entry 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 cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
removeByUUID_G
CPDVirtualSettingFileEntry removeByUUID_G(String uuid, long groupId) throws NoSuchCPDVirtualSettingFileEntryException Removes the cpd virtual setting file entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the cpd virtual setting file entry that was removed
- Throws:
NoSuchCPDVirtualSettingFileEntryException
-
countByUUID_G
Returns the number of cpd virtual setting file entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching cpd virtual setting file entries
-
findByUuid_C
Returns all the cpd virtual setting file entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cpd virtual setting file entries
-
findByUuid_C
Returns a range of all the cpd virtual setting file entries 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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)- Returns:
- the range of matching cpd virtual setting file entries
-
findByUuid_C
List<CPDVirtualSettingFileEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries 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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByUuid_C
List<CPDVirtualSettingFileEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries 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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByUuid_C_First
CPDVirtualSettingFileEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the first cpd virtual setting file entry 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 cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByUuid_C_First
CPDVirtualSettingFileEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry 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 cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByUuid_C_Last
CPDVirtualSettingFileEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the last cpd virtual setting file entry 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 cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByUuid_C_Last
CPDVirtualSettingFileEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry 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 cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByUuid_C_PrevAndNext
CPDVirtualSettingFileEntry[] findByUuid_C_PrevAndNext(long CPDefinitionVirtualSettingFileEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the current cpd virtual setting file entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a cpd virtual setting file entry with the primary key could not be found
-
removeByUuid_C
Removes all the cpd virtual setting file entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of cpd virtual setting file entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cpd virtual setting file entries
-
findByCPDefinitionVirtualSettingId
List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId) Returns all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting ID- Returns:
- the matching cpd virtual setting file entries
-
findByCPDefinitionVirtualSettingId
List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId, int start, int end) Returns a range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)- Returns:
- the range of matching cpd virtual setting file entries
-
findByCPDefinitionVirtualSettingId
List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByCPDefinitionVirtualSettingId
List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByCPDefinitionVirtualSettingId_First
CPDVirtualSettingFileEntry findByCPDefinitionVirtualSettingId_First(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the first cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByCPDefinitionVirtualSettingId_First
CPDVirtualSettingFileEntry fetchByCPDefinitionVirtualSettingId_First(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByCPDefinitionVirtualSettingId_Last
CPDVirtualSettingFileEntry findByCPDefinitionVirtualSettingId_Last(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the last cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByCPDefinitionVirtualSettingId_Last
CPDVirtualSettingFileEntry fetchByCPDefinitionVirtualSettingId_Last(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByCPDefinitionVirtualSettingId_PrevAndNext
CPDVirtualSettingFileEntry[] findByCPDefinitionVirtualSettingId_PrevAndNext(long CPDefinitionVirtualSettingFileEntryId, long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the current cpd virtual setting file entryCPDefinitionVirtualSettingId
- the cp definition virtual setting IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a cpd virtual setting file entry with the primary key could not be found
-
removeByCPDefinitionVirtualSettingId
void removeByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId) Removes all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ? from the database.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting ID
-
countByCPDefinitionVirtualSettingId
int countByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId) Returns the number of cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.- Parameters:
CPDefinitionVirtualSettingId
- the cp definition virtual setting ID- Returns:
- the number of matching cpd virtual setting file entries
-
findByFileEntryId
Returns all the cpd virtual setting file entries where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry ID- Returns:
- the matching cpd virtual setting file entries
-
findByFileEntryId
Returns a range of all the cpd virtual setting file entries where fileEntryId = ?.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
fileEntryId
- the file entry IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)- Returns:
- the range of matching cpd virtual setting file entries
-
findByFileEntryId
List<CPDVirtualSettingFileEntry> findByFileEntryId(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries where fileEntryId = ?.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
fileEntryId
- the file entry IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByFileEntryId
List<CPDVirtualSettingFileEntry> findByFileEntryId(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries where fileEntryId = ?.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
fileEntryId
- the file entry IDstart
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cpd virtual setting file entries
-
findByFileEntryId_First
CPDVirtualSettingFileEntry findByFileEntryId_First(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the first cpd virtual setting file entry in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByFileEntryId_First
CPDVirtualSettingFileEntry fetchByFileEntryId_First(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the first cpd virtual setting file entry in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByFileEntryId_Last
CPDVirtualSettingFileEntry findByFileEntryId_Last(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the last cpd virtual setting file entry in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a matching cpd virtual setting file entry could not be found
-
fetchByFileEntryId_Last
CPDVirtualSettingFileEntry fetchByFileEntryId_Last(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns the last cpd virtual setting file entry in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cpd virtual setting file entry, or
null
if a matching cpd virtual setting file entry could not be found
-
findByFileEntryId_PrevAndNext
CPDVirtualSettingFileEntry[] findByFileEntryId_PrevAndNext(long CPDefinitionVirtualSettingFileEntryId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where fileEntryId = ?.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the current cpd virtual setting file entryfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a cpd virtual setting file entry with the primary key could not be found
-
removeByFileEntryId
void removeByFileEntryId(long fileEntryId) Removes all the cpd virtual setting file entries where fileEntryId = ? from the database.- Parameters:
fileEntryId
- the file entry ID
-
countByFileEntryId
int countByFileEntryId(long fileEntryId) Returns the number of cpd virtual setting file entries where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry ID- Returns:
- the number of matching cpd virtual setting file entries
-
cacheResult
Caches the cpd virtual setting file entry in the entity cache if it is enabled.- Parameters:
cpdVirtualSettingFileEntry
- the cpd virtual setting file entry
-
cacheResult
Caches the cpd virtual setting file entries in the entity cache if it is enabled.- Parameters:
cpdVirtualSettingFileEntries
- the cpd virtual setting file entries
-
create
Creates a new cpd virtual setting file entry with the primary key. Does not add the cpd virtual setting file entry to the database.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key for the new cpd virtual setting file entry- Returns:
- the new cpd virtual setting file entry
-
remove
CPDVirtualSettingFileEntry remove(long CPDefinitionVirtualSettingFileEntryId) throws NoSuchCPDVirtualSettingFileEntryException Removes the cpd virtual setting file entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the cpd virtual setting file entry- Returns:
- the cpd virtual setting file entry that was removed
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a cpd virtual setting file entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CPDVirtualSettingFileEntry findByPrimaryKey(long CPDefinitionVirtualSettingFileEntryId) throws NoSuchCPDVirtualSettingFileEntryException Returns the cpd virtual setting file entry with the primary key or throws aNoSuchCPDVirtualSettingFileEntryException
if it could not be found.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the cpd virtual setting file entry- Returns:
- the cpd virtual setting file entry
- Throws:
NoSuchCPDVirtualSettingFileEntryException
- if a cpd virtual setting file entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the cpd virtual setting file entry with the primary key or returnsnull
if it could not be found.- Parameters:
CPDefinitionVirtualSettingFileEntryId
- the primary key of the cpd virtual setting file entry- Returns:
- the cpd virtual setting file entry, or
null
if a cpd virtual setting file entry with the primary key could not be found
-
findAll
List<CPDVirtualSettingFileEntry> findAll()Returns all the cpd virtual setting file entries.- Returns:
- the cpd virtual setting file entries
-
findAll
Returns a range of all the cpd virtual setting file entries.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
start
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)- Returns:
- the range of cpd virtual setting file entries
-
findAll
List<CPDVirtualSettingFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) Returns an ordered range of all the cpd virtual setting file entries.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
start
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cpd virtual setting file entries
-
findAll
List<CPDVirtualSettingFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cpd virtual setting file entries.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 fromCPDVirtualSettingFileEntryModelImpl
.- Parameters:
start
- the lower bound of the range of cpd virtual setting file entriesend
- the upper bound of the range of cpd virtual setting file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cpd virtual setting file entries
-
removeAll
void removeAll()Removes all the cpd virtual setting file entries from the database. -
countAll
int countAll()Returns the number of cpd virtual setting file entries.- Returns:
- the number of cpd virtual setting file entries
-