Uses of Class
com.elasticpath.domain.EpDomainException

Packages that use EpDomainException
com.elasticpath.domain.attribute.impl   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.impl   
com.elasticpath.domain.cmuser.impl   
com.elasticpath.domain.customer.impl   
com.elasticpath.domain.misc.impl   
com.elasticpath.domain.payment   
com.elasticpath.domain.rules   
com.elasticpath.domain.rules.impl   
com.elasticpath.domain.shoppingcart.impl   
com.elasticpath.service.interceptor   
com.elasticpath.sfweb.ajax.util.impl   
com.elasticpath.sfweb.ajax.validation   
 

Uses of EpDomainException in com.elasticpath.domain.attribute.impl
 

Methods in com.elasticpath.domain.attribute.impl that throw EpDomainException
 int AttributeGroupAttributeImpl.compareTo(java.lang.Object object)
          Compares this instance with the given instance for ordering.
 int AttributeImpl.compareTo(java.lang.Object object)
          Compares this attribute with the specified object for order.
 

Uses of EpDomainException in com.elasticpath.domain.catalog.impl
 

Methods in com.elasticpath.domain.catalog.impl that throw EpDomainException
 int ProductCategoryImpl.compareTo(java.lang.Object object)
          Compares this product category with the specified object for order.
 int CategoryImpl.compareTo(java.lang.Object object)
          Compares this category with the specified object for order.
 int ProductImpl.compareTo(java.lang.Object object)
          Compares this product with the specified object for order.
 

Uses of EpDomainException in com.elasticpath.domain.catalogview
 

Subclasses of EpDomainException in com.elasticpath.domain.catalogview
 class CatalogViewRequestUnmatchException
          This exception will be thrown when a new catalog view request is not compatible with the previous ones.
 

Uses of EpDomainException in com.elasticpath.domain.catalogview.impl
 

Methods in com.elasticpath.domain.catalogview.impl that throw EpDomainException
 int PriceFilterImpl.compareTo(java.lang.Object object)
          Compares this price filter with the specified object for order.
 int ProductAdaptorForPriceFilterImpl.compareTo(java.lang.Object object)
          Compares this product adaptor with the given object.
 int ProductAdaptorForAttributeRangeFilterImpl.compareTo(java.lang.Object object)
          Compares this product adaptor with the given object.
 int BrandFilterImpl.compareTo(java.lang.Object object)
          Compares this object with the specified object for ordering.
 int AttributeRangeFilterImpl.compareTo(java.lang.Object object)
          Compares this price filter with the specified object for order.
 int CategoryFilterImpl.compareTo(java.lang.Object object)
          Compares this object with the specified object for ordering.
 

Uses of EpDomainException in com.elasticpath.domain.cmuser.impl
 

Methods in com.elasticpath.domain.cmuser.impl that throw EpDomainException
 void UserPermissionImpl.setAuthority(java.lang.String authority)
          Sets the authority for this Permission.
 void UserRoleImpl.setName(java.lang.String name)
          Sets the name of this UserRole.
 void UserPermissionImpl.setPermissionGroup(java.lang.String permissionGroup)
          Sets the group that this Permission is in.
 void CmUserImpl.setUserName(java.lang.String userName)
          Sets the user name for this CmUser.
 

Uses of EpDomainException in com.elasticpath.domain.customer.impl
 

Methods in com.elasticpath.domain.customer.impl that throw EpDomainException
 void CustomerImpl.addAddress(CustomerAddress address)
          Adds an CustomerAddress to the list of addresses.
 void CustomerImpl.addCreditCard(CustomerCreditCard creditCard)
          Add a credit card to this customer.
 void CustomerImpl.removeAddress(CustomerAddress address)
          Removes an CustomerAddress from the list of addresses.
 void CustomerImpl.removeCreditCard(CustomerCreditCard creditCard)
          Removes an CustomerCreditCard from the list of credit cards.
 void CustomerImpl.setAddresses(java.util.List addresses)
          Sets the CustomerAddresses associated with this Customer.
 void CustomerRoleImpl.setAuthority(java.lang.String authority)
          Sets the authority for this Permission.
 

Uses of EpDomainException in com.elasticpath.domain.misc.impl
 

Methods in com.elasticpath.domain.misc.impl that throw EpDomainException
 int MoneyImpl.compareTo(java.lang.Object object)
          Compares this money with the specified object for order.
 

Uses of EpDomainException in com.elasticpath.domain.payment
 

Subclasses of EpDomainException in com.elasticpath.domain.payment
 class AmountLimitExceededException
          Exception to throw if the amount specified exceeds allowable limit.
 class CardDeclinedException
          This exception is thrown when a credit card being processed has is declined, typically because the card credit limit has been reached.
 class CardErrorException
          This exception is thrown when a an unspecified error occurs while processing the given card information.
 class CardExpiredException
          This exception is thrown when a credit card being processed has expired.
 class InsufficientFundException
          Exception to throw if the credit card has insufficient fund to complete the order.
 class InvalidAddressException
          Exception to throw if the shipping/billing address is invalid.
 class PaymentGatewayException
          This exception is thrown when the payment processor fails to process a request.
 

Uses of EpDomainException in com.elasticpath.domain.rules
 

Methods in com.elasticpath.domain.rules that throw EpDomainException
 java.lang.String RuleElement.getRuleCode()
          Returns the Drools code corresponding to this RuleCondition.
 java.lang.String RuleSet.getRuleCode()
          Returns the Drools code corresponding to this rule set.
 java.lang.String Rule.getRuleCode()
          Returns the Drools code corresponding to this rule.
 void PromotionRuleExceptions.populateFromExceptionStr(java.lang.String exceptionStr)
          Return the instance of PromotionRuleExceptions from parsing the given string representation.
 void RuleException.validate()
          Checks that the rule set domain model is well formed.
 void RuleElement.validate()
          Checks that the rule set domain model is well formed.
 void RuleSet.validate()
          Checks that the rule set domain model is well formed.
 void Rule.validate()
          Checks that the rule set domain model is well formed.
 

Uses of EpDomainException in com.elasticpath.domain.rules.impl
 

Methods in com.elasticpath.domain.rules.impl that throw EpDomainException
 java.lang.String CartSkuPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CartProductAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String ProductConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String CartSkuAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String RuleSetImpl.getRuleCode()
          Returns the Drools code corresponding to this rule set.
 java.lang.String CartCategoryPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CategoryExceptionImpl.getRuleCode()
          Dummy implementation here since a rule exception will be part of a rule condition or rule action.
 java.lang.String CartSubtotalConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String ShippingPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CartSubtotalAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CatalogSkuAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String BrandConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String PromotionRuleImpl.getRuleCode()
          Returns the Drools code corresponding to this rule.
 java.lang.String CartCategoryAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String FirstTimeBuyerEligibilityImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String CartContainsItemsOfCategoryConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String ProductAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String EveryoneEligibilityImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String CartNFreeSkusActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CartSubtotalPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String ProductPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String ShippingAmountDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CartProductPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CustomerGroupEligibilityImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String CatalogSkuPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String ExistingCustomerEligibilityImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String ProductCategoryConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String ProductInCartConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String SkuInCartConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String ProductExceptionImpl.getRuleCode()
          Dummy implementation here since a rule exception will be part of a rule condition or rule action.
 java.lang.String CartCurrencyConditionImpl.getRuleCode()
          Returns the Drools code corresponding to this rule condition.
 java.lang.String CartNthProductPercentDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 java.lang.String CartSubtotalDiscountActionImpl.getRuleCode()
          Return the Drools code corresponding to this action.
 void PromotionRuleExceptionsImpl.populateFromExceptionStr(java.lang.String exceptionStr)
          Return the instance of PromotionRuleExceptions from parsing the given string representation.
 void CartSkuPercentDiscountActionImpl.validate()
          Checks that the rule set domain model is well formed.
 void CartProductAmountDiscountActionImpl.validate()
          Checks that the rule set domain model is well formed.
 void CartSkuAmountDiscountActionImpl.validate()
          Checks that the rule set domain model is well formed.
 void RuleSetImpl.validate()
          Checks that the rule set domain model is well formed.
 void AbstractRuleExceptionImpl.validate()
          Checks that the rule set domain model is well formed.
 void AbstractRuleImpl.validate()
          Checks that the rule set domain model is well formed.
 void AbstractRuleElementImpl.validate()
          Checks that the rule set domain model is well formed.
 void ProductPercentDiscountActionImpl.validate()
          Checks that the rule set domain model is well formed.
 void CartProductPercentDiscountActionImpl.validate()
          Checks that the rule set domain model is well formed.
 void CartNthProductPercentDiscountActionImpl.validate()
          Checks that the rule set domain model is well formed.
 

Uses of EpDomainException in com.elasticpath.domain.shoppingcart.impl
 

Methods in com.elasticpath.domain.shoppingcart.impl that throw EpDomainException
 Money ShoppingCartImpl.setSelectedShippingServiceLevelUid(long selectedShippingServiceLevelUid)
          Set the selectedShippingServiceLevelUid and update the shippingCost correspondingly.
 

Uses of EpDomainException in com.elasticpath.service.interceptor
 

Methods in com.elasticpath.service.interceptor that throw EpDomainException
 void ValidateInterceptor.validate(EpDomain epDomain)
          Validate the domain object.
 

Uses of EpDomainException in com.elasticpath.sfweb.ajax.util.impl
 

Methods in com.elasticpath.sfweb.ajax.util.impl that throw EpDomainException
 void OnePageHelperImpl.validate(java.lang.Object object, java.util.Locale locale)
          Validate an object recieved through dwr.
 

Uses of EpDomainException in com.elasticpath.sfweb.ajax.validation
 

Methods in com.elasticpath.sfweb.ajax.validation that throw EpDomainException
 void DwrValidationInterceptor.validate(java.lang.Object object)
          Validate the object sent via dwr.