Interface COREntryType


public interface COREntryType
  • Method Details

    • evaluate

      boolean evaluate(COREntry corEntry, com.liferay.commerce.model.CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • evaluate

      boolean evaluate(COREntry corEntry, List<COREntryTypeItem> corEntryTypeItems) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getErrorMessage

      String getErrorMessage(COREntry corEntry, com.liferay.commerce.model.CommerceOrder commerceOrder, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKey

      String getKey()
    • getLabel

      String getLabel(Locale locale)
    • isActive

      boolean isActive()