Class ClientExtensionEntryRelUtil
com.liferay.client.extension.service.persistence.impl.ClientExtensionEntryRelPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(ClientExtensionEntryRel clientExtensionEntryRel) Caches the client extension entry rel in the entity cache if it is enabled.static voidcacheResult(List<ClientExtensionEntryRel> clientExtensionEntryRels) Caches the client extension entry rels in the entity cache if it is enabled.static voidstatic voidclearCache(ClientExtensionEntryRel clientExtensionEntryRel) static intcountAll()Returns the number of client extension entry rels.static intcountByC_C(long classNameId, long classPK) Returns the number of client extension entry rels where classNameId = ? and classPK = ?.static intcountByC_C_T(long classNameId, long classPK, String type) Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.static intcountByC_CETERC(long companyId, String cetExternalReferenceCode) Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.static intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.static intcountByType(String type) Returns the number of client extension entry rels where type = ?.static intcountByUuid(String uuid) Returns the number of client extension entry rels where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of client extension entry rels where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of client extension entry rels where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static ClientExtensionEntryRelcreate(long clientExtensionEntryRelId) Creates a new client extension entry rel with the primary key.static ClientExtensionEntryRelfetchByC_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 = ?.static ClientExtensionEntryRelfetchByC_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 = ?.static ClientExtensionEntryRelfetchByC_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 = ?.static ClientExtensionEntryRelfetchByC_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 = ?.static ClientExtensionEntryRelfetchByC_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 = ?.static ClientExtensionEntryRelfetchByC_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 = ?.static ClientExtensionEntryRelfetchByERC_G(String externalReferenceCode, long groupId) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static ClientExtensionEntryRelfetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static ClientExtensionEntryRelfetchByPrimaryKey(long clientExtensionEntryRelId) Returns the client extension entry rel with the primary key or returnsnullif it could not be found.static Map<Serializable, ClientExtensionEntryRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static ClientExtensionEntryRelfetchByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where type = ?.static ClientExtensionEntryRelfetchByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where type = ?.static ClientExtensionEntryRelfetchByUuid_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 = ?.static ClientExtensionEntryRelfetchByUuid_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 = ?.static ClientExtensionEntryRelfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ?.static ClientExtensionEntryRelfetchByUUID_G(String uuid, long groupId) Returns the client extension entry rel where uuid = ? and groupId = ? or returnsnullif it could not be found.static ClientExtensionEntryRelfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the client extension entry rel where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static ClientExtensionEntryRelfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ?.static List<ClientExtensionEntryRel> findAll()Returns all the client extension entry rels.static List<ClientExtensionEntryRel> findAll(int start, int end) Returns a range of all the client extension entry rels.static 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.static 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.static List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK) Returns all the client extension entry rels where classNameId = ? and classPK = ?.static List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the client extension entry rels where classNameId = ? and classPK = ?.static 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 = ?.static 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 = ?.static ClientExtensionEntryRelfindByC_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 = ?.static ClientExtensionEntryRelfindByC_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 = ?.static ClientExtensionEntryRel[]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 = ?.static List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type) Returns all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.static 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 = ?.static 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 = ?.static 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 = ?.static ClientExtensionEntryRelfindByC_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 = ?.static ClientExtensionEntryRelfindByC_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 = ?.static ClientExtensionEntryRel[]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 = ?.static List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode) Returns all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.static 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 = ?.static 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 = ?.static 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 = ?.static ClientExtensionEntryRelfindByC_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 = ?.static ClientExtensionEntryRelfindByC_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 = ?.static ClientExtensionEntryRel[]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 = ?.static ClientExtensionEntryRelfindByERC_G(String externalReferenceCode, long groupId) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelExceptionif it could not be found.static ClientExtensionEntryRelfindByPrimaryKey(long clientExtensionEntryRelId) Returns the client extension entry rel with the primary key or throws aNoSuchClientExtensionEntryRelExceptionif it could not be found.static List<ClientExtensionEntryRel> findByType(String type) Returns all the client extension entry rels where type = ?.static List<ClientExtensionEntryRel> findByType(String type, int start, int end) Returns a range of all the client extension entry rels where type = ?.static 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 = ?.static 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 = ?.static ClientExtensionEntryRelfindByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where type = ?.static ClientExtensionEntryRelfindByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where type = ?.static ClientExtensionEntryRel[]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 = ?.static List<ClientExtensionEntryRel> findByUuid(String uuid) Returns all the client extension entry rels where uuid = ?.static List<ClientExtensionEntryRel> findByUuid(String uuid, int start, int end) Returns a range of all the client extension entry rels where uuid = ?.static 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 = ?.static 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 = ?.static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId) Returns all the client extension entry rels where uuid = ? and companyId = ?.static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the client extension entry rels where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static ClientExtensionEntryRelfindByUuid_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 = ?.static ClientExtensionEntryRelfindByUuid_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 = ?.static ClientExtensionEntryRel[]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 = ?.static ClientExtensionEntryRelfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the first client extension entry rel in the ordered set where uuid = ?.static ClientExtensionEntryRelfindByUUID_G(String uuid, long groupId) Returns the client extension entry rel where uuid = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelExceptionif it could not be found.static ClientExtensionEntryRelfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) Returns the last client extension entry rel in the ordered set where uuid = ?.static ClientExtensionEntryRel[]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 = ?.static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) static ClientExtensionEntryRelremove(long clientExtensionEntryRelId) Removes the client extension entry rel with the primary key from the database.static voidRemoves all the client extension entry rels from the database.static voidremoveByC_C(long classNameId, long classPK) Removes all the client extension entry rels where classNameId = ? and classPK = ? from the database.static voidremoveByC_C_T(long classNameId, long classPK, String type) Removes all the client extension entry rels where classNameId = ? and classPK = ? and type = ? from the database.static voidremoveByC_CETERC(long companyId, String cetExternalReferenceCode) Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.static ClientExtensionEntryRelremoveByERC_G(String externalReferenceCode, long groupId) Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.static voidremoveByType(String type) Removes all the client extension entry rels where type = ? from the database.static voidremoveByUuid(String uuid) Removes all the client extension entry rels where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the client extension entry rels where uuid = ? and companyId = ? from the database.static ClientExtensionEntryRelremoveByUUID_G(String uuid, long groupId) Removes the client extension entry rel where uuid = ? and groupId = ? from the database.static voidsetPersistence(ClientExtensionEntryRelPersistence persistence) static ClientExtensionEntryRelupdate(ClientExtensionEntryRel clientExtensionEntryRel) static ClientExtensionEntryRelupdate(ClientExtensionEntryRel clientExtensionEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) static ClientExtensionEntryRelupdateImpl(ClientExtensionEntryRel clientExtensionEntryRel)
-
Constructor Details
-
ClientExtensionEntryRelUtil
public ClientExtensionEntryRelUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
public static Map<Serializable,ClientExtensionEntryRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
public static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
findWithDynamicQuery
public static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) - See Also:
-
update
- See Also:
-
update
public static ClientExtensionEntryRel update(ClientExtensionEntryRel clientExtensionEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByUuid_First
public static 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
nullif a matching client extension entry rel could not be found
-
findByUuid_Last
public static 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
-
fetchByUuid_Last
public static 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
nullif a matching client extension entry rel could not be found
-
findByUuid_PrevAndNext
public static 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
-
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
public static ClientExtensionEntryRel findByUUID_G(String uuid, long groupId) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rel where uuid = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching client extension entry rel
-
fetchByUUID_G
Returns the client extension entry rel where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching client extension entry rel, or
nullif a matching client extension entry rel could not be found
-
fetchByUUID_G
public static ClientExtensionEntryRel fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the client extension entry rel where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching client extension entry rel, or
nullif a matching client extension entry rel could not be found
-
removeByUUID_G
public static 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
public static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the client extension entry rels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByUuid_C_First
public static 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
nullif a matching client extension entry rel could not be found
-
findByUuid_C_Last
public static 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
-
fetchByUuid_C_Last
public static 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
nullif a matching client extension entry rel could not be found
-
findByUuid_C_PrevAndNext
public static 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByType_First
public static 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
nullif a matching client extension entry rel could not be found
-
findByType_Last
public static 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
-
fetchByType_Last
public static 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
nullif a matching client extension entry rel could not be found
-
findByType_PrevAndNext
public static 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
-
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
public static List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode) 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByC_CETERC_First
public static 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
nullif a matching client extension entry rel could not be found
-
findByC_CETERC_Last
public static 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
-
fetchByC_CETERC_Last
public static 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
nullif a matching client extension entry rel could not be found
-
findByC_CETERC_PrevAndNext
public static 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
-
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
public static List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the client extension entry rels where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByC_C_First
public static 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
nullif a matching client extension entry rel could not be found
-
findByC_C_Last
public static 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
-
fetchByC_C_Last
public static 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
nullif a matching client extension entry rel could not be found
-
findByC_C_PrevAndNext
public static 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
-
removeByC_C
public static 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
public static 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
public static List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type) 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByC_C_T_First
public static 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
nullif a matching client extension entry rel could not be found
-
findByC_C_T_Last
public static 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
-
fetchByC_C_T_Last
public static 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
nullif a matching client extension entry rel could not be found
-
findByC_C_T_PrevAndNext
public static 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
-
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
public static ClientExtensionEntryRel findByERC_G(String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws aNoSuchClientExtensionEntryRelExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching client extension entry rel
-
fetchByERC_G
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnullif 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
nullif a matching client extension entry rel could not be found
-
fetchByERC_G
public static ClientExtensionEntryRel fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnullif 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
nullif a matching client extension entry rel could not be found
-
removeByERC_G
public static 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
public static 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
-
updateImpl
-
findByPrimaryKey
public static ClientExtensionEntryRel findByPrimaryKey(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException Returns the client extension entry rel with the primary key or throws aNoSuchClientExtensionEntryRelExceptionif it could not be found.- Parameters:
clientExtensionEntryRelId- the primary key of the client extension entry rel- Returns:
- the client extension entry rel
-
fetchByPrimaryKey
Returns the client extension entry rel with the primary key or returnsnullif it could not be found.- Parameters:
clientExtensionEntryRelId- the primary key of the client extension entry rel- Returns:
- the client extension entry rel, or
nullif a client extension entry rel with the primary key could not be found
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static void removeAll()Removes all the client extension entry rels from the database. -
countAll
public static int countAll()Returns the number of client extension entry rels.- Returns:
- the number of client extension entry rels
-
getPersistence
-
setPersistence
-