Interface CETManager
@ProviderType
public interface CETManager
-
Method Summary
Modifier and TypeMethodDescriptionaddCET(CETConfiguration cetConfiguration, long companyId, String externalReferenceCode) voidgetCETs(long companyId, String keywords, String type, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort sort) intgetCETsCount(long companyId, String keywords, String type)
-
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
-
getCET
-
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
-