Class SamlSpMessageUtil

java.lang.Object
com.liferay.saml.persistence.service.persistence.SamlSpMessageUtil

public class SamlSpMessageUtil extends Object
The persistence utility for the saml sp message service. This utility wraps com.liferay.saml.persistence.service.persistence.impl.SamlSpMessagePersistenceImpl 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 Details

    • SamlSpMessageUtil

      public SamlSpMessageUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(SamlSpMessage samlSpMessage)
      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

      public static Map<Serializable,SamlSpMessage> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<SamlSpMessage> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<SamlSpMessage> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<SamlSpMessage> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static SamlSpMessage update(SamlSpMessage samlSpMessage)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static SamlSpMessage update(SamlSpMessage samlSpMessage, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByLtExpirationDate

      public static List<SamlSpMessage> findByLtExpirationDate(Date expirationDate)
      Returns all the saml sp messages where expirationDate < ?.
      Parameters:
      expirationDate - the expiration date
      Returns:
      the matching saml sp messages
    • findByLtExpirationDate

      public static List<SamlSpMessage> findByLtExpirationDate(Date expirationDate, int start, int end)
      Returns a range of all the saml sp messages where expirationDate < ?.

      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 SamlSpMessageModelImpl.

      Parameters:
      expirationDate - the expiration date
      start - the lower bound of the range of saml sp messages
      end - the upper bound of the range of saml sp messages (not inclusive)
      Returns:
      the range of matching saml sp messages
    • findByLtExpirationDate

      public static List<SamlSpMessage> findByLtExpirationDate(Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator)
      Returns an ordered range of all the saml sp messages where expirationDate < ?.

      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 SamlSpMessageModelImpl.

      Parameters:
      expirationDate - the expiration date
      start - the lower bound of the range of saml sp messages
      end - the upper bound of the range of saml sp messages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching saml sp messages
    • findByLtExpirationDate

      public static List<SamlSpMessage> findByLtExpirationDate(Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the saml sp messages where expirationDate < ?.

      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 SamlSpMessageModelImpl.

      Parameters:
      expirationDate - the expiration date
      start - the lower bound of the range of saml sp messages
      end - the upper bound of the range of saml sp messages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching saml sp messages
    • findByLtExpirationDate_First

      public static SamlSpMessage findByLtExpirationDate_First(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator) throws NoSuchSpMessageException
      Returns the first saml sp message in the ordered set where expirationDate < ?.
      Parameters:
      expirationDate - the expiration date
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saml sp message
      Throws:
      NoSuchSpMessageException - if a matching saml sp message could not be found
      NoSuchSpMessageException
    • fetchByLtExpirationDate_First

      public static SamlSpMessage fetchByLtExpirationDate_First(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator)
      Returns the first saml sp message in the ordered set where expirationDate < ?.
      Parameters:
      expirationDate - the expiration date
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saml sp message, or null if a matching saml sp message could not be found
    • findByLtExpirationDate_Last

      public static SamlSpMessage findByLtExpirationDate_Last(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator) throws NoSuchSpMessageException
      Returns the last saml sp message in the ordered set where expirationDate < ?.
      Parameters:
      expirationDate - the expiration date
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saml sp message
      Throws:
      NoSuchSpMessageException - if a matching saml sp message could not be found
      NoSuchSpMessageException
    • fetchByLtExpirationDate_Last

      public static SamlSpMessage fetchByLtExpirationDate_Last(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator)
      Returns the last saml sp message in the ordered set where expirationDate < ?.
      Parameters:
      expirationDate - the expiration date
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saml sp message, or null if a matching saml sp message could not be found
    • findByLtExpirationDate_PrevAndNext

      public static SamlSpMessage[] findByLtExpirationDate_PrevAndNext(long samlSpMessageId, Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator) throws NoSuchSpMessageException
      Returns the saml sp messages before and after the current saml sp message in the ordered set where expirationDate < ?.
      Parameters:
      samlSpMessageId - the primary key of the current saml sp message
      expirationDate - the expiration date
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next saml sp message
      Throws:
      NoSuchSpMessageException - if a saml sp message with the primary key could not be found
      NoSuchSpMessageException
    • removeByLtExpirationDate

      public static void removeByLtExpirationDate(Date expirationDate)
      Removes all the saml sp messages where expirationDate < ? from the database.
      Parameters:
      expirationDate - the expiration date
    • countByLtExpirationDate

      public static int countByLtExpirationDate(Date expirationDate)
      Returns the number of saml sp messages where expirationDate < ?.
      Parameters:
      expirationDate - the expiration date
      Returns:
      the number of matching saml sp messages
    • findBySIEI_SIRK

      public static SamlSpMessage findBySIEI_SIRK(String samlIdpEntityId, String samlIdpResponseKey) throws NoSuchSpMessageException
      Returns the saml sp message where samlIdpEntityId = ? and samlIdpResponseKey = ? or throws a NoSuchSpMessageException if it could not be found.
      Parameters:
      samlIdpEntityId - the saml idp entity ID
      samlIdpResponseKey - the saml idp response key
      Returns:
      the matching saml sp message
      Throws:
      NoSuchSpMessageException - if a matching saml sp message could not be found
      NoSuchSpMessageException
    • fetchBySIEI_SIRK

      public static SamlSpMessage fetchBySIEI_SIRK(String samlIdpEntityId, String samlIdpResponseKey)
      Returns the saml sp message where samlIdpEntityId = ? and samlIdpResponseKey = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      samlIdpEntityId - the saml idp entity ID
      samlIdpResponseKey - the saml idp response key
      Returns:
      the matching saml sp message, or null if a matching saml sp message could not be found
    • fetchBySIEI_SIRK

      public static SamlSpMessage fetchBySIEI_SIRK(String samlIdpEntityId, String samlIdpResponseKey, boolean useFinderCache)
      Returns the saml sp message where samlIdpEntityId = ? and samlIdpResponseKey = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      samlIdpEntityId - the saml idp entity ID
      samlIdpResponseKey - the saml idp response key
      useFinderCache - whether to use the finder cache
      Returns:
      the matching saml sp message, or null if a matching saml sp message could not be found
    • removeBySIEI_SIRK

      public static SamlSpMessage removeBySIEI_SIRK(String samlIdpEntityId, String samlIdpResponseKey) throws NoSuchSpMessageException
      Removes the saml sp message where samlIdpEntityId = ? and samlIdpResponseKey = ? from the database.
      Parameters:
      samlIdpEntityId - the saml idp entity ID
      samlIdpResponseKey - the saml idp response key
      Returns:
      the saml sp message that was removed
      Throws:
      NoSuchSpMessageException
    • countBySIEI_SIRK

      public static int countBySIEI_SIRK(String samlIdpEntityId, String samlIdpResponseKey)
      Returns the number of saml sp messages where samlIdpEntityId = ? and samlIdpResponseKey = ?.
      Parameters:
      samlIdpEntityId - the saml idp entity ID
      samlIdpResponseKey - the saml idp response key
      Returns:
      the number of matching saml sp messages
    • cacheResult

      public static void cacheResult(SamlSpMessage samlSpMessage)
      Caches the saml sp message in the entity cache if it is enabled.
      Parameters:
      samlSpMessage - the saml sp message
    • cacheResult

      public static void cacheResult(List<SamlSpMessage> samlSpMessages)
      Caches the saml sp messages in the entity cache if it is enabled.
      Parameters:
      samlSpMessages - the saml sp messages
    • create

      public static SamlSpMessage create(long samlSpMessageId)
      Creates a new saml sp message with the primary key. Does not add the saml sp message to the database.
      Parameters:
      samlSpMessageId - the primary key for the new saml sp message
      Returns:
      the new saml sp message
    • remove

      public static SamlSpMessage remove(long samlSpMessageId) throws NoSuchSpMessageException
      Removes the saml sp message with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      samlSpMessageId - the primary key of the saml sp message
      Returns:
      the saml sp message that was removed
      Throws:
      NoSuchSpMessageException - if a saml sp message with the primary key could not be found
      NoSuchSpMessageException
    • updateImpl

      public static SamlSpMessage updateImpl(SamlSpMessage samlSpMessage)
    • findByPrimaryKey

      public static SamlSpMessage findByPrimaryKey(long samlSpMessageId) throws NoSuchSpMessageException
      Returns the saml sp message with the primary key or throws a NoSuchSpMessageException if it could not be found.
      Parameters:
      samlSpMessageId - the primary key of the saml sp message
      Returns:
      the saml sp message
      Throws:
      NoSuchSpMessageException - if a saml sp message with the primary key could not be found
      NoSuchSpMessageException
    • fetchByPrimaryKey

      public static SamlSpMessage fetchByPrimaryKey(long samlSpMessageId)
      Returns the saml sp message with the primary key or returns null if it could not be found.
      Parameters:
      samlSpMessageId - the primary key of the saml sp message
      Returns:
      the saml sp message, or null if a saml sp message with the primary key could not be found
    • findAll

      public static List<SamlSpMessage> findAll()
      Returns all the saml sp messages.
      Returns:
      the saml sp messages
    • findAll

      public static List<SamlSpMessage> findAll(int start, int end)
      Returns a range of all the saml sp messages.

      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 SamlSpMessageModelImpl.

      Parameters:
      start - the lower bound of the range of saml sp messages
      end - the upper bound of the range of saml sp messages (not inclusive)
      Returns:
      the range of saml sp messages
    • findAll

      public static List<SamlSpMessage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator)
      Returns an ordered range of all the saml sp messages.

      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 SamlSpMessageModelImpl.

      Parameters:
      start - the lower bound of the range of saml sp messages
      end - the upper bound of the range of saml sp messages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of saml sp messages
    • findAll

      public static List<SamlSpMessage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpMessage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the saml sp messages.

      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 SamlSpMessageModelImpl.

      Parameters:
      start - the lower bound of the range of saml sp messages
      end - the upper bound of the range of saml sp messages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of saml sp messages
    • removeAll

      public static void removeAll()
      Removes all the saml sp messages from the database.
    • countAll

      public static int countAll()
      Returns the number of saml sp messages.
      Returns:
      the number of saml sp messages
    • getPersistence

      public static SamlSpMessagePersistence getPersistence()
    • setPersistence

      public static void setPersistence(SamlSpMessagePersistence persistence)