@ProviderType
public interface CommerceMediaResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultUrl(long groupId) |
java.lang.String |
getDownloadUrl(long cpAttachmentFileEntryId)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getDownloadURL(long, long)} |
java.lang.String |
getDownloadURL(long commerceAccountId,
long cpAttachmentFileEntryId) |
byte[] |
getMediaBytes(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
|
java.lang.String |
getThumbnailUrl(long cpAttachmentFileEntryId)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getThumbnailURL(long, long)} |
java.lang.String |
getThumbnailURL(long commerceAccountId,
long cpAttachmentFileEntryId) |
java.lang.String |
getUrl(long cpAttachmentFileEntryId)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getURL(long, long)} |
java.lang.String |
getUrl(long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getURL(long, long, boolean, boolean)} |
java.lang.String |
getUrl(long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail,
boolean secure)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getURL(long, long, boolean, boolean, boolean)} |
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) |
void |
sendMediaBytes(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
|
void |
sendMediaBytes(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String download)
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
|
java.lang.String getDefaultUrl(long groupId)
@Deprecated
java.lang.String getDownloadUrl(long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getDownloadURL(long, long)}com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getDownloadURL(long commerceAccountId,
long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
byte[] getMediaBytes(javax.servlet.http.HttpServletRequest httpServletRequest)
throws java.io.IOException,
com.liferay.portal.kernel.exception.PortalException
java.io.IOExceptioncom.liferay.portal.kernel.exception.PortalException@Deprecated
java.lang.String getThumbnailUrl(long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getThumbnailURL(long, long)}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.PortalException@Deprecated
java.lang.String getUrl(long cpAttachmentFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getURL(long, long)}com.liferay.portal.kernel.exception.PortalException@Deprecated
java.lang.String getUrl(long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail)
throws com.liferay.portal.kernel.exception.PortalException
getURL(long, long, boolean, boolean)}com.liferay.portal.kernel.exception.PortalException@Deprecated
java.lang.String getUrl(long cpAttachmentFileEntryId,
boolean download,
boolean thumbnail,
boolean secure)
throws com.liferay.portal.kernel.exception.PortalException
getURL(long, long, boolean, boolean, boolean)}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@Deprecated
void sendMediaBytes(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
java.io.IOException@Deprecated
void sendMediaBytes(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String download)
throws java.io.IOException
java.io.IOException