Class ShippingMethodLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.shipping.server.logic.ShippingMethodLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
checkAcceptanceOfItems
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) static ShippingMethodLogic
getShippingMethodByName
(ExecutionErrorAccumulator eea, String shippingMethodName) getShippingMethodByNameForUpdate
(ExecutionErrorAccumulator eea, String shippingMethodName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getShippingMethodByName
public ShippingMethod getShippingMethodByName(ExecutionErrorAccumulator eea, String shippingMethodName) -
getShippingMethodByNameForUpdate
public ShippingMethod getShippingMethodByNameForUpdate(ExecutionErrorAccumulator eea, String shippingMethodName) -
checkAcceptanceOfItem
public void checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) -
checkAcceptanceOfItem
public void checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) -
checkAcceptanceOfItems
public void checkAcceptanceOfItems(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy)
-