Interface AttachmentResource
@Generated("")
@ProviderType
public interface AttachmentResource
To access this resource, run:
curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-commerce-admin-catalog/v1.0
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAttachment(Long id) javax.ws.rs.core.ResponsedeleteAttachmentBatch(String callbackURL, Object object) voiddeleteAttachmentByExternalReferenceCode(String externalReferenceCode) getAttachmentByExternalReferenceCode(String externalReferenceCode) com.liferay.portal.vulcan.pagination.Page<Attachment>getProductByExternalReferenceCodeAttachmentsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<Attachment>getProductByExternalReferenceCodeImagesPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<Attachment>getProductIdAttachmentsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<Attachment>getProductIdImagesPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) patchAttachmentByExternalReferenceCode(String externalReferenceCode, Attachment attachment) postProductByExternalReferenceCodeAttachment(String externalReferenceCode, Attachment attachment) postProductByExternalReferenceCodeAttachmentByBase64(String externalReferenceCode, AttachmentBase64 attachmentBase64) postProductByExternalReferenceCodeAttachmentByUrl(String externalReferenceCode, AttachmentUrl attachmentUrl) postProductByExternalReferenceCodeImage(String externalReferenceCode, Attachment attachment) postProductByExternalReferenceCodeImageByBase64(String externalReferenceCode, AttachmentBase64 attachmentBase64) postProductByExternalReferenceCodeImageByUrl(String externalReferenceCode, AttachmentUrl attachmentUrl) postProductIdAttachment(Long id, Attachment attachment) javax.ws.rs.core.ResponsepostProductIdAttachmentBatch(String callbackURL, Object object) postProductIdAttachmentByBase64(Long id, AttachmentBase64 attachmentBase64) postProductIdAttachmentByUrl(Long id, AttachmentUrl attachmentUrl) postProductIdImage(Long id, Attachment attachment) postProductIdImageByBase64(Long id, AttachmentBase64 attachmentBase64) postProductIdImageByUrl(Long id, AttachmentUrl attachmentUrl) putAttachmentByExternalReferenceCode(String externalReferenceCode, Attachment attachment) default voidsetContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) voidsetContextCompany(com.liferay.portal.kernel.model.Company contextCompany) default voidsetContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) default voidsetContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) default voidsetContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) voidsetContextUser(com.liferay.portal.kernel.model.User contextUser) voidsetExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) voidsetFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) voidsetGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) voidsetResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) voidsetResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) voidsetRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) voidsetSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) voidsetVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) voidsetVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.filter.Filterdefault com.liferay.portal.kernel.search.Sort[]
-
Method Details
-
deleteAttachmentByExternalReferenceCode
- Throws:
Exception
-
getAttachmentByExternalReferenceCode
- Throws:
Exception
-
patchAttachmentByExternalReferenceCode
Attachment patchAttachmentByExternalReferenceCode(String externalReferenceCode, Attachment attachment) throws Exception - Throws:
Exception
-
putAttachmentByExternalReferenceCode
Attachment putAttachmentByExternalReferenceCode(String externalReferenceCode, Attachment attachment) throws Exception - Throws:
Exception
-
deleteAttachment
- Throws:
Exception
-
deleteAttachmentBatch
- Throws:
Exception
-
getProductByExternalReferenceCodeAttachmentsPage
com.liferay.portal.vulcan.pagination.Page<Attachment> getProductByExternalReferenceCodeAttachmentsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
postProductByExternalReferenceCodeAttachment
Attachment postProductByExternalReferenceCodeAttachment(String externalReferenceCode, Attachment attachment) throws Exception - Throws:
Exception
-
postProductByExternalReferenceCodeAttachmentByBase64
Attachment postProductByExternalReferenceCodeAttachmentByBase64(String externalReferenceCode, AttachmentBase64 attachmentBase64) throws Exception - Throws:
Exception
-
postProductByExternalReferenceCodeAttachmentByUrl
Attachment postProductByExternalReferenceCodeAttachmentByUrl(String externalReferenceCode, AttachmentUrl attachmentUrl) throws Exception - Throws:
Exception
-
getProductByExternalReferenceCodeImagesPage
com.liferay.portal.vulcan.pagination.Page<Attachment> getProductByExternalReferenceCodeImagesPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
postProductByExternalReferenceCodeImage
Attachment postProductByExternalReferenceCodeImage(String externalReferenceCode, Attachment attachment) throws Exception - Throws:
Exception
-
postProductByExternalReferenceCodeImageByBase64
Attachment postProductByExternalReferenceCodeImageByBase64(String externalReferenceCode, AttachmentBase64 attachmentBase64) throws Exception - Throws:
Exception
-
postProductByExternalReferenceCodeImageByUrl
Attachment postProductByExternalReferenceCodeImageByUrl(String externalReferenceCode, AttachmentUrl attachmentUrl) throws Exception - Throws:
Exception
-
getProductIdAttachmentsPage
com.liferay.portal.vulcan.pagination.Page<Attachment> getProductIdAttachmentsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
postProductIdAttachment
- Throws:
Exception
-
postProductIdAttachmentBatch
javax.ws.rs.core.Response postProductIdAttachmentBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
postProductIdAttachmentByBase64
Attachment postProductIdAttachmentByBase64(Long id, AttachmentBase64 attachmentBase64) throws Exception - Throws:
Exception
-
postProductIdAttachmentByUrl
- Throws:
Exception
-
getProductIdImagesPage
com.liferay.portal.vulcan.pagination.Page<Attachment> getProductIdImagesPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
postProductIdImage
- Throws:
Exception
-
postProductIdImageByBase64
- Throws:
Exception
-
postProductIdImageByUrl
- Throws:
Exception
-
setContextAcceptLanguage
default void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) -
setContextCompany
void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany) -
setContextHttpServletRequest
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) -
setContextHttpServletResponse
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) -
setContextUriInfo
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) -
setContextUser
void setContextUser(com.liferay.portal.kernel.model.User contextUser) -
setExpressionConvert
void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) -
setFilterParserProvider
void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) -
setGroupLocalService
void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) -
setResourceActionLocalService
void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) -
setResourcePermissionLocalService
void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) -
setRoleLocalService
void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) -
setSortParserProvider
void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) -
setVulcanBatchEngineExportTaskResource
void setVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) -
setVulcanBatchEngineImportTaskResource
void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) -
toFilter
-
toFilter
-
toSorts
-