Interface IRssDao

  • All Known Implementing Classes:
    RssDao

    public interface IRssDao
    Dao Interface for RSS entity
    Since:
    4.1.0
    Version:
    $Revision: 14186 $ $Date: 2012-04-02 11:40:15 -0300 (Mon, 02 Apr 2012) $
    • Method Detail

      • getIdsByServiceInstanceId

        java.util.Collection<java.lang.String> getIdsByServiceInstanceId​(java.lang.String serviceInstanceId,
                                                                         ITransaction transaction)
                                                                  throws PortalException
        Get the Rss ids by the Service Instance Id
        Parameters:
        serviceInstanceId -
        transaction -
        Returns:
        Throws:
        PortalException
        Since:
        4.1.0
      • validateUniqueFilePath

        boolean validateUniqueFilePath​(java.lang.String filePath,
                                       java.lang.String notIncludingRssId,
                                       ITransaction transaction)
                                throws PortalException
        Verify if already exist a path specified to another RSS
        Parameters:
        filePath -
        notIncludingRssId -
        transaction -
        Returns:
        Throws:
        PortalException
      • getIdsByRssServiceInstanceId

        java.util.Set<java.lang.String> getIdsByRssServiceInstanceId​(java.lang.String rssServiceInstanceId,
                                                                     ITransaction transaction)
                                                              throws PortalException
        Returns the RSS ids by the RSS service instance identifier.
        Parameters:
        rssServiceInstanceId - the RSS service instance identifier.
        transaction - the transaction.
        Returns:
        the RSS ids by the RSS service instance identifier.
        Throws:
        PortalException
        Since:
        6.2.0