Interface ViewCountManager


@ProviderType public interface ViewCountManager
Author:
Preston Crary
  • Method Details

    • deleteViewCount

      void deleteViewCount(long companyId, long classNameId, long classPK) throws PortalException
      Throws:
      PortalException
    • getViewCount

      long getViewCount(long companyId, long classNameId, long classPK)
    • getViewCountEntryTable

      com.liferay.petra.sql.dsl.Table<?> getViewCountEntryTable()
    • incrementViewCount

      void incrementViewCount(long companyId, long classNameId, long classPK, int increment)
    • isViewCountEnabled

      boolean isViewCountEnabled()
    • isViewCountEnabled

      boolean isViewCountEnabled(long classNameId)