Class SamlIdpSsoSessionUtil
com.liferay.saml.persistence.service.persistence.impl.SamlIdpSsoSessionPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(SamlIdpSsoSession samlIdpSsoSession) Caches the saml idp sso session in the entity cache if it is enabled.static voidcacheResult(List<SamlIdpSsoSession> samlIdpSsoSessions) Caches the saml idp sso sessions in the entity cache if it is enabled.static voidstatic voidclearCache(SamlIdpSsoSession samlIdpSsoSession) static intcountAll()Returns the number of saml idp sso sessions.static intcountByLtCreateDate(Date createDate) Returns the number of saml idp sso sessions where createDate < ?.static intcountBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey) Returns the number of saml idp sso sessions where samlIdpSsoSessionKey = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static SamlIdpSsoSessioncreate(long samlIdpSsoSessionId) Creates a new saml idp sso session with the primary key.static SamlIdpSsoSessionfetchByLtCreateDate_First(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the first saml idp sso session in the ordered set where createDate < ?.static SamlIdpSsoSessionfetchByLtCreateDate_Last(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the last saml idp sso session in the ordered set where createDate < ?.static SamlIdpSsoSessionfetchByPrimaryKey(long samlIdpSsoSessionId) Returns the saml idp sso session with the primary key or returnsnullif it could not be found.static Map<Serializable,SamlIdpSsoSession> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static SamlIdpSsoSessionfetchBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey) Returns the saml idp sso session where samlIdpSsoSessionKey = ? or returnsnullif it could not be found.static SamlIdpSsoSessionfetchBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey, boolean useFinderCache) Returns the saml idp sso session where samlIdpSsoSessionKey = ? or returnsnullif it could not be found, optionally using the finder cache.static List<SamlIdpSsoSession>findAll()Returns all the saml idp sso sessions.static List<SamlIdpSsoSession>findAll(int start, int end) Returns a range of all the saml idp sso sessions.static List<SamlIdpSsoSession>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns an ordered range of all the saml idp sso sessions.static List<SamlIdpSsoSession>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml idp sso sessions.static List<SamlIdpSsoSession>findByLtCreateDate(Date createDate) Returns all the saml idp sso sessions where createDate < ?.static List<SamlIdpSsoSession>findByLtCreateDate(Date createDate, int start, int end) Returns a range of all the saml idp sso sessions where createDate < ?.static List<SamlIdpSsoSession>findByLtCreateDate(Date createDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns an ordered range of all the saml idp sso sessions where createDate < ?.static List<SamlIdpSsoSession>findByLtCreateDate(Date createDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml idp sso sessions where createDate < ?.static SamlIdpSsoSessionfindByLtCreateDate_First(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the first saml idp sso session in the ordered set where createDate < ?.static SamlIdpSsoSessionfindByLtCreateDate_Last(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the last saml idp sso session in the ordered set where createDate < ?.static SamlIdpSsoSession[]findByLtCreateDate_PrevAndNext(long samlIdpSsoSessionId, Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the saml idp sso sessions before and after the current saml idp sso session in the ordered set where createDate < ?.static SamlIdpSsoSessionfindByPrimaryKey(long samlIdpSsoSessionId) Returns the saml idp sso session with the primary key or throws aNoSuchIdpSsoSessionExceptionif it could not be found.static SamlIdpSsoSessionfindBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey) Returns the saml idp sso session where samlIdpSsoSessionKey = ? or throws aNoSuchIdpSsoSessionExceptionif it could not be found.static List<SamlIdpSsoSession>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<SamlIdpSsoSession>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<SamlIdpSsoSession>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) static SamlIdpSsoSessionPersistencestatic SamlIdpSsoSessionremove(long samlIdpSsoSessionId) Removes the saml idp sso session with the primary key from the database.static voidRemoves all the saml idp sso sessions from the database.static voidremoveByLtCreateDate(Date createDate) Removes all the saml idp sso sessions where createDate < ? from the database.static SamlIdpSsoSessionremoveBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey) Removes the saml idp sso session where samlIdpSsoSessionKey = ? from the database.static voidsetPersistence(SamlIdpSsoSessionPersistence persistence) static SamlIdpSsoSessionupdate(SamlIdpSsoSession samlIdpSsoSession) static SamlIdpSsoSessionupdate(SamlIdpSsoSession samlIdpSsoSession, com.liferay.portal.kernel.service.ServiceContext serviceContext) static SamlIdpSsoSessionupdateImpl(SamlIdpSsoSession samlIdpSsoSession)
-
Constructor Details
-
SamlIdpSsoSessionUtil
public SamlIdpSsoSessionUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<SamlIdpSsoSession> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<SamlIdpSsoSession> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<SamlIdpSsoSession> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static SamlIdpSsoSession update(SamlIdpSsoSession samlIdpSsoSession, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByLtCreateDate
Returns all the saml idp sso sessions where createDate < ?.- Parameters:
createDate- the create date- Returns:
- the matching saml idp sso sessions
-
findByLtCreateDate
Returns a range of all the saml idp sso sessions where createDate < ?.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 fromSamlIdpSsoSessionModelImpl.- Parameters:
createDate- the create datestart- the lower bound of the range of saml idp sso sessionsend- the upper bound of the range of saml idp sso sessions (not inclusive)- Returns:
- the range of matching saml idp sso sessions
-
findByLtCreateDate
public static List<SamlIdpSsoSession> findByLtCreateDate(Date createDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns an ordered range of all the saml idp sso sessions where createDate < ?.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 fromSamlIdpSsoSessionModelImpl.- Parameters:
createDate- the create datestart- the lower bound of the range of saml idp sso sessionsend- the upper bound of the range of saml idp sso sessions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saml idp sso sessions
-
findByLtCreateDate
public static List<SamlIdpSsoSession> findByLtCreateDate(Date createDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml idp sso sessions where createDate < ?.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 fromSamlIdpSsoSessionModelImpl.- Parameters:
createDate- the create datestart- the lower bound of the range of saml idp sso sessionsend- the upper bound of the range of saml idp sso sessions (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 idp sso sessions
-
findByLtCreateDate_First
public static SamlIdpSsoSession findByLtCreateDate_First(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) throws NoSuchIdpSsoSessionException Returns the first saml idp sso session in the ordered set where createDate < ?.- Parameters:
createDate- the create dateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saml idp sso session
- Throws:
NoSuchIdpSsoSessionException- if a matching saml idp sso session could not be foundNoSuchIdpSsoSessionException
-
fetchByLtCreateDate_First
public static SamlIdpSsoSession fetchByLtCreateDate_First(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the first saml idp sso session in the ordered set where createDate < ?.- Parameters:
createDate- the create dateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saml idp sso session, or
nullif a matching saml idp sso session could not be found
-
findByLtCreateDate_Last
public static SamlIdpSsoSession findByLtCreateDate_Last(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) throws NoSuchIdpSsoSessionException Returns the last saml idp sso session in the ordered set where createDate < ?.- Parameters:
createDate- the create dateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saml idp sso session
- Throws:
NoSuchIdpSsoSessionException- if a matching saml idp sso session could not be foundNoSuchIdpSsoSessionException
-
fetchByLtCreateDate_Last
public static SamlIdpSsoSession fetchByLtCreateDate_Last(Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns the last saml idp sso session in the ordered set where createDate < ?.- Parameters:
createDate- the create dateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saml idp sso session, or
nullif a matching saml idp sso session could not be found
-
findByLtCreateDate_PrevAndNext
public static SamlIdpSsoSession[] findByLtCreateDate_PrevAndNext(long samlIdpSsoSessionId, Date createDate, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) throws NoSuchIdpSsoSessionException Returns the saml idp sso sessions before and after the current saml idp sso session in the ordered set where createDate < ?.- Parameters:
samlIdpSsoSessionId- the primary key of the current saml idp sso sessioncreateDate- the create dateorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saml idp sso session
- Throws:
NoSuchIdpSsoSessionException- if a saml idp sso session with the primary key could not be foundNoSuchIdpSsoSessionException
-
removeByLtCreateDate
Removes all the saml idp sso sessions where createDate < ? from the database.- Parameters:
createDate- the create date
-
countByLtCreateDate
Returns the number of saml idp sso sessions where createDate < ?.- Parameters:
createDate- the create date- Returns:
- the number of matching saml idp sso sessions
-
findBySamlIdpSsoSessionKey
public static SamlIdpSsoSession findBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey) throws NoSuchIdpSsoSessionException Returns the saml idp sso session where samlIdpSsoSessionKey = ? or throws aNoSuchIdpSsoSessionExceptionif it could not be found.- Parameters:
samlIdpSsoSessionKey- the saml idp sso session key- Returns:
- the matching saml idp sso session
- Throws:
NoSuchIdpSsoSessionException- if a matching saml idp sso session could not be foundNoSuchIdpSsoSessionException
-
fetchBySamlIdpSsoSessionKey
Returns the saml idp sso session where samlIdpSsoSessionKey = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
samlIdpSsoSessionKey- the saml idp sso session key- Returns:
- the matching saml idp sso session, or
nullif a matching saml idp sso session could not be found
-
fetchBySamlIdpSsoSessionKey
public static SamlIdpSsoSession fetchBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey, boolean useFinderCache) Returns the saml idp sso session where samlIdpSsoSessionKey = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
samlIdpSsoSessionKey- the saml idp sso session keyuseFinderCache- whether to use the finder cache- Returns:
- the matching saml idp sso session, or
nullif a matching saml idp sso session could not be found
-
removeBySamlIdpSsoSessionKey
public static SamlIdpSsoSession removeBySamlIdpSsoSessionKey(String samlIdpSsoSessionKey) throws NoSuchIdpSsoSessionException Removes the saml idp sso session where samlIdpSsoSessionKey = ? from the database.- Parameters:
samlIdpSsoSessionKey- the saml idp sso session key- Returns:
- the saml idp sso session that was removed
- Throws:
NoSuchIdpSsoSessionException
-
countBySamlIdpSsoSessionKey
Returns the number of saml idp sso sessions where samlIdpSsoSessionKey = ?.- Parameters:
samlIdpSsoSessionKey- the saml idp sso session key- Returns:
- the number of matching saml idp sso sessions
-
cacheResult
Caches the saml idp sso session in the entity cache if it is enabled.- Parameters:
samlIdpSsoSession- the saml idp sso session
-
cacheResult
Caches the saml idp sso sessions in the entity cache if it is enabled.- Parameters:
samlIdpSsoSessions- the saml idp sso sessions
-
create
Creates a new saml idp sso session with the primary key. Does not add the saml idp sso session to the database.- Parameters:
samlIdpSsoSessionId- the primary key for the new saml idp sso session- Returns:
- the new saml idp sso session
-
remove
public static SamlIdpSsoSession remove(long samlIdpSsoSessionId) throws NoSuchIdpSsoSessionException Removes the saml idp sso session with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
samlIdpSsoSessionId- the primary key of the saml idp sso session- Returns:
- the saml idp sso session that was removed
- Throws:
NoSuchIdpSsoSessionException- if a saml idp sso session with the primary key could not be foundNoSuchIdpSsoSessionException
-
updateImpl
-
findByPrimaryKey
public static SamlIdpSsoSession findByPrimaryKey(long samlIdpSsoSessionId) throws NoSuchIdpSsoSessionException Returns the saml idp sso session with the primary key or throws aNoSuchIdpSsoSessionExceptionif it could not be found.- Parameters:
samlIdpSsoSessionId- the primary key of the saml idp sso session- Returns:
- the saml idp sso session
- Throws:
NoSuchIdpSsoSessionException- if a saml idp sso session with the primary key could not be foundNoSuchIdpSsoSessionException
-
fetchByPrimaryKey
Returns the saml idp sso session with the primary key or returnsnullif it could not be found.- Parameters:
samlIdpSsoSessionId- the primary key of the saml idp sso session- Returns:
- the saml idp sso session, or
nullif a saml idp sso session with the primary key could not be found
-
findAll
Returns all the saml idp sso sessions.- Returns:
- the saml idp sso sessions
-
findAll
Returns a range of all the saml idp sso sessions.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 fromSamlIdpSsoSessionModelImpl.- Parameters:
start- the lower bound of the range of saml idp sso sessionsend- the upper bound of the range of saml idp sso sessions (not inclusive)- Returns:
- the range of saml idp sso sessions
-
findAll
public static List<SamlIdpSsoSession> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator) Returns an ordered range of all the saml idp sso sessions.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 fromSamlIdpSsoSessionModelImpl.- Parameters:
start- the lower bound of the range of saml idp sso sessionsend- the upper bound of the range of saml idp sso sessions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of saml idp sso sessions
-
findAll
public static List<SamlIdpSsoSession> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlIdpSsoSession> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saml idp sso sessions.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 fromSamlIdpSsoSessionModelImpl.- Parameters:
start- the lower bound of the range of saml idp sso sessionsend- the upper bound of the range of saml idp sso sessions (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of saml idp sso sessions
-
removeAll
public static void removeAll()Removes all the saml idp sso sessions from the database. -
countAll
public static int countAll()Returns the number of saml idp sso sessions.- Returns:
- the number of saml idp sso sessions
-
getPersistence
-
setPersistence
-