@ProviderType public interface SamlPeerBindingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SamlPeerBinding>
Caching information and settings can be found in portal.properties
SamlPeerBindingUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<SamlPeerBinding> samlPeerBindings)
Caches the saml peer bindings in the entity cache if it is enabled.
|
void |
cacheResult(SamlPeerBinding samlPeerBinding)
Caches the saml peer binding in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of saml peer bindings.
|
int |
countByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId)
Returns the number of saml peer bindings where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
int |
countByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlPeerEntityId)
Returns the number of saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
create(long samlPeerBindingId)
Creates a new saml peer binding with the primary key.
|
SamlPeerBinding |
fetchByC_D_SNIF_SNINQ_SNIV_SPEI_First(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
fetchByC_D_SNIF_SNINQ_SNIV_SPEI_Last(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
fetchByC_U_D_SNIF_SNINQ_SPEI_First(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
fetchByC_U_D_SNIF_SNINQ_SPEI_Last(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
fetchByPrimaryKey(long samlPeerBindingId)
Returns the saml peer binding with the primary key or returns
null if it could not be found. |
java.util.List<SamlPeerBinding> |
findAll()
Returns all the saml peer bindings.
|
java.util.List<SamlPeerBinding> |
findAll(int start,
int end)
Returns a range of all the saml peer bindings.
|
java.util.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.
|
java.util.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.
|
SamlPeerBinding |
findByC_D_SNIF_SNINQ_SNIV_SPEI_First(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
findByC_D_SNIF_SNINQ_SNIV_SPEI_Last(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
SamlPeerBinding[] |
findByC_D_SNIF_SNINQ_SNIV_SPEI_PrevAndNext(long samlPeerBindingId,
long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.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 deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId)
Returns all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId,
int start,
int end)
Returns a range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.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 deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.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 deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
findByC_U_D_SNIF_SNINQ_SPEI_First(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
findByC_U_D_SNIF_SNINQ_SPEI_Last(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
SamlPeerBinding[] |
findByC_U_D_SNIF_SNINQ_SPEI_PrevAndNext(long samlPeerBindingId,
long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlPeerEntityId)
Returns all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlPeerEntityId,
int start,
int end)
Returns a range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.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 samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
findByPrimaryKey(long samlPeerBindingId)
Returns the saml peer binding with the primary key or throws a
NoSuchPeerBindingException if it could not be found. |
SamlPeerBinding |
remove(long samlPeerBindingId)
Removes the saml peer binding with the primary key from the database.
|
void |
removeAll()
Removes all the saml peer bindings from the database.
|
void |
removeByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId)
Removes all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlNameIdValue = ? and samlPeerEntityId = ? from the database.
|
void |
removeByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlPeerEntityId)
Removes all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlNameIdFormat = ? and samlNameIdNameQualifier = ? and samlPeerEntityId = ? from the database.
|
SamlPeerBinding |
updateImpl(SamlPeerBinding samlPeerBinding) |
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, setDataSource, unregisterListener, update, updatejava.util.List<SamlPeerBinding> findByC_U_D_SNIF_SNINQ_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId)
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDjava.util.List<SamlPeerBinding> findByC_U_D_SNIF_SNINQ_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, 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 SamlPeerBindingModelImpl.
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - 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)java.util.List<SamlPeerBinding> findByC_U_D_SNIF_SNINQ_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - 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 (optionally null)java.util.List<SamlPeerBinding> findByC_U_D_SNIF_SNINQ_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - 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 (optionally null)useFinderCache - whether to use the finder cacheSamlPeerBinding findByC_U_D_SNIF_SNINQ_SPEI_First(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)NoSuchPeerBindingException - if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_U_D_SNIF_SNINQ_SPEI_First(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)null if a matching saml peer binding could not be foundSamlPeerBinding findByC_U_D_SNIF_SNINQ_SPEI_Last(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)NoSuchPeerBindingException - if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_U_D_SNIF_SNINQ_SPEI_Last(long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)null if a matching saml peer binding could not be foundSamlPeerBinding[] findByC_U_D_SNIF_SNINQ_SPEI_PrevAndNext(long samlPeerBindingId, long companyId, long userId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
samlPeerBindingId - the primary key of the current saml peer bindingcompanyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)NoSuchPeerBindingException - if a saml peer binding with the primary key could not be foundvoid removeByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlPeerEntityId)
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDint countByC_U_D_SNIF_SNINQ_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlPeerEntityId)
companyId - the company IDuserId - the user IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlPeerEntityId - the saml peer entity IDjava.util.List<SamlPeerBinding> findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId)
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDjava.util.List<SamlPeerBinding> findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, 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 SamlPeerBindingModelImpl.
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - 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)java.util.List<SamlPeerBinding> findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - 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 (optionally null)java.util.List<SamlPeerBinding> findByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - 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 (optionally null)useFinderCache - whether to use the finder cacheSamlPeerBinding findByC_D_SNIF_SNINQ_SNIV_SPEI_First(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)NoSuchPeerBindingException - if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_D_SNIF_SNINQ_SNIV_SPEI_First(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)null if a matching saml peer binding could not be foundSamlPeerBinding findByC_D_SNIF_SNINQ_SNIV_SPEI_Last(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)NoSuchPeerBindingException - if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_D_SNIF_SNINQ_SNIV_SPEI_Last(long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)null if a matching saml peer binding could not be foundSamlPeerBinding[] findByC_D_SNIF_SNINQ_SNIV_SPEI_PrevAndNext(long samlPeerBindingId, long companyId, boolean deleted, java.lang.String samlNameIdFormat, java.lang.String samlNameIdNameQualifier, java.lang.String samlNameIdValue, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
samlPeerBindingId - the primary key of the current saml peer bindingcompanyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDorderByComparator - the comparator to order the set by (optionally null)NoSuchPeerBindingException - if a saml peer binding with the primary key could not be foundvoid removeByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId)
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDint countByC_D_SNIF_SNINQ_SNIV_SPEI(long companyId,
boolean deleted,
java.lang.String samlNameIdFormat,
java.lang.String samlNameIdNameQualifier,
java.lang.String samlNameIdValue,
java.lang.String samlPeerEntityId)
companyId - the company IDdeleted - the deletedsamlNameIdFormat - the saml name ID formatsamlNameIdNameQualifier - the saml name ID name qualifiersamlNameIdValue - the saml name ID valuesamlPeerEntityId - the saml peer entity IDvoid cacheResult(SamlPeerBinding samlPeerBinding)
samlPeerBinding - the saml peer bindingvoid cacheResult(java.util.List<SamlPeerBinding> samlPeerBindings)
samlPeerBindings - the saml peer bindingsSamlPeerBinding create(long samlPeerBindingId)
samlPeerBindingId - the primary key for the new saml peer bindingSamlPeerBinding remove(long samlPeerBindingId) throws NoSuchPeerBindingException
samlPeerBindingId - the primary key of the saml peer bindingNoSuchPeerBindingException - if a saml peer binding with the primary key could not be foundSamlPeerBinding updateImpl(SamlPeerBinding samlPeerBinding)
SamlPeerBinding findByPrimaryKey(long samlPeerBindingId) throws NoSuchPeerBindingException
NoSuchPeerBindingException if it could not be found.samlPeerBindingId - the primary key of the saml peer bindingNoSuchPeerBindingException - if a saml peer binding with the primary key could not be foundSamlPeerBinding fetchByPrimaryKey(long samlPeerBindingId)
null if it could not be found.samlPeerBindingId - the primary key of the saml peer bindingnull if a saml peer binding with the primary key could not be foundjava.util.List<SamlPeerBinding> findAll()
java.util.List<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
start - the lower bound of the range of saml peer bindingsend - the upper bound of the range of saml peer bindings (not inclusive)java.util.List<SamlPeerBinding> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
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 (optionally null)java.util.List<SamlPeerBinding> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl.
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 (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()