Interface ClientExtensionEntryRelPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ClientExtensionEntryRel>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<ClientExtensionEntryRel>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ClientExtensionEntryRel clientExtensionEntryRel) Caches the client extension entry rel in the entity cache if it is enabled.void
cacheResult
(List<ClientExtensionEntryRel> clientExtensionEntryRels) Caches the client extension entry rels in the entity cache if it is enabled.int
countAll()
Returns the number of client extension entry rels.int
countByC_C
(long classNameId, long classPK) Returns the number of client extension entry rels where classNameId = ? and classPK = ?.int
countByC_C_T
(long classNameId, long classPK, String type) Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.int
countByC_CETERC
(long companyId, String cetExternalReferenceCode) Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.int
countByType
(String type) Returns the number of client extension entry rels where type = ?.int
countByUuid
(String uuid) Returns the number of client extension entry rels where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of client extension entry rels where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of client extension entry rels where uuid = ? and groupId = ?.create
(long clientExtensionEntryRelId) Creates a new client extension entry rel with the primary key.fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_T_First
(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.fetchByC_C_T_Last
(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.fetchByC_CETERC_First
(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.fetchByC_CETERC_Last
(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long clientExtensionEntryRelId) Returns the client extension entry rel with the primary key or returnsnull
if it could not be found.fetchByType_First
(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where type = ?.fetchByType_Last
(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where type = ?.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the client extension entry rel where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the client extension entry rel 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<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ?.findAll()
Returns all the client extension entry rels.findAll
(int start, int end) Returns a range of all the client extension entry rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels.findByC_C
(long classNameId, long classPK) Returns all the client extension entry rels where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the client extension entry rels where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ?.findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ?.findByC_C_PrevAndNext
(long clientExtensionEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ?.findByC_C_T
(long classNameId, long classPK, String type) Returns all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.findByC_C_T
(long classNameId, long classPK, String type, int start, int end) Returns a range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.findByC_C_T
(long classNameId, long classPK, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.findByC_C_T
(long classNameId, long classPK, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.findByC_C_T_First
(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.findByC_C_T_Last
(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.findByC_C_T_PrevAndNext
(long clientExtensionEntryRelId, long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.findByC_CETERC
(long companyId, String cetExternalReferenceCode) Returns all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.findByC_CETERC
(long companyId, String cetExternalReferenceCode, int start, int end) Returns a range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.findByC_CETERC
(long companyId, String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.findByC_CETERC
(long companyId, String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.findByC_CETERC_First
(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.findByC_CETERC_Last
(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.findByC_CETERC_PrevAndNext
(long clientExtensionEntryRelId, long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.findByERC_G
(String externalReferenceCode, long groupId) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelException
if it could not be found.findByPrimaryKey
(long clientExtensionEntryRelId) Returns the client extension entry rel with the primary key or throws aNoSuchClientExtensionEntryRelException
if it could not be found.findByType
(String type) Returns all the client extension entry rels where type = ?.findByType
(String type, int start, int end) Returns a range of all the client extension entry rels where type = ?.findByType
(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where type = ?.findByType
(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where type = ?.findByType_First
(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where type = ?.findByType_Last
(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where type = ?.findByType_PrevAndNext
(long clientExtensionEntryRelId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where type = ?.findByUuid
(String uuid) Returns all the client extension entry rels where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the client extension entry rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the client extension entry rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the client extension entry rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long clientExtensionEntryRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the client extension entry rel where uuid = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long clientExtensionEntryRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where uuid = ?.remove
(long clientExtensionEntryRelId) Removes the client extension entry rel with the primary key from the database.void
Removes all the client extension entry rels from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the client extension entry rels where classNameId = ? and classPK = ? from the database.void
removeByC_C_T
(long classNameId, long classPK, String type) Removes all the client extension entry rels where classNameId = ? and classPK = ? and type = ? from the database.void
removeByC_CETERC
(long companyId, String cetExternalReferenceCode) Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.void
removeByType
(String type) Removes all the client extension entry rels where type = ? from the database.void
removeByUuid
(String uuid) Removes all the client extension entry rels where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the client extension entry rels where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the client extension entry rel where uuid = ? and groupId = ? from the database.updateImpl
(ClientExtensionEntryRel clientExtensionEntryRel) 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
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the client extension entry rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching client extension entry rels
-
findByUuid
Returns a range of all the client extension entry rels 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 fromClientExtensionEntryRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of matching client extension entry rels
-
findByUuid
List<ClientExtensionEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels 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 fromClientExtensionEntryRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entry rels
-
findByUuid
List<ClientExtensionEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels 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 fromClientExtensionEntryRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entry rels
-
findByUuid_First
ClientExtensionEntryRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the first client extension entry rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByUuid_First
ClientExtensionEntryRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByUuid_Last
ClientExtensionEntryRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the last client extension entry rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByUuid_Last
ClientExtensionEntryRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByUuid_PrevAndNext
ClientExtensionEntryRel[] findByUuid_PrevAndNext(long clientExtensionEntryRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where uuid = ?.- Parameters:
clientExtensionEntryRelId
- the primary key of the current client extension entry reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
removeByUuid
Removes all the client extension entry rels where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of client extension entry rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching client extension entry rels
-
findByUUID_G
ClientExtensionEntryRel findByUUID_G(String uuid, long groupId) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rel where uuid = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByUUID_G
Returns the client extension entry rel 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 client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
fetchByUUID_G
Returns the client extension entry rel 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 client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
removeByUUID_G
ClientExtensionEntryRel removeByUUID_G(String uuid, long groupId) throws NoSuchClientExtensionEntryRelException Removes the client extension entry rel where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the client extension entry rel that was removed
- Throws:
NoSuchClientExtensionEntryRelException
-
countByUUID_G
Returns the number of client extension entry rels where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching client extension entry rels
-
findByUuid_C
Returns all the client extension entry rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching client extension entry rels
-
findByUuid_C
Returns a range of all the client extension entry rels 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 fromClientExtensionEntryRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of matching client extension entry rels
-
findByUuid_C
List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels 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 fromClientExtensionEntryRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entry rels
-
findByUuid_C
List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels 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 fromClientExtensionEntryRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entry rels
-
findByUuid_C_First
ClientExtensionEntryRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the first client extension entry rel 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 client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByUuid_C_First
ClientExtensionEntryRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel 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 client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByUuid_C_Last
ClientExtensionEntryRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the last client extension entry rel 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 client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByUuid_C_Last
ClientExtensionEntryRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel 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 client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByUuid_C_PrevAndNext
ClientExtensionEntryRel[] findByUuid_C_PrevAndNext(long clientExtensionEntryRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
clientExtensionEntryRelId
- the primary key of the current client extension entry reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
removeByUuid_C
Removes all the client extension entry rels where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of client extension entry rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching client extension entry rels
-
findByType
Returns all the client extension entry rels where type = ?.- Parameters:
type
- the type- Returns:
- the matching client extension entry rels
-
findByType
Returns a range of all the client extension entry rels where type = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of matching client extension entry rels
-
findByType
List<ClientExtensionEntryRel> findByType(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where type = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entry rels
-
findByType
List<ClientExtensionEntryRel> findByType(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where type = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entry rels
-
findByType_First
ClientExtensionEntryRel findByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the first client extension entry rel in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByType_First
ClientExtensionEntryRel fetchByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByType_Last
ClientExtensionEntryRel findByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the last client extension entry rel in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByType_Last
ClientExtensionEntryRel fetchByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByType_PrevAndNext
ClientExtensionEntryRel[] findByType_PrevAndNext(long clientExtensionEntryRelId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where type = ?.- Parameters:
clientExtensionEntryRelId
- the primary key of the current client extension entry reltype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
removeByType
Removes all the client extension entry rels where type = ? from the database.- Parameters:
type
- the type
-
countByType
Returns the number of client extension entry rels where type = ?.- Parameters:
type
- the type- Returns:
- the number of matching client extension entry rels
-
findByC_CETERC
Returns all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference code- Returns:
- the matching client extension entry rels
-
findByC_CETERC
List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode, int start, int end) Returns a range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of matching client extension entry rels
-
findByC_CETERC
List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entry rels
-
findByC_CETERC
List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entry rels
-
findByC_CETERC_First
ClientExtensionEntryRel findByC_CETERC_First(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByC_CETERC_First
ClientExtensionEntryRel fetchByC_CETERC_First(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByC_CETERC_Last
ClientExtensionEntryRel findByC_CETERC_Last(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByC_CETERC_Last
ClientExtensionEntryRel fetchByC_CETERC_Last(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByC_CETERC_PrevAndNext
ClientExtensionEntryRel[] findByC_CETERC_PrevAndNext(long clientExtensionEntryRelId, long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
clientExtensionEntryRelId
- the primary key of the current client extension entry relcompanyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
removeByC_CETERC
Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference code
-
countByC_CETERC
Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.- Parameters:
companyId
- the company IDcetExternalReferenceCode
- the cet external reference code- Returns:
- the number of matching client extension entry rels
-
findByC_C
Returns all the client extension entry rels where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching client extension entry rels
-
findByC_C
Returns a range of all the client extension entry rels where classNameId = ? and classPK = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of matching client extension entry rels
-
findByC_C
List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entry rels
-
findByC_C
List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entry rels
-
findByC_C_First
ClientExtensionEntryRel findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByC_C_First
ClientExtensionEntryRel fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByC_C_Last
ClientExtensionEntryRel findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByC_C_Last
ClientExtensionEntryRel fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByC_C_PrevAndNext
ClientExtensionEntryRel[] findByC_C_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
clientExtensionEntryRelId
- the primary key of the current client extension entry relclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
removeByC_C
void removeByC_C(long classNameId, long classPK) Removes all the client extension entry rels where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of client extension entry rels where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching client extension entry rels
-
findByC_C_T
Returns all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching client extension entry rels
-
findByC_C_T
List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type, int start, int end) Returns a range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of matching client extension entry rels
-
findByC_C_T
List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entry rels
-
findByC_C_T
List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entry rels
-
findByC_C_T_First
ClientExtensionEntryRel findByC_C_T_First(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByC_C_T_First
ClientExtensionEntryRel fetchByC_C_T_First(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByC_C_T_Last
ClientExtensionEntryRel findByC_C_T_Last(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByC_C_T_Last
ClientExtensionEntryRel fetchByC_C_T_Last(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
findByC_C_T_PrevAndNext
ClientExtensionEntryRel[] findByC_C_T_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
clientExtensionEntryRelId
- the primary key of the current client extension entry relclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
removeByC_C_T
Removes all the client extension entry rels where classNameId = ? and classPK = ? and type = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the type
-
countByC_C_T
Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching client extension entry rels
-
findByERC_G
ClientExtensionEntryRel findByERC_G(String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be found
-
fetchByERC_G
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
fetchByERC_G
ClientExtensionEntryRel fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching client extension entry rel, or
null
if a matching client extension entry rel could not be found
-
removeByERC_G
ClientExtensionEntryRel removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the client extension entry rel that was removed
- Throws:
NoSuchClientExtensionEntryRelException
-
countByERC_G
Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching client extension entry rels
-
cacheResult
Caches the client extension entry rel in the entity cache if it is enabled.- Parameters:
clientExtensionEntryRel
- the client extension entry rel
-
cacheResult
Caches the client extension entry rels in the entity cache if it is enabled.- Parameters:
clientExtensionEntryRels
- the client extension entry rels
-
create
Creates a new client extension entry rel with the primary key. Does not add the client extension entry rel to the database.- Parameters:
clientExtensionEntryRelId
- the primary key for the new client extension entry rel- Returns:
- the new client extension entry rel
-
remove
ClientExtensionEntryRel remove(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException Removes the client extension entry rel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
clientExtensionEntryRelId
- the primary key of the client extension entry rel- Returns:
- the client extension entry rel that was removed
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
ClientExtensionEntryRel findByPrimaryKey(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rel with the primary key or throws aNoSuchClientExtensionEntryRelException
if it could not be found.- Parameters:
clientExtensionEntryRelId
- the primary key of the client extension entry rel- Returns:
- the client extension entry rel
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be found
-
fetchByPrimaryKey
Returns the client extension entry rel with the primary key or returnsnull
if it could not be found.- Parameters:
clientExtensionEntryRelId
- the primary key of the client extension entry rel- Returns:
- the client extension entry rel, or
null
if a client extension entry rel with the primary key could not be found
-
findAll
List<ClientExtensionEntryRel> findAll()Returns all the client extension entry rels.- Returns:
- the client extension entry rels
-
findAll
Returns a range of all the client extension entry rels.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
start
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)- Returns:
- the range of client extension entry rels
-
findAll
List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns an ordered range of all the client extension entry rels.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
start
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of client extension entry rels
-
findAll
List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entry rels.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 fromClientExtensionEntryRelModelImpl
.- Parameters:
start
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of client extension entry rels
-
removeAll
void removeAll()Removes all the client extension entry rels from the database. -
countAll
int countAll()Returns the number of client extension entry rels.- Returns:
- the number of client extension entry rels
-