Interface CommerceHealthStatus
public interface CommerceHealthStatus
-
Method Summary
-
Method Details
-
fixIssue
void fixIssue(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
-
getKey
String getKey() -
getName
-
getType
int getType() -
isActive
boolean isActive() -
isFixed
boolean isFixed(long companyId, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-