Uses of Class
com.echothree.model.data.shipping.server.entity.ShippingMethod
Packages that use ShippingMethod
Package
Description
-
Uses of ShippingMethod in com.echothree.control.user.shipping.server.command
Methods in com.echothree.control.user.shipping.server.command that return ShippingMethodModifier and TypeMethodDescriptionEditShippingMethodCommand.getEntity
(EditShippingMethodResult result) EditShippingMethodCommand.getLockEntity
(ShippingMethod shippingMethod) EditShippingMethodDescriptionCommand.getLockEntity
(ShippingMethodDescription shippingMethodDescription) Methods in com.echothree.control.user.shipping.server.command with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
EditShippingMethodCommand.canUpdate
(ShippingMethod shippingMethod) void
EditShippingMethodCommand.doLock
(ShippingMethodEdit edit, ShippingMethod shippingMethod) void
EditShippingMethodCommand.doUpdate
(ShippingMethod shippingMethod) void
EditShippingMethodCommand.fillInResult
(EditShippingMethodResult result, ShippingMethod shippingMethod) EditShippingMethodCommand.getLockEntity
(ShippingMethod shippingMethod) -
Uses of ShippingMethod in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type ShippingMethodModifier and TypeMethodDescriptionlong
CustomerControl.countCustomerTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod) CustomerControl.createCustomerTypeShippingMethod
(CustomerType customerType, ShippingMethod shippingMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
CustomerControl.deleteCustomerTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) CustomerControl.getCustomerTypeShippingMethod
(CustomerType customerType, ShippingMethod shippingMethod) boolean
CustomerControl.getCustomerTypeShippingMethodExists
(CustomerType customerType, ShippingMethod shippingMethod) CustomerControl.getCustomerTypeShippingMethodForUpdate
(CustomerType customerType, ShippingMethod shippingMethod) CustomerControl.getCustomerTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod) CustomerControl.getCustomerTypeShippingMethodsByShippingMethodForUpdate
(ShippingMethod shippingMethod) CustomerControl.getCustomerTypeShippingMethodTransfersByShippingMethod
(UserVisit userVisit, ShippingMethod shippingMethod) CustomerControl.getCustomerTypeShippingMethodValueForUpdate
(CustomerType customerType, ShippingMethod shippingMethod) -
Uses of ShippingMethod in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type ShippingMethodModifier and TypeMethodDescriptionOrderShipmentGroupControl.createOrderShipmentGroup
(Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) -
Uses of ShippingMethod in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type ShippingMethodModifier and TypeMethodDescriptionOrderLogic.createOrderShipmentGroup
(ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) -
Uses of ShippingMethod in com.echothree.model.control.returnpolicy.server.control
Methods in com.echothree.model.control.returnpolicy.server.control with parameters of type ShippingMethodModifier and TypeMethodDescriptionReturnPolicyControl.createReturnTypeShippingMethod
(ReturnType returnType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ReturnPolicyControl.deleteReturnTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) ReturnPolicyControl.getReturnTypeShippingMethod
(ReturnType returnType, ShippingMethod shippingMethod) ReturnPolicyControl.getReturnTypeShippingMethodForUpdate
(ReturnType returnType, ShippingMethod shippingMethod) ReturnPolicyControl.getReturnTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod) ReturnPolicyControl.getReturnTypeShippingMethodsByShippingMethodForUpdate
(ShippingMethod shippingMethod) ReturnPolicyControl.getReturnTypeShippingMethodTransfersByShippingMethod
(UserVisit userVisit, ShippingMethod shippingMethod) ReturnPolicyControl.getReturnTypeShippingMethodValueForUpdate
(ReturnType returnType, ShippingMethod shippingMethod) -
Uses of ShippingMethod in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
SalesOrderShipmentGroupLogic.checkCustomerTypeShippingMethod
(ExecutionErrorAccumulator eea, CustomerType customerType, ShippingMethod shippingMethod) Verify that the CustomerType is authorized to use the ShippingMethod.SalesOrderLineLogic.createSalesOrderLine
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible.SalesOrderShipmentGroupLogic.createSalesOrderShipmentGroup
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, PartyPK createdBy) Create a new Order Shipment Group for a given Order. -
Uses of ShippingMethod in com.echothree.model.control.shipment.server
Methods in com.echothree.model.control.shipment.server with parameters of type ShippingMethodModifier and TypeMethodDescriptionShipmentControl.createShipmentTypeShippingMethod
(ShipmentType shipmentType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ShipmentControl.deleteShipmentTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) ShipmentControl.getShipmentTypeShippingMethod
(ShipmentType shipmentType, ShippingMethod shippingMethod) ShipmentControl.getShipmentTypeShippingMethodForUpdate
(ShipmentType shipmentType, ShippingMethod shippingMethod) ShipmentControl.getShipmentTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod) ShipmentControl.getShipmentTypeShippingMethodsByShippingMethodForUpdate
(ShippingMethod shippingMethod) ShipmentControl.getShipmentTypeShippingMethodTransfersByShippingMethod
(UserVisit userVisit, ShippingMethod shippingMethod) ShipmentControl.getShipmentTypeShippingMethodValueForUpdate
(ShipmentType shipmentType, ShippingMethod shippingMethod) -
Uses of ShippingMethod in com.echothree.model.control.shipping.server.control
Methods in com.echothree.model.control.shipping.server.control that return ShippingMethodModifier and TypeMethodDescriptionShippingControl.createShippingMethod
(String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, BasePK createdBy) ShippingControl.getShippingMethodByName
(String shippingMethodName) ShippingControl.getShippingMethodByName
(String shippingMethodName, EntityPermission entityPermission) ShippingControl.getShippingMethodByNameForUpdate
(String shippingMethodName) Methods in com.echothree.model.control.shipping.server.control that return types with arguments of type ShippingMethodModifier and TypeMethodDescriptionShippingControl.getShippingMethods()
ShippingControl.getShippingMethodsForUpdate()
Methods in com.echothree.model.control.shipping.server.control with parameters of type ShippingMethodModifier and TypeMethodDescriptionShippingControl.createShippingMethodCarrierService
(ShippingMethod shippingMethod, CarrierService carrierService, BasePK createdBy) ShippingControl.createShippingMethodDescription
(ShippingMethod shippingMethod, Language language, String description, BasePK createdBy) void
ShippingControl.deleteShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ShippingControl.deleteShippingMethodCarrierServicesByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ShippingControl.deleteShippingMethodDescriptionsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) ShippingControl.getBestShippingMethodDescription
(ShippingMethod shippingMethod, Language language) ShippingControl.getShippingMethodCarrierService
(ShippingMethod shippingMethod, CarrierService carrierService) ShippingControl.getShippingMethodCarrierServiceForUpdate
(ShippingMethod shippingMethod, CarrierService carrierService) ShippingControl.getShippingMethodCarrierServicesByShippingMethod
(ShippingMethod shippingMethod) ShippingControl.getShippingMethodCarrierServicesByShippingMethodForUpdate
(ShippingMethod shippingMethod) ShippingControl.getShippingMethodCarrierServiceTransfersByShippingMethod
(UserVisit userVisit, ShippingMethod shippingMethod) ShippingControl.getShippingMethodCarrierServiceValueForUpdate
(ShippingMethod shippingMethod, CarrierService carrierService) ShippingControl.getShippingMethodDescription
(ShippingMethod shippingMethod, Language language) ShippingControl.getShippingMethodDescriptionForUpdate
(ShippingMethod shippingMethod, Language language) ShippingControl.getShippingMethodDescriptionsByShippingMethod
(ShippingMethod shippingMethod) ShippingControl.getShippingMethodDescriptionsByShippingMethodForUpdate
(ShippingMethod shippingMethod) ShippingControl.getShippingMethodDescriptionTransfers
(UserVisit userVisit, ShippingMethod shippingMethod) ShippingControl.getShippingMethodDescriptionValueForUpdate
(ShippingMethod shippingMethod, Language language) ShippingControl.getShippingMethodDetailValueForUpdate
(ShippingMethod shippingMethod) ShippingControl.getShippingMethodTransfer
(UserVisit userVisit, ShippingMethod shippingMethod) -
Uses of ShippingMethod in com.echothree.model.control.shipping.server.logic
Methods in com.echothree.model.control.shipping.server.logic that return ShippingMethodModifier and TypeMethodDescriptionShippingMethodLogic.getShippingMethodByName
(ExecutionErrorAccumulator eea, String shippingMethodName) ShippingMethodLogic.getShippingMethodByNameForUpdate
(ExecutionErrorAccumulator eea, String shippingMethodName) Methods in com.echothree.model.control.shipping.server.logic with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
ShippingMethodLogic.checkAcceptanceOfItems
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) -
Uses of ShippingMethod in com.echothree.model.control.shipping.server.transfer
Methods in com.echothree.model.control.shipping.server.transfer with parameters of type ShippingMethodModifier and TypeMethodDescriptionShippingMethodTransferCache.getShippingMethodTransfer
(ShippingMethod shippingMethod) -
Uses of ShippingMethod in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return ShippingMethodModifier and TypeMethodDescriptionCustomerTypeShippingMethod.getShippingMethod()
CustomerTypeShippingMethod.getShippingMethod
(EntityPermission entityPermission) CustomerTypeShippingMethod.getShippingMethod
(Session session) CustomerTypeShippingMethod.getShippingMethod
(Session session, EntityPermission entityPermission) CustomerTypeShippingMethod.getShippingMethodForUpdate()
CustomerTypeShippingMethod.getShippingMethodForUpdate
(Session session) Methods in com.echothree.model.data.customer.server.entity with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
CustomerTypeShippingMethod.setShippingMethod
(ShippingMethod entity) -
Uses of ShippingMethod in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type ShippingMethodModifier and TypeMethodDescriptionCustomerTypeShippingMethodFactory.create
(CustomerType customerType, ShippingMethod shippingMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeShippingMethodFactory.create
(Session session, CustomerType customerType, ShippingMethod shippingMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ShippingMethod in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return ShippingMethodModifier and TypeMethodDescriptionOrderShipmentGroupDetail.getShippingMethod()
OrderShipmentGroupDetail.getShippingMethod
(EntityPermission entityPermission) OrderShipmentGroupDetail.getShippingMethod
(Session session) OrderShipmentGroupDetail.getShippingMethod
(Session session, EntityPermission entityPermission) OrderShipmentGroupDetail.getShippingMethodForUpdate()
OrderShipmentGroupDetail.getShippingMethodForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
OrderShipmentGroupDetail.setShippingMethod
(ShippingMethod entity) -
Uses of ShippingMethod in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type ShippingMethodModifier and TypeMethodDescriptionOrderShipmentGroupDetailFactory.create
(OrderShipmentGroup orderShipmentGroup, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, Long fromTime, Long thruTime) OrderShipmentGroupDetailFactory.create
(Session session, OrderShipmentGroup orderShipmentGroup, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, Long fromTime, Long thruTime) -
Uses of ShippingMethod in com.echothree.model.data.returnpolicy.server.entity
Methods in com.echothree.model.data.returnpolicy.server.entity that return ShippingMethodModifier and TypeMethodDescriptionReturnTypeShippingMethod.getShippingMethod()
ReturnTypeShippingMethod.getShippingMethod
(EntityPermission entityPermission) ReturnTypeShippingMethod.getShippingMethod
(Session session) ReturnTypeShippingMethod.getShippingMethod
(Session session, EntityPermission entityPermission) ReturnTypeShippingMethod.getShippingMethodForUpdate()
ReturnTypeShippingMethod.getShippingMethodForUpdate
(Session session) Methods in com.echothree.model.data.returnpolicy.server.entity with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
ReturnTypeShippingMethod.setShippingMethod
(ShippingMethod entity) -
Uses of ShippingMethod in com.echothree.model.data.returnpolicy.server.factory
Methods in com.echothree.model.data.returnpolicy.server.factory with parameters of type ShippingMethodModifier and TypeMethodDescriptionReturnTypeShippingMethodFactory.create
(ReturnType returnType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ReturnTypeShippingMethodFactory.create
(Session session, ReturnType returnType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ShippingMethod in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShippingMethodModifier and TypeMethodDescriptionShipmentDetail.getShippingMethod()
ShipmentDetail.getShippingMethod
(EntityPermission entityPermission) ShipmentDetail.getShippingMethod
(Session session) ShipmentDetail.getShippingMethod
(Session session, EntityPermission entityPermission) ShipmentTypeShippingMethod.getShippingMethod()
ShipmentTypeShippingMethod.getShippingMethod
(EntityPermission entityPermission) ShipmentTypeShippingMethod.getShippingMethod
(Session session) ShipmentTypeShippingMethod.getShippingMethod
(Session session, EntityPermission entityPermission) ShipmentDetail.getShippingMethodForUpdate()
ShipmentDetail.getShippingMethodForUpdate
(Session session) ShipmentTypeShippingMethod.getShippingMethodForUpdate()
ShipmentTypeShippingMethod.getShippingMethodForUpdate
(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
ShipmentDetail.setShippingMethod
(ShippingMethod entity) void
ShipmentTypeShippingMethod.setShippingMethod
(ShippingMethod entity) -
Uses of ShippingMethod in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShippingMethodModifier and TypeMethodDescriptionShipmentDetailFactory.create
(Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime) ShipmentDetailFactory.create
(Session session, Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime) ShipmentTypeShippingMethodFactory.create
(ShipmentType shipmentType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ShipmentTypeShippingMethodFactory.create
(Session session, ShipmentType shipmentType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ShippingMethod in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodModifier and TypeMethodDescriptionShippingMethodCarrierService.getShippingMethod()
ShippingMethodCarrierService.getShippingMethod
(EntityPermission entityPermission) ShippingMethodCarrierService.getShippingMethod
(Session session) ShippingMethodCarrierService.getShippingMethod
(Session session, EntityPermission entityPermission) ShippingMethodDescription.getShippingMethod()
ShippingMethodDescription.getShippingMethod
(EntityPermission entityPermission) ShippingMethodDescription.getShippingMethod
(Session session) ShippingMethodDescription.getShippingMethod
(Session session, EntityPermission entityPermission) ShippingMethodDetail.getShippingMethod()
ShippingMethodDetail.getShippingMethod
(EntityPermission entityPermission) ShippingMethodDetail.getShippingMethod
(Session session) ShippingMethodDetail.getShippingMethod
(Session session, EntityPermission entityPermission) ShippingMethodCarrierService.getShippingMethodForUpdate()
ShippingMethodCarrierService.getShippingMethodForUpdate
(Session session) ShippingMethodDescription.getShippingMethodForUpdate()
ShippingMethodDescription.getShippingMethodForUpdate
(Session session) ShippingMethodDetail.getShippingMethodForUpdate()
ShippingMethodDetail.getShippingMethodForUpdate
(Session session) Methods in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoid
ShippingMethodCarrierService.setShippingMethod
(ShippingMethod entity) void
ShippingMethodDescription.setShippingMethod
(ShippingMethod entity) void
ShippingMethodDetail.setShippingMethod
(ShippingMethod entity) -
Uses of ShippingMethod in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodModifier and TypeMethodDescriptionShippingMethodFactory.create()
ShippingMethodFactory.create
(ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) ShippingMethodFactory.create
(ShippingMethodDetail activeDetail, ShippingMethodDetail lastDetail) ShippingMethodFactory.create
(Session session, ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) ShippingMethodFactory.create
(Session session, ShippingMethodDetail activeDetail, ShippingMethodDetail lastDetail) ShippingMethodFactory.getEntityFromCache
(Session session, ShippingMethodPK pk) ShippingMethodFactory.getEntityFromPK
(EntityPermission entityPermission, ShippingMethodPK pk) ShippingMethodFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShippingMethodPK pk) ShippingMethodFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ShippingMethodFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ShippingMethodFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShippingMethodFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShippingMethodFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ShippingMethodFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShippingMethodFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShippingMethodFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ShippingMethodFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ShippingMethodFactory.getEntityFromValue
(EntityPermission entityPermission, ShippingMethodValue value) ShippingMethodFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShippingMethodValue value) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodModifier and TypeMethodDescriptionShippingMethodFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ShippingMethodPK> pks) ShippingMethodFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShippingMethodPK> pks) ShippingMethodFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ShippingMethodFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ShippingMethodFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShippingMethodFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShippingMethodFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ShippingMethodFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShippingMethodFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShippingMethodFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ShippingMethodFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.create
(ShippingMethod shippingMethod, CarrierService carrierService, Long fromTime, Long thruTime) ShippingMethodCarrierServiceFactory.create
(Session session, ShippingMethod shippingMethod, CarrierService carrierService, Long fromTime, Long thruTime) ShippingMethodDescriptionFactory.create
(ShippingMethod shippingMethod, Language language, String description, Long fromTime, Long thruTime) ShippingMethodDescriptionFactory.create
(Session session, ShippingMethod shippingMethod, Language language, String description, Long fromTime, Long thruTime) ShippingMethodDetailFactory.create
(ShippingMethod shippingMethod, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Long fromTime, Long thruTime) ShippingMethodDetailFactory.create
(Session session, ShippingMethod shippingMethod, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Long fromTime, Long thruTime) void
ShippingMethodFactory.remove
(Session session, ShippingMethod entity) void
ShippingMethodFactory.store
(Session session, ShippingMethod entity) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodModifier and TypeMethodDescriptionvoid
ShippingMethodFactory.store
(Session session, Collection<ShippingMethod> entities) void
ShippingMethodFactory.store
(Collection<ShippingMethod> entities)