Interface RankingStorageAdapter


@ProviderType public interface RankingStorageAdapter
  • Method Details

    • create

      String create(Ranking ranking, RankingIndexName rankingIndexName)
    • delete

      void delete(String rankingDocumentId, RankingIndexName rankingIndexName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • update

      void update(Ranking ranking, RankingIndexName rankingIndexName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException