@ProviderType public interface SamlSpIdpConnectionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SamlSpIdpConnection>
Caching information and settings can be found in portal.properties
SamlSpIdpConnectionUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<SamlSpIdpConnection> samlSpIdpConnections)
Caches the saml sp idp connections in the entity cache if it is enabled.
|
void |
cacheResult(SamlSpIdpConnection samlSpIdpConnection)
Caches the saml sp idp connection in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of saml sp idp connections.
|
int |
countByC_SIEI(long companyId,
java.lang.String samlIdpEntityId)
Returns the number of saml sp idp connections where companyId = ? and samlIdpEntityId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of saml sp idp connections where companyId = ?.
|
SamlSpIdpConnection |
create(long samlSpIdpConnectionId)
Creates a new saml sp idp connection with the primary key.
|
SamlSpIdpConnection |
fetchByC_SIEI(long companyId,
java.lang.String samlIdpEntityId)
Returns the saml sp idp connection where companyId = ? and samlIdpEntityId = ? or returns
null if it could not be found. |
SamlSpIdpConnection |
fetchByC_SIEI(long companyId,
java.lang.String samlIdpEntityId,
boolean useFinderCache)
Returns the saml sp idp connection where companyId = ? and samlIdpEntityId = ? or returns
null if it could not be found, optionally using the finder cache. |
SamlSpIdpConnection |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns the first saml sp idp connection in the ordered set where companyId = ?.
|
SamlSpIdpConnection |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns the last saml sp idp connection in the ordered set where companyId = ?.
|
SamlSpIdpConnection |
fetchByPrimaryKey(long samlSpIdpConnectionId)
Returns the saml sp idp connection with the primary key or returns
null if it could not be found. |
java.util.List<SamlSpIdpConnection> |
findAll()
Returns all the saml sp idp connections.
|
java.util.List<SamlSpIdpConnection> |
findAll(int start,
int end)
Returns a range of all the saml sp idp connections.
|
java.util.List<SamlSpIdpConnection> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns an ordered range of all the saml sp idp connections.
|
java.util.List<SamlSpIdpConnection> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the saml sp idp connections.
|
SamlSpIdpConnection |
findByC_SIEI(long companyId,
java.lang.String samlIdpEntityId)
Returns the saml sp idp connection where companyId = ? and samlIdpEntityId = ? or throws a
NoSuchSpIdpConnectionException if it could not be found. |
SamlSpIdpConnection |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns the first saml sp idp connection in the ordered set where companyId = ?.
|
SamlSpIdpConnection |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns the last saml sp idp connection in the ordered set where companyId = ?.
|
SamlSpIdpConnection[] |
findByCompanyId_PrevAndNext(long samlSpIdpConnectionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns the saml sp idp connections before and after the current saml sp idp connection in the ordered set where companyId = ?.
|
java.util.List<SamlSpIdpConnection> |
findByCompanyId(long companyId)
Returns all the saml sp idp connections where companyId = ?.
|
java.util.List<SamlSpIdpConnection> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the saml sp idp connections where companyId = ?.
|
java.util.List<SamlSpIdpConnection> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
Returns an ordered range of all the saml sp idp connections where companyId = ?.
|
java.util.List<SamlSpIdpConnection> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the saml sp idp connections where companyId = ?.
|
SamlSpIdpConnection |
findByPrimaryKey(long samlSpIdpConnectionId)
Returns the saml sp idp connection with the primary key or throws a
NoSuchSpIdpConnectionException if it could not be found. |
SamlSpIdpConnection |
remove(long samlSpIdpConnectionId)
Removes the saml sp idp connection with the primary key from the database.
|
void |
removeAll()
Removes all the saml sp idp connections from the database.
|
SamlSpIdpConnection |
removeByC_SIEI(long companyId,
java.lang.String samlIdpEntityId)
Removes the saml sp idp connection where companyId = ? and samlIdpEntityId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the saml sp idp connections where companyId = ? from the database.
|
SamlSpIdpConnection |
updateImpl(SamlSpIdpConnection samlSpIdpConnection) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<SamlSpIdpConnection> findByCompanyId(long companyId)
companyId - the company IDjava.util.List<SamlSpIdpConnection> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SamlSpIdpConnectionModelImpl.
companyId - the company IDstart - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)java.util.List<SamlSpIdpConnection> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> 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 SamlSpIdpConnectionModelImpl.
companyId - the company IDstart - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<SamlSpIdpConnection> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> 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 SamlSpIdpConnectionModelImpl.
companyId - the company IDstart - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheSamlSpIdpConnection findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator) throws NoSuchSpIdpConnectionException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchSpIdpConnectionException - if a matching saml sp idp connection could not be foundSamlSpIdpConnection fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching saml sp idp connection could not be foundSamlSpIdpConnection findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator) throws NoSuchSpIdpConnectionException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchSpIdpConnectionException - if a matching saml sp idp connection could not be foundSamlSpIdpConnection fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching saml sp idp connection could not be foundSamlSpIdpConnection[] findByCompanyId_PrevAndNext(long samlSpIdpConnectionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator) throws NoSuchSpIdpConnectionException
samlSpIdpConnectionId - the primary key of the current saml sp idp connectioncompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchSpIdpConnectionException - if a saml sp idp connection with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company IDSamlSpIdpConnection findByC_SIEI(long companyId, java.lang.String samlIdpEntityId) throws NoSuchSpIdpConnectionException
NoSuchSpIdpConnectionException if it could not be found.companyId - the company IDsamlIdpEntityId - the saml idp entity IDNoSuchSpIdpConnectionException - if a matching saml sp idp connection could not be foundSamlSpIdpConnection fetchByC_SIEI(long companyId, java.lang.String samlIdpEntityId)
null if it could not be found. Uses the finder cache.companyId - the company IDsamlIdpEntityId - the saml idp entity IDnull if a matching saml sp idp connection could not be foundSamlSpIdpConnection fetchByC_SIEI(long companyId, java.lang.String samlIdpEntityId, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.companyId - the company IDsamlIdpEntityId - the saml idp entity IDuseFinderCache - whether to use the finder cachenull if a matching saml sp idp connection could not be foundSamlSpIdpConnection removeByC_SIEI(long companyId, java.lang.String samlIdpEntityId) throws NoSuchSpIdpConnectionException
companyId - the company IDsamlIdpEntityId - the saml idp entity IDNoSuchSpIdpConnectionExceptionint countByC_SIEI(long companyId,
java.lang.String samlIdpEntityId)
companyId - the company IDsamlIdpEntityId - the saml idp entity IDvoid cacheResult(SamlSpIdpConnection samlSpIdpConnection)
samlSpIdpConnection - the saml sp idp connectionvoid cacheResult(java.util.List<SamlSpIdpConnection> samlSpIdpConnections)
samlSpIdpConnections - the saml sp idp connectionsSamlSpIdpConnection create(long samlSpIdpConnectionId)
samlSpIdpConnectionId - the primary key for the new saml sp idp connectionSamlSpIdpConnection remove(long samlSpIdpConnectionId) throws NoSuchSpIdpConnectionException
samlSpIdpConnectionId - the primary key of the saml sp idp connectionNoSuchSpIdpConnectionException - if a saml sp idp connection with the primary key could not be foundSamlSpIdpConnection updateImpl(SamlSpIdpConnection samlSpIdpConnection)
SamlSpIdpConnection findByPrimaryKey(long samlSpIdpConnectionId) throws NoSuchSpIdpConnectionException
NoSuchSpIdpConnectionException if it could not be found.samlSpIdpConnectionId - the primary key of the saml sp idp connectionNoSuchSpIdpConnectionException - if a saml sp idp connection with the primary key could not be foundSamlSpIdpConnection fetchByPrimaryKey(long samlSpIdpConnectionId)
null if it could not be found.samlSpIdpConnectionId - the primary key of the saml sp idp connectionnull if a saml sp idp connection with the primary key could not be foundjava.util.List<SamlSpIdpConnection> findAll()
java.util.List<SamlSpIdpConnection> 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 SamlSpIdpConnectionModelImpl.
start - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)java.util.List<SamlSpIdpConnection> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> 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 SamlSpIdpConnectionModelImpl.
start - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<SamlSpIdpConnection> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> 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 SamlSpIdpConnectionModelImpl.
start - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()