Interface ClientExtensionEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ClientExtensionEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<ClientExtensionEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ClientExtensionEntry clientExtensionEntry) Caches the client extension entry in the entity cache if it is enabled.void
cacheResult
(List<ClientExtensionEntry> clientExtensionEntries) Caches the client extension entries in the entity cache if it is enabled.int
countAll()
Returns the number of client extension entries.int
countByC_T
(long companyId, String type) Returns the number of client extension entries where companyId = ? and type = ?.int
countByCompanyId
(long companyId) Returns the number of client extension entries where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of client extension entries where externalReferenceCode = ? and companyId = ?.int
countByUuid
(String uuid) Returns the number of client extension entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of client extension entries where uuid = ? and companyId = ?.create
(long clientExtensionEntryId) Creates a new client extension entry with the primary key.fetchByC_T_First
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where companyId = ? and type = ?.fetchByC_T_Last
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where companyId = ? and type = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the client extension entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the client extension entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long clientExtensionEntryId) Returns the client extension entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where uuid = ?.int
filterCountByC_T
(long companyId, String type) Returns the number of client extension entries that the user has permission to view where companyId = ? and type = ?.int
filterCountByCompanyId
(long companyId) Returns the number of client extension entries that the user has permission to view where companyId = ?.int
filterCountByUuid
(String uuid) Returns the number of client extension entries that the user has permission to view where uuid = ?.int
filterCountByUuid_C
(String uuid, long companyId) Returns the number of client extension entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByC_T
(long companyId, String type) Returns all the client extension entries that the user has permission to view where companyId = ? and type = ?.filterFindByC_T
(long companyId, String type, int start, int end) Returns a range of all the client extension entries that the user has permission to view where companyId = ? and type = ?.filterFindByC_T
(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view where companyId = ? and type = ?.filterFindByC_T_PrevAndNext
(long clientExtensionEntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where companyId = ? and type = ?.filterFindByCompanyId
(long companyId) Returns all the client extension entries that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the client extension entries that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view where companyId = ?.filterFindByCompanyId_PrevAndNext
(long clientExtensionEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where companyId = ?.filterFindByUuid
(String uuid) Returns all the client extension entries that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the client extension entries that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view where uuid = ?.filterFindByUuid_C
(String uuid, long companyId) Returns all the client extension entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the client extension entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view where uuid = ? and companyId = ?.filterFindByUuid_C_PrevAndNext
(long clientExtensionEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_PrevAndNext
(long clientExtensionEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where uuid = ?.findAll()
Returns all the client extension entries.findAll
(int start, int end) Returns a range of all the client extension entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries.Returns all the client extension entries where companyId = ? and type = ?.Returns a range of all the client extension entries where companyId = ? and type = ?.findByC_T
(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where companyId = ? and type = ?.findByC_T
(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where companyId = ? and type = ?.findByC_T_First
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where companyId = ? and type = ?.findByC_T_Last
(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where companyId = ? and type = ?.findByC_T_PrevAndNext
(long clientExtensionEntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set where companyId = ? and type = ?.findByCompanyId
(long companyId) Returns all the client extension entries where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the client extension entries where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long clientExtensionEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the client extension entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchClientExtensionEntryException
if it could not be found.findByPrimaryKey
(long clientExtensionEntryId) Returns the client extension entry with the primary key or throws aNoSuchClientExtensionEntryException
if it could not be found.findByUuid
(String uuid) Returns all the client extension entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the client extension entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the client extension entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the client extension entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long clientExtensionEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long clientExtensionEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the client extension entries before and after the current client extension entry in the ordered set where uuid = ?.remove
(long clientExtensionEntryId) Removes the client extension entry with the primary key from the database.void
Removes all the client extension entries from the database.void
removeByC_T
(long companyId, String type) Removes all the client extension entries where companyId = ? and type = ? from the database.void
removeByCompanyId
(long companyId) Removes all the client extension entries where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the client extension entry where externalReferenceCode = ? and companyId = ? from the database.void
removeByUuid
(String uuid) Removes all the client extension entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the client extension entries where uuid = ? and companyId = ? from the database.updateImpl
(ClientExtensionEntry clientExtensionEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the client extension entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching client extension entries
-
findByUuid
Returns a range of all the client extension entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries
-
findByUuid
List<ClientExtensionEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries
-
findByUuid
List<ClientExtensionEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entries
-
findByUuid_First
ClientExtensionEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the first client extension entry 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
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByUuid_First
ClientExtensionEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry 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, or
null
if a matching client extension entry could not be found
-
findByUuid_Last
ClientExtensionEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the last client extension entry 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
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByUuid_Last
ClientExtensionEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry 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, or
null
if a matching client extension entry could not be found
-
findByUuid_PrevAndNext
ClientExtensionEntry[] findByUuid_PrevAndNext(long clientExtensionEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set where uuid = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
filterFindByUuid
Returns all the client extension entries that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching client extension entries that the user has permission to view
-
filterFindByUuid
Returns a range of all the client extension entries that the user has permission to view 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 fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries that the user has permission to view
-
filterFindByUuid
List<ClientExtensionEntry> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view 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 fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries that the user has permission to view
-
filterFindByUuid_PrevAndNext
ClientExtensionEntry[] filterFindByUuid_PrevAndNext(long clientExtensionEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where uuid = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
removeByUuid
Removes all the client extension entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of client extension entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching client extension entries
-
filterCountByUuid
Returns the number of client extension entries that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching client extension entries that the user has permission to view
-
findByUuid_C
Returns all the client extension entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching client extension entries
-
findByUuid_C
Returns a range of all the client extension entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries
-
findByUuid_C
List<ClientExtensionEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries
-
findByUuid_C
List<ClientExtensionEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entries
-
findByUuid_C_First
ClientExtensionEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the first client extension entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByUuid_C_First
ClientExtensionEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry, or
null
if a matching client extension entry could not be found
-
findByUuid_C_Last
ClientExtensionEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the last client extension entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByUuid_C_Last
ClientExtensionEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry, or
null
if a matching client extension entry could not be found
-
findByUuid_C_PrevAndNext
ClientExtensionEntry[] findByUuid_C_PrevAndNext(long clientExtensionEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
filterFindByUuid_C
Returns all the client extension entries that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching client extension entries that the user has permission to view
-
filterFindByUuid_C
Returns a range of all the client extension entries that the user has permission to view 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 fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries that the user has permission to view
-
filterFindByUuid_C
List<ClientExtensionEntry> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view 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 fromClientExtensionEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries that the user has permission to view
-
filterFindByUuid_C_PrevAndNext
ClientExtensionEntry[] filterFindByUuid_C_PrevAndNext(long clientExtensionEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
removeByUuid_C
Removes all the client extension entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of client extension entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching client extension entries
-
filterCountByUuid_C
Returns the number of client extension entries that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching client extension entries that the user has permission to view
-
findByCompanyId
Returns all the client extension entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching client extension entries
-
findByCompanyId
Returns a range of all the client extension entries where 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries
-
findByCompanyId
List<ClientExtensionEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries
-
findByCompanyId
List<ClientExtensionEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entries
-
findByCompanyId_First
ClientExtensionEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the first client extension entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByCompanyId_First
ClientExtensionEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry, or
null
if a matching client extension entry could not be found
-
findByCompanyId_Last
ClientExtensionEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the last client extension entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByCompanyId_Last
ClientExtensionEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry, or
null
if a matching client extension entry could not be found
-
findByCompanyId_PrevAndNext
ClientExtensionEntry[] findByCompanyId_PrevAndNext(long clientExtensionEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set where companyId = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
filterFindByCompanyId
Returns all the client extension entries that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching client extension entries that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the client extension entries that the user has permission to view where 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries that the user has permission to view
-
filterFindByCompanyId
List<ClientExtensionEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view where 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
ClientExtensionEntry[] filterFindByCompanyId_PrevAndNext(long clientExtensionEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where companyId = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the client extension entries where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of client extension entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching client extension entries
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of client extension entries that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching client extension entries that the user has permission to view
-
findByC_T
Returns all the client extension entries where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the matching client extension entries
-
findByC_T
Returns a range of all the client extension entries where companyId = ? 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries
-
findByC_T
List<ClientExtensionEntry> findByC_T(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries where companyId = ? 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries
-
findByC_T
List<ClientExtensionEntry> findByC_T(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries where companyId = ? 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching client extension entries
-
findByC_T_First
ClientExtensionEntry findByC_T_First(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the first client extension entry in the ordered set where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByC_T_First
ClientExtensionEntry fetchByC_T_First(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the first client extension entry in the ordered set where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching client extension entry, or
null
if a matching client extension entry could not be found
-
findByC_T_Last
ClientExtensionEntry findByC_T_Last(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the last client extension entry in the ordered set where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByC_T_Last
ClientExtensionEntry fetchByC_T_Last(long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns the last client extension entry in the ordered set where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching client extension entry, or
null
if a matching client extension entry could not be found
-
findByC_T_PrevAndNext
ClientExtensionEntry[] findByC_T_PrevAndNext(long clientExtensionEntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set where companyId = ? and type = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
filterFindByC_T
Returns all the client extension entries that the user has permission to view where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the matching client extension entries that the user has permission to view
-
filterFindByC_T
Returns a range of all the client extension entries that the user has permission to view where companyId = ? 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of matching client extension entries that the user has permission to view
-
filterFindByC_T
List<ClientExtensionEntry> filterFindByC_T(long companyId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries that the user has permissions to view where companyId = ? 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 fromClientExtensionEntryModelImpl
.- Parameters:
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching client extension entries that the user has permission to view
-
filterFindByC_T_PrevAndNext
ClientExtensionEntry[] filterFindByC_T_PrevAndNext(long clientExtensionEntryId, long companyId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where companyId = ? and type = ?.- Parameters:
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
removeByC_T
Removes all the client extension entries where companyId = ? and type = ? from the database.- Parameters:
companyId
- the company IDtype
- the type
-
countByC_T
Returns the number of client extension entries where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the number of matching client extension entries
-
filterCountByC_T
Returns the number of client extension entries that the user has permission to view where companyId = ? and type = ?.- Parameters:
companyId
- the company IDtype
- the type- Returns:
- the number of matching client extension entries that the user has permission to view
-
findByERC_C
ClientExtensionEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchClientExtensionEntryException Returns the client extension entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchClientExtensionEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a matching client extension entry could not be found
-
fetchByERC_C
Returns the client extension entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching client extension entry, or
null
if a matching client extension entry could not be found
-
fetchByERC_C
ClientExtensionEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the client extension entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching client extension entry, or
null
if a matching client extension entry could not be found
-
removeByERC_C
ClientExtensionEntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchClientExtensionEntryException Removes the client extension entry where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the client extension entry that was removed
- Throws:
NoSuchClientExtensionEntryException
-
countByERC_C
Returns the number of client extension entries where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching client extension entries
-
cacheResult
Caches the client extension entry in the entity cache if it is enabled.- Parameters:
clientExtensionEntry
- the client extension entry
-
cacheResult
Caches the client extension entries in the entity cache if it is enabled.- Parameters:
clientExtensionEntries
- the client extension entries
-
create
Creates a new client extension entry with the primary key. Does not add the client extension entry to the database.- Parameters:
clientExtensionEntryId
- the primary key for the new client extension entry- Returns:
- the new client extension entry
-
remove
Removes the client extension entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
clientExtensionEntryId
- the primary key of the client extension entry- Returns:
- the client extension entry that was removed
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
ClientExtensionEntry findByPrimaryKey(long clientExtensionEntryId) throws NoSuchClientExtensionEntryException Returns the client extension entry with the primary key or throws aNoSuchClientExtensionEntryException
if it could not be found.- Parameters:
clientExtensionEntryId
- the primary key of the client extension entry- Returns:
- the client extension entry
- Throws:
NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the client extension entry with the primary key or returnsnull
if it could not be found.- Parameters:
clientExtensionEntryId
- the primary key of the client extension entry- Returns:
- the client extension entry, or
null
if a client extension entry with the primary key could not be found
-
findAll
List<ClientExtensionEntry> findAll()Returns all the client extension entries.- Returns:
- the client extension entries
-
findAll
Returns a range of all the client extension entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
start
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)- Returns:
- the range of client extension entries
-
findAll
List<ClientExtensionEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) Returns an ordered range of all the client extension entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
start
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of client extension entries
-
findAll
List<ClientExtensionEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the client extension entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromClientExtensionEntryModelImpl
.- Parameters:
start
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (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 entries
-
removeAll
void removeAll()Removes all the client extension entries from the database. -
countAll
int countAll()Returns the number of client extension entries.- Returns:
- the number of client extension entries
-