Interface AccountChannelEntryResource
@Generated("")
@ProviderType
public interface AccountChannelEntryResource
To access this resource, run:
curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-commerce-admin-account/v1.0
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelBillingAddressesPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelCurrenciesPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelDeliveryTermsPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelDiscountsPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelPaymentMethodsPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelPaymentTermsPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelPriceListsPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelShippingAddressesPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountByExternalReferenceCodeAccountChannelUsersPage
(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelBillingAddressesPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelCurrenciesPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelDeliveryTermsPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelDiscountsPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelPaymentMethodsPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelPaymentTermsPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelPriceListsPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelShippingAddressesPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry>
getAccountIdAccountChannelUsersPage
(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) patchAccountChannelBillingAddressId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelCurrencyId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelDeliveryTermId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelDiscountId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelPaymentMethodId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelPaymentTermId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelPriceListId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelShippingAddressId
(Long id, AccountChannelEntry accountChannelEntry) patchAccountChannelUserId
(Long id, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelBillingAddress
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelCurrency
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelDeliveryTerm
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelDiscount
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelPaymentMethod
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelPaymentTerm
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelPriceList
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelShippingAddress
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountByExternalReferenceCodeAccountChannelUser
(String externalReferenceCode, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelBillingAddress
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelCurrency
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelDeliveryTerm
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelDiscount
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelPaymentMethod
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelPaymentTerm
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelPriceList
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelShippingAddress
(Long id, AccountChannelEntry accountChannelEntry) postAccountIdAccountChannelUser
(Long id, AccountChannelEntry accountChannelEntry) 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
-
deleteAccountChannelBillingAddressId
- Throws:
Exception
-
deleteAccountChannelCurrencyId
- Throws:
Exception
-
deleteAccountChannelDeliveryTermId
- Throws:
Exception
-
deleteAccountChannelDiscountId
- Throws:
Exception
-
deleteAccountChannelPaymentMethodId
- Throws:
Exception
-
deleteAccountChannelPaymentTermId
- Throws:
Exception
-
deleteAccountChannelPriceListId
- Throws:
Exception
-
deleteAccountChannelShippingAddressId
- Throws:
Exception
-
deleteAccountChannelUserId
- Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelBillingAddressesPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelBillingAddressesPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelCurrenciesPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelCurrenciesPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelDeliveryTermsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelDeliveryTermsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelDiscountsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelDiscountsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelPaymentMethodsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelPaymentMethodsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelPaymentTermsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelPaymentTermsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelPriceListsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelPriceListsPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelShippingAddressesPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelShippingAddressesPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountByExternalReferenceCodeAccountChannelUsersPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountByExternalReferenceCodeAccountChannelUsersPage(String externalReferenceCode, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountChannelBillingAddressId
- Throws:
Exception
-
getAccountChannelCurrencyId
- Throws:
Exception
-
getAccountChannelDeliveryTermId
- Throws:
Exception
-
getAccountChannelDiscountId
- Throws:
Exception
-
getAccountChannelPaymentMethodId
- Throws:
Exception
-
getAccountChannelPaymentTermId
- Throws:
Exception
-
getAccountChannelPriceListId
- Throws:
Exception
-
getAccountChannelShippingAddressId
- Throws:
Exception
-
getAccountChannelUserId
- Throws:
Exception
-
getAccountIdAccountChannelBillingAddressesPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelBillingAddressesPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelCurrenciesPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelCurrenciesPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelDeliveryTermsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelDeliveryTermsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelDiscountsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelDiscountsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelPaymentMethodsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelPaymentMethodsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelPaymentTermsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelPaymentTermsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelPriceListsPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelPriceListsPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelShippingAddressesPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelShippingAddressesPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
getAccountIdAccountChannelUsersPage
com.liferay.portal.vulcan.pagination.Page<AccountChannelEntry> getAccountIdAccountChannelUsersPage(Long id, com.liferay.portal.vulcan.pagination.Pagination pagination) throws Exception - Throws:
Exception
-
patchAccountChannelBillingAddressId
AccountChannelEntry patchAccountChannelBillingAddressId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelCurrencyId
AccountChannelEntry patchAccountChannelCurrencyId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelDeliveryTermId
AccountChannelEntry patchAccountChannelDeliveryTermId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelDiscountId
AccountChannelEntry patchAccountChannelDiscountId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelPaymentMethodId
AccountChannelEntry patchAccountChannelPaymentMethodId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelPaymentTermId
AccountChannelEntry patchAccountChannelPaymentTermId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelPriceListId
AccountChannelEntry patchAccountChannelPriceListId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelShippingAddressId
AccountChannelEntry patchAccountChannelShippingAddressId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
patchAccountChannelUserId
AccountChannelEntry patchAccountChannelUserId(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelBillingAddress
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelBillingAddress(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelCurrency
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelCurrency(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelDeliveryTerm
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelDeliveryTerm(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelDiscount
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelDiscount(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelPaymentMethod
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelPaymentMethod(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelPaymentTerm
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelPaymentTerm(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelPriceList
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelPriceList(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelShippingAddress
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelShippingAddress(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountByExternalReferenceCodeAccountChannelUser
AccountChannelEntry postAccountByExternalReferenceCodeAccountChannelUser(String externalReferenceCode, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelBillingAddress
AccountChannelEntry postAccountIdAccountChannelBillingAddress(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelCurrency
AccountChannelEntry postAccountIdAccountChannelCurrency(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelDeliveryTerm
AccountChannelEntry postAccountIdAccountChannelDeliveryTerm(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelDiscount
AccountChannelEntry postAccountIdAccountChannelDiscount(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelPaymentMethod
AccountChannelEntry postAccountIdAccountChannelPaymentMethod(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelPaymentTerm
AccountChannelEntry postAccountIdAccountChannelPaymentTerm(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelPriceList
AccountChannelEntry postAccountIdAccountChannelPriceList(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelShippingAddress
AccountChannelEntry postAccountIdAccountChannelShippingAddress(Long id, AccountChannelEntry accountChannelEntry) throws Exception - Throws:
Exception
-
postAccountIdAccountChannelUser
AccountChannelEntry postAccountIdAccountChannelUser(Long id, AccountChannelEntry accountChannelEntry) 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
-