Interface CETManager


@ProviderType public interface CETManager
  • Method Details

    • addCET

      CET addCET(CETConfiguration cetConfiguration, long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCET

      void deleteCET(CET cet)
    • getCET

      CET getCET(long companyId, String externalReferenceCode)
    • getCETs

      List<CET> getCETs(long companyId, String keywords, String type, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCETsCount

      int getCETsCount(long companyId, String keywords, String type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException