| Package | Description |
|---|---|
| de.hybris.platform.accountsummaryaddon.controllers | |
| de.hybris.platform.accountsummaryaddon.populators | |
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.b2b.resource | |
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.b2b.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
AccountSummaryAccountStatusComponentController.getFormattedCreditLimit(B2BCreditLimitModel creditLimit) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
AccountSummaryInfoPopulator.getFormattedCreditLimit(B2BCreditLimitModel creditLimit) |
| Modifier and Type | Method and Description |
|---|---|
B2BCreditLimitModel |
B2BUnitModel.getCreditLimit()
Generated method - Getter of the
B2BUnit.CreditLimit attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitModel.setCreditLimit(B2BCreditLimitModel value)
Generated method - Setter of
B2BUnit.CreditLimit attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
B2BCreditLimitModel |
B2BCreditLimitResource.getB2BCreditLimitModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected B2BCreditLimitModel |
B2BCreditLimitResource.readResource(java.lang.String resourceId)
Gets the
B2BCreditLimitModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<B2BCreditLimitModel> |
B2BCreditLimitsResource.getB2BCreditLimitsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCreditLimitResource.setB2BCreditLimitModel(B2BCreditLimitModel value)
Convenience method which just delegates to
#setResourceValue(B2BCreditLimitModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCreditLimitsResource.setB2BCreditLimitsCollection(java.util.Collection<B2BCreditLimitModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected B2BCreditLimitModel |
DefaultB2BUnitService.getActiveCreditLimit(B2BUnitModel unit) |
| Modifier and Type | Method and Description |
|---|---|
protected B2BCreditLimitModel |
DefaultB2BCreditLimitEvaluationStrategy.getCreditLimitForCostCenter(B2BCostCenterModel costCenter,
CurrencyModel currency) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<B2BCreditLimitModel> |
DefaultB2BCreditLimitEvaluationStrategy.getTypesToEvaluate(B2BCustomerModel customer,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultB2BCreditLimitEvaluationStrategy.alertSent(B2BCreditLimitModel creditLimit,
StandardDateRange creditLimitDateRange)
To determine if credit limit alert is already sent for current date range period
|
protected StandardDateRange |
DefaultB2BCreditLimitEvaluationStrategy.getDateRangeForCreditLimit(B2BCreditLimitModel creditLimit) |
protected boolean |
DefaultB2BCreditLimitEvaluationStrategy.shouldCreditLimitTriggerAlert(java.math.BigDecimal orderTotals,
B2BCreditLimitModel creditLimit,
StandardDateRange creditLimitDateRange)
To determine if an alert is to be sent to the B2BCustomer based on exceeding a limit and alertSentDate and update
alertSentDate
|
Copyright © 2018 SAP SE. All Rights Reserved.