public class ClientExtensionEntryRelUtil
extends java.lang.Object
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
ClientExtensionEntryRelPersistence
Constructor and Description |
---|
ClientExtensionEntryRelUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(ClientExtensionEntryRel clientExtensionEntryRel)
Caches the client extension entry rel in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<ClientExtensionEntryRel> clientExtensionEntryRels)
Caches the client extension entry rels in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(ClientExtensionEntryRel clientExtensionEntryRel) |
static int |
countAll()
Returns the number of client extension entry rels.
|
static int |
countByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
static int |
countByC_C(long classNameId,
long classPK)
Returns the number of client extension entry rels where classNameId = ? and classPK = ?.
|
static int |
countByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode)
Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
static int |
countByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of client extension entry rels where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of client extension entry rels where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of client extension entry rels where uuid = ?.
|
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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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(java.lang.String externalReferenceCode,
long groupId)
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found. |
static ClientExtensionEntryRel |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId,
boolean useFinderCache)
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returns
null 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 returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,ClientExtensionEntryRel> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static ClientExtensionEntryRel |
fetchByUuid_C_First(java.lang.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(java.lang.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(java.lang.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(java.lang.String uuid,
long groupId)
Returns the client extension entry rel where uuid = ? and groupId = ? or returns
null if it could not be found. |
static ClientExtensionEntryRel |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the client extension entry rel where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static ClientExtensionEntryRel |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where uuid = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findAll()
Returns all the client extension entry rels.
|
static java.util.List<ClientExtensionEntryRel> |
findAll(int start,
int end)
Returns a range of all the client extension entry rels.
|
static java.util.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 java.util.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 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 ClientExtensionEntryRel |
findByC_C_T_First(long classNameId,
long classPK,
java.lang.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,
java.lang.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,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Returns all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end)
Returns a range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByC_C(long classNameId,
long classPK)
Returns all the client extension entry rels where classNameId = ? and classPK = ?.
|
static java.util.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 java.util.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 java.util.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_CETERC_First(long companyId,
java.lang.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,
java.lang.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,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode)
Returns all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode,
int start,
int end)
Returns a range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.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 |
findByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws a
NoSuchClientExtensionEntryRelException if it could not be found. |
static ClientExtensionEntryRel |
findByPrimaryKey(long clientExtensionEntryRelId)
Returns the client extension entry rel with the primary key or throws a
NoSuchClientExtensionEntryRelException if it could not be found. |
static ClientExtensionEntryRel |
findByUuid_C_First(java.lang.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(java.lang.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,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the client extension entry rels where uuid = ? and companyId = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the client extension entry rels where uuid = ? and companyId = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.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_First(java.lang.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(java.lang.String uuid,
long groupId)
Returns the client extension entry rel where uuid = ? and groupId = ? or throws a
NoSuchClientExtensionEntryRelException if it could not be found. |
static ClientExtensionEntryRel |
findByUuid_Last(java.lang.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,
java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.String uuid)
Returns all the client extension entry rels where uuid = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the client extension entry rels where uuid = ?.
|
static java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.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 java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.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 java.util.List<ClientExtensionEntryRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<ClientExtensionEntryRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<ClientExtensionEntryRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) |
static ClientExtensionEntryRelPersistence |
getPersistence() |
static ClientExtensionEntryRel |
remove(long clientExtensionEntryRelId)
Removes the client extension entry rel with the primary key from the database.
|
static void |
removeAll()
Removes all the client extension entry rels from the database.
|
static void |
removeByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Removes all the client extension entry rels where classNameId = ? and classPK = ? and type = ? 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_CETERC(long companyId,
java.lang.String cetExternalReferenceCode)
Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.
|
static ClientExtensionEntryRel |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the client extension entry rels where uuid = ? and companyId = ? from the database.
|
static ClientExtensionEntryRel |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the client extension entry rel where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the client extension entry rels where uuid = ? 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) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(ClientExtensionEntryRel clientExtensionEntryRel)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,ClientExtensionEntryRel> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<ClientExtensionEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ClientExtensionEntryRel update(ClientExtensionEntryRel clientExtensionEntryRel)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static ClientExtensionEntryRel update(ClientExtensionEntryRel clientExtensionEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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)public static java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)public static java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static ClientExtensionEntryRel findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel[] findByUuid_PrevAndNext(long clientExtensionEntryRelId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static ClientExtensionEntryRel findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchClientExtensionEntryRelException
NoSuchClientExtensionEntryRelException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidgroupId
- the group IDNoSuchClientExtensionEntryRelException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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)public static java.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)public static java.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static ClientExtensionEntryRel findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel[] findByUuid_C_PrevAndNext(long clientExtensionEntryRelId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codepublic static java.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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)public static java.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)public static java.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static ClientExtensionEntryRel findByC_CETERC_First(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByC_CETERC_First(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel findByC_CETERC_Last(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByC_CETERC_Last(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel[] findByC_CETERC_PrevAndNext(long clientExtensionEntryRelId, long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
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 (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static void removeByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codepublic static int countByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codepublic static java.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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)public static java.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)public static java.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static ClientExtensionEntryRel findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel[] findByC_C_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
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 (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static void removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static java.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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)public static java.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)public static java.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static ClientExtensionEntryRel findByC_C_T_First(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByC_C_T_First(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel findByC_C_T_Last(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByC_C_T_Last(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel[] findByC_C_T_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
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 (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static void removeByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static int countByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static ClientExtensionEntryRel findByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException
NoSuchClientExtensionEntryRelException
if it could not be found.externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByERC_G(java.lang.String externalReferenceCode, long groupId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDnull
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel fetchByERC_G(java.lang.String externalReferenceCode, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching client extension entry rel could not be foundpublic static ClientExtensionEntryRel removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchClientExtensionEntryRelException
public static int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDpublic static void cacheResult(ClientExtensionEntryRel clientExtensionEntryRel)
clientExtensionEntryRel
- the client extension entry relpublic static void cacheResult(java.util.List<ClientExtensionEntryRel> clientExtensionEntryRels)
clientExtensionEntryRels
- the client extension entry relspublic static ClientExtensionEntryRel create(long clientExtensionEntryRelId)
clientExtensionEntryRelId
- the primary key for the new client extension entry relpublic static ClientExtensionEntryRel remove(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the client extension entry relNoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static ClientExtensionEntryRel updateImpl(ClientExtensionEntryRel clientExtensionEntryRel)
public static ClientExtensionEntryRel findByPrimaryKey(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException
NoSuchClientExtensionEntryRelException
if it could not be found.clientExtensionEntryRelId
- the primary key of the client extension entry relNoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundpublic static ClientExtensionEntryRel fetchByPrimaryKey(long clientExtensionEntryRelId)
null
if it could not be found.clientExtensionEntryRelId
- the primary key of the client extension entry relnull
if a client extension entry rel with the primary key could not be foundpublic static java.util.List<ClientExtensionEntryRel> findAll()
public static java.util.List<ClientExtensionEntryRel> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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)public static java.util.List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)public static java.util.List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static ClientExtensionEntryRelPersistence getPersistence()
public static void setPersistence(ClientExtensionEntryRelPersistence persistence)