Interface SamlPeerBindingPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<SamlPeerBinding>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(SamlPeerBinding samlPeerBinding) Caches the saml peer binding in the entity cache if it is enabled.voidcacheResult(List<SamlPeerBinding> samlPeerBindings) Caches the saml peer bindings in the entity cache if it is enabled.intcountAll()Returns the number of saml peer bindings.intcountByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue) Returns the number of saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.intcountByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId) Returns the number of saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.create(long samlPeerBindingId) Creates a new saml peer binding with the primary key.fetchByC_D_SNIV_First(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.fetchByC_D_SNIV_Last(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.fetchByC_U_D_SPEI_First(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the first saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.fetchByC_U_D_SPEI_Last(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the last saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.fetchByPrimaryKey(long samlPeerBindingId) Returns the saml peer binding with the primary key or returnsnullif it could not be found.findAll()Returns all the saml peer bindings.findAll(int start, int end) Returns a range of all the saml peer bindings.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns an ordered range of all the saml peer bindings.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml peer bindings.findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue) Returns all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue, int start, int end) Returns a range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns an ordered range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_D_SNIV_First(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_D_SNIV_Last(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_D_SNIV_PrevAndNext(long samlPeerBindingId, long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the saml peer bindings before and after the current saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId) Returns all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId, int start, int end) Returns a range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns an ordered range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByC_U_D_SPEI_First(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the first saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByC_U_D_SPEI_Last(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the last saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByC_U_D_SPEI_PrevAndNext(long samlPeerBindingId, long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the saml peer bindings before and after the current saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.findByPrimaryKey(long samlPeerBindingId) Returns the saml peer binding with the primary key or throws aNoSuchPeerBindingExceptionif it could not be found.remove(long samlPeerBindingId) Removes the saml peer binding with the primary key from the database.voidRemoves all the saml peer bindings from the database.voidremoveByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue) Removes all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ? from the database.voidremoveByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId) Removes all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ? from the database.updateImpl(SamlPeerBinding samlPeerBinding) 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
-
Method Details
-
findByC_D_SNIV
Returns all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID value- Returns:
- the matching saml peer bindings
-
findByC_D_SNIV
List<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue, int start, int end) Returns a range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valuestart- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)- Returns:
- the range of matching saml peer bindings
-
findByC_D_SNIV
List<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns an ordered range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valuestart- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saml peer bindings
-
findByC_D_SNIV
List<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, String samlNameIdValue, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valuestart- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching saml peer bindings
-
findByC_D_SNIV_First
SamlPeerBinding findByC_D_SNIV_First(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saml peer binding
- Throws:
NoSuchPeerBindingException- if a matching saml peer binding could not be found
-
fetchByC_D_SNIV_First
SamlPeerBinding fetchByC_D_SNIV_First(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saml peer binding, or
nullif a matching saml peer binding could not be found
-
findByC_D_SNIV_Last
SamlPeerBinding findByC_D_SNIV_Last(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saml peer binding
- Throws:
NoSuchPeerBindingException- if a matching saml peer binding could not be found
-
fetchByC_D_SNIV_Last
SamlPeerBinding fetchByC_D_SNIV_Last(long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saml peer binding, or
nullif a matching saml peer binding could not be found
-
findByC_D_SNIV_PrevAndNext
SamlPeerBinding[] findByC_D_SNIV_PrevAndNext(long samlPeerBindingId, long companyId, boolean deleted, String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException Returns the saml peer bindings before and after the current saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
samlPeerBindingId- the primary key of the current saml peer bindingcompanyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID valueorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saml peer binding
- Throws:
NoSuchPeerBindingException- if a saml peer binding with the primary key could not be found
-
removeByC_D_SNIV
Removes all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ? from the database.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID value
-
countByC_D_SNIV
Returns the number of saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.- Parameters:
companyId- the company IDdeleted- the deletedsamlNameIdValue- the saml name ID value- Returns:
- the number of matching saml peer bindings
-
findByC_U_D_SPEI
List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId) Returns all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity ID- Returns:
- the matching saml peer bindings
-
findByC_U_D_SPEI
List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId, int start, int end) Returns a range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDstart- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)- Returns:
- the range of matching saml peer bindings
-
findByC_U_D_SPEI
List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns an ordered range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDstart- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saml peer bindings
-
findByC_U_D_SPEI
List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDstart- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching saml peer bindings
-
findByC_U_D_SPEI_First
SamlPeerBinding findByC_U_D_SPEI_First(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException Returns the first saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saml peer binding
- Throws:
NoSuchPeerBindingException- if a matching saml peer binding could not be found
-
fetchByC_U_D_SPEI_First
SamlPeerBinding fetchByC_U_D_SPEI_First(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the first saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saml peer binding, or
nullif a matching saml peer binding could not be found
-
findByC_U_D_SPEI_Last
SamlPeerBinding findByC_U_D_SPEI_Last(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException Returns the last saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saml peer binding
- Throws:
NoSuchPeerBindingException- if a matching saml peer binding could not be found
-
fetchByC_U_D_SPEI_Last
SamlPeerBinding fetchByC_U_D_SPEI_Last(long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns the last saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saml peer binding, or
nullif a matching saml peer binding could not be found
-
findByC_U_D_SPEI_PrevAndNext
SamlPeerBinding[] findByC_U_D_SPEI_PrevAndNext(long samlPeerBindingId, long companyId, long userId, boolean deleted, String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException Returns the saml peer bindings before and after the current saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
samlPeerBindingId- the primary key of the current saml peer bindingcompanyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saml peer binding
- Throws:
NoSuchPeerBindingException- if a saml peer binding with the primary key could not be found
-
removeByC_U_D_SPEI
Removes all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ? from the database.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity ID
-
countByC_U_D_SPEI
Returns the number of saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.- Parameters:
companyId- the company IDuserId- the user IDdeleted- the deletedsamlPeerEntityId- the saml peer entity ID- Returns:
- the number of matching saml peer bindings
-
cacheResult
Caches the saml peer binding in the entity cache if it is enabled.- Parameters:
samlPeerBinding- the saml peer binding
-
cacheResult
Caches the saml peer bindings in the entity cache if it is enabled.- Parameters:
samlPeerBindings- the saml peer bindings
-
create
Creates a new saml peer binding with the primary key. Does not add the saml peer binding to the database.- Parameters:
samlPeerBindingId- the primary key for the new saml peer binding- Returns:
- the new saml peer binding
-
remove
Removes the saml peer binding with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
samlPeerBindingId- the primary key of the saml peer binding- Returns:
- the saml peer binding that was removed
- Throws:
NoSuchPeerBindingException- if a saml peer binding with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the saml peer binding with the primary key or throws aNoSuchPeerBindingExceptionif it could not be found.- Parameters:
samlPeerBindingId- the primary key of the saml peer binding- Returns:
- the saml peer binding
- Throws:
NoSuchPeerBindingException- if a saml peer binding with the primary key could not be found
-
fetchByPrimaryKey
Returns the saml peer binding with the primary key or returnsnullif it could not be found.- Parameters:
samlPeerBindingId- the primary key of the saml peer binding- Returns:
- the saml peer binding, or
nullif a saml peer binding with the primary key could not be found
-
findAll
List<SamlPeerBinding> findAll()Returns all the saml peer bindings.- Returns:
- the saml peer bindings
-
findAll
Returns a range of all the saml peer bindings.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
start- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)- Returns:
- the range of saml peer bindings
-
findAll
List<SamlPeerBinding> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) Returns an ordered range of all the saml peer bindings.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
start- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of saml peer bindings
-
findAll
List<SamlPeerBinding> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml peer bindings.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSamlPeerBindingModelImpl.- Parameters:
start- the lower bound of the range of saml peer bindingsend- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of saml peer bindings
-
removeAll
void removeAll()Removes all the saml peer bindings from the database. -
countAll
int countAll()Returns the number of saml peer bindings.- Returns:
- the number of saml peer bindings
-