Interface PriceListChannelResource
@Generated("")
@ProviderType
public interface PriceListChannelResource
To access this resource, run:
curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-commerce-admin-pricing/v2.0
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deletePriceListChannel
(Long priceListChannelId) javax.ws.rs.core.Response
deletePriceListChannelBatch
(String callbackURL, Object object) com.liferay.portal.vulcan.pagination.Page<PriceListChannel>
getPriceListByExternalReferenceCodePriceListChannelsPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<PriceListChannel>
getPriceListIdPriceListChannelsPage
(Long id, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) postPriceListByExternalReferenceCodePriceListChannel
(String externalReferenceCode, PriceListChannel priceListChannel) postPriceListIdPriceListChannel
(Long id, PriceListChannel priceListChannel) javax.ws.rs.core.Response
postPriceListIdPriceListChannelBatch
(String callbackURL, Object object) default void
setContextAcceptLanguage
(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage) void
setContextCompany
(com.liferay.portal.kernel.model.Company contextCompany) default void
setContextHttpServletRequest
(javax.servlet.http.HttpServletRequest contextHttpServletRequest) default void
setContextHttpServletResponse
(javax.servlet.http.HttpServletResponse contextHttpServletResponse) default void
setContextUriInfo
(javax.ws.rs.core.UriInfo contextUriInfo) void
setContextUser
(com.liferay.portal.kernel.model.User contextUser) void
setExpressionConvert
(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert) void
setFilterParserProvider
(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider) void
setGroupLocalService
(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) void
setResourceActionLocalService
(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService) void
setResourcePermissionLocalService
(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService) void
setRoleLocalService
(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) void
setSortParserProvider
(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider) void
setVulcanBatchEngineExportTaskResource
(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource) void
setVulcanBatchEngineImportTaskResource
(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource) default com.liferay.portal.kernel.search.filter.Filter
default com.liferay.portal.kernel.search.filter.Filter
default com.liferay.portal.kernel.search.Sort[]
-
Method Details
-
deletePriceListChannel
- Throws:
Exception
-
deletePriceListChannelBatch
javax.ws.rs.core.Response deletePriceListChannelBatch(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getPriceListByExternalReferenceCodePriceListChannelsPage
com.liferay.portal.vulcan.pagination.Page<PriceListChannel> getPriceListByExternalReferenceCodePriceListChannelsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
postPriceListByExternalReferenceCodePriceListChannel
PriceListChannel postPriceListByExternalReferenceCodePriceListChannel(String externalReferenceCode, PriceListChannel priceListChannel) throws Exception - Throws:
Exception
-
getPriceListIdPriceListChannelsPage
com.liferay.portal.vulcan.pagination.Page<PriceListChannel> getPriceListIdPriceListChannelsPage(Long id, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception - Throws:
Exception
-
postPriceListIdPriceListChannel
PriceListChannel postPriceListIdPriceListChannel(Long id, PriceListChannel priceListChannel) throws Exception - Throws:
Exception
-
postPriceListIdPriceListChannelBatch
javax.ws.rs.core.Response postPriceListIdPriceListChannelBatch(String callbackURL, Object object) throws Exception - 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
-