@ProviderType
public interface CommerceMediaResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultURL(long groupId) |
java.lang.String |
getDownloadURL(long commerceAccountId,
long cpAttachmentFileEntryId) |
java.lang.String |
getThumbnailURL(long commerceAccountId,
long cpAttachmentFileEntryId) |
java.lang.String |
getURL(long commerceAccountId,
long cpAttachmentFileEntryId) |
java.lang.String |
getURL(long commerceAccountId,
long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail) |
java.lang.String |
getURL(long commerceAccountId,
long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail,
boolean secure) |
java.lang.String getDefaultURL(long groupId)
java.lang.String getDownloadURL(long commerceAccountId,
long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getThumbnailURL(long commerceAccountId,
long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getURL(long commerceAccountId,
long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getURL(long commerceAccountId,
long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getURL(long commerceAccountId,
long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail,
boolean secure)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException