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 void
cacheResult
(ClientExtensionEntryRel clientExtensionEntryRel) Caches the client extension entry rel in the entity cache if it is enabled.static void
cacheResult
(List<ClientExtensionEntryRel> clientExtensionEntryRels) Caches the client extension entry rels in the entity cache if it is enabled.static void
static void
clearCache
(ClientExtensionEntryRel clientExtensionEntryRel) static int
countAll()
Returns the number of client extension entry rels.static int
countByC_C
(long classNameId, long classPK) Returns the number of client extension entry rels where classNameId = ? and classPK = ?.static int
countByC_C_T
(long classNameId, long classPK, String type) Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.static int
countByC_CETERC
(long companyId, String cetExternalReferenceCode) Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.static int
countByType
(String type) Returns the number of client extension entry rels where type = ?.static int
countByUuid
(String uuid) Returns the number of client extension entry rels where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of client extension entry rels where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of client extension entry rels where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static ClientExtensionEntryRel
create
(long clientExtensionEntryRelId) Creates a new client extension entry rel with the primary key.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.static ClientExtensionEntryRel
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static 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.static ClientExtensionEntryRel
fetchByPrimaryKey
(long clientExtensionEntryRelId) Returns the client extension entry rel with the primary key or returnsnull
if it could not be found.static Map<Serializable,
ClientExtensionEntryRel> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) 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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.static ClientExtensionEntryRel
fetchByUUID_G
(String uuid, long groupId) Returns the client extension entry rel where uuid = ? and groupId = ? or returnsnull
if it could not be found.static ClientExtensionEntryRel
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.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 = ?.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 ClientExtensionEntryRel
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 = ?.static ClientExtensionEntryRel
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 = ?.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 ClientExtensionEntryRel
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 = ?.static ClientExtensionEntryRel
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 = ?.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 ClientExtensionEntryRel
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 = ?.static ClientExtensionEntryRel
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 = ?.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 ClientExtensionEntryRel
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.static ClientExtensionEntryRel
findByPrimaryKey
(long clientExtensionEntryRelId) Returns the client extension entry rel with the primary key or throws aNoSuchClientExtensionEntryRelException
if 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 ClientExtensionEntryRel
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 = ?.static ClientExtensionEntryRel
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 = ?.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 ClientExtensionEntryRel
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 = ?.static ClientExtensionEntryRel
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 = ?.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 ClientExtensionEntryRel
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 = ?.static ClientExtensionEntryRel
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.static ClientExtensionEntryRel
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 = ?.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 ClientExtensionEntryRel
remove
(long clientExtensionEntryRelId) Removes the client extension entry rel with the primary key from the database.static void
Removes all the client extension entry rels from the database.static void
removeByC_C
(long classNameId, long classPK) Removes all the client extension entry rels where classNameId = ? and classPK = ? from the database.static 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.static void
removeByC_CETERC
(long companyId, String cetExternalReferenceCode) Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.static ClientExtensionEntryRel
removeByERC_G
(String externalReferenceCode, long groupId) Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.static void
removeByType
(String type) Removes all the client extension entry rels where type = ? from the database.static void
removeByUuid
(String uuid) Removes all the client extension entry rels where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the client extension entry rels where uuid = ? and companyId = ? from the database.static ClientExtensionEntryRel
removeByUUID_G
(String uuid, long groupId) Removes the client extension entry rel where uuid = ? and groupId = ? from the database.static void
setPersistence
(ClientExtensionEntryRelPersistence persistence) static ClientExtensionEntryRel
update
(ClientExtensionEntryRel clientExtensionEntryRel) static ClientExtensionEntryRel
update
(ClientExtensionEntryRel clientExtensionEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) static ClientExtensionEntryRel
updateImpl
(ClientExtensionEntryRel clientExtensionEntryRel)
-
Constructor Details
-
ClientExtensionEntryRelUtil
public ClientExtensionEntryRelUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,ClientExtensionEntryRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
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:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static ClientExtensionEntryRel update(ClientExtensionEntryRel clientExtensionEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
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 - 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
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 - 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
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 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 foundNoSuchClientExtensionEntryRelException
-
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
public static ClientExtensionEntryRel 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.- 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
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
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
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 - 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
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 - 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundNoSuchClientExtensionEntryRelException
-
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
null
if 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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
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 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 foundNoSuchClientExtensionEntryRelException
-
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
public static 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
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
- Throws:
NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundNoSuchClientExtensionEntryRelException
-
updateImpl
-
findByPrimaryKey
public static 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 foundNoSuchClientExtensionEntryRelException
-
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
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
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 - 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
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 - 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
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
-