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) protected ShippingMethodGetShippingMethodCommand.getEntity()EditShippingMethodCommand.getLockEntity(ShippingMethod shippingMethod) EditShippingMethodDescriptionCommand.getLockEntity(ShippingMethodDescription shippingMethodDescription) Methods in com.echothree.control.user.shipping.server.command that return types with arguments of type ShippingMethodModifier and TypeMethodDescriptionprotected Collection<ShippingMethod> GetShippingMethodsCommand.getEntities()Methods in com.echothree.control.user.shipping.server.command with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoidEditShippingMethodCommand.canUpdate(ShippingMethod shippingMethod) voidEditShippingMethodCommand.doLock(ShippingMethodEdit edit, ShippingMethod shippingMethod) voidEditShippingMethodCommand.doUpdate(ShippingMethod shippingMethod) voidEditShippingMethodCommand.fillInResult(EditShippingMethodResult result, ShippingMethod shippingMethod) EditShippingMethodCommand.getLockEntity(ShippingMethod shippingMethod) protected BaseResultGetShippingMethodCommand.getResult(ShippingMethod shippingMethod) Method parameters in com.echothree.control.user.shipping.server.command with type arguments of type ShippingMethodModifier and TypeMethodDescriptionprotected BaseResultGetShippingMethodsCommand.getResult(Collection<ShippingMethod> entities) -
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 TypeMethodDescriptionlongCustomerControl.countCustomerTypeShippingMethodsByShippingMethod(ShippingMethod shippingMethod) CustomerControl.createCustomerTypeShippingMethod(CustomerType customerType, ShippingMethod shippingMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidCustomerControl.deleteCustomerTypeShippingMethodsByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) CustomerControl.getCustomerTypeShippingMethod(CustomerType customerType, ShippingMethod shippingMethod) booleanCustomerControl.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 TypeMethodDescriptionBaseOrderShipmentGroupLogic.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) voidReturnPolicyControl.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 TypeMethodDescriptionvoidSalesOrderShipmentGroupLogic.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.search.server.graphql
Constructors in com.echothree.model.control.search.server.graphql with parameters of type ShippingMethod -
Uses of ShippingMethod in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control with parameters of type ShippingMethodModifier and TypeMethodDescriptionShipmentControl.createShipmentTypeShippingMethod(ShipmentType shipmentType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidShipmentControl.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.getShippingMethodByEntityInstance(EntityInstance entityInstance) ShippingControl.getShippingMethodByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ShippingMethodShippingControl.getShippingMethodByEntityInstanceForUpdate(EntityInstance entityInstance) ShippingControl.getShippingMethodByName(String shippingMethodName) ShippingControl.getShippingMethodByName(String shippingMethodName, EntityPermission entityPermission) ShippingControl.getShippingMethodByNameForUpdate(String shippingMethodName) ShippingControl.getShippingMethodByPK(ShippingMethodPK pk) 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) voidShippingControl.deleteShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidShippingControl.deleteShippingMethodCarrierServicesByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidShippingControl.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) Method parameters in com.echothree.model.control.shipping.server.control with type arguments of type ShippingMethodModifier and TypeMethodDescriptionShippingControl.getShippingMethodTransfers(UserVisit userVisit, Collection<ShippingMethod> entities) -
Uses of ShippingMethod in com.echothree.model.control.shipping.server.graphql
Constructors in com.echothree.model.control.shipping.server.graphql with parameters of type ShippingMethod -
Uses of ShippingMethod in com.echothree.model.control.shipping.server.indexer
Methods in com.echothree.model.control.shipping.server.indexer that return ShippingMethodModifier and TypeMethodDescriptionprotected ShippingMethodShippingMethodIndexer.getEntity(EntityInstance entityInstance) Methods in com.echothree.model.control.shipping.server.indexer with parameters of type ShippingMethodModifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentShippingMethodIndexer.convertToDocument(EntityInstance entityInstance, 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.createShippingMethod(ExecutionErrorAccumulator eea, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Language language, String description, BasePK createdBy) ShippingMethodLogic.getShippingMethodByName(ExecutionErrorAccumulator eea, String shippingMethodName) ShippingMethodLogic.getShippingMethodByNameForUpdate(ExecutionErrorAccumulator eea, String shippingMethodName) ShippingMethodLogic.getShippingMethodByUniversalSpec(ExecutionErrorAccumulator eea, ShippingMethodUniversalSpec universalSpec) ShippingMethodLogic.getShippingMethodByUniversalSpec(ExecutionErrorAccumulator eea, ShippingMethodUniversalSpec universalSpec, EntityPermission entityPermission) ShippingMethodLogic.getShippingMethodByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ShippingMethodUniversalSpec universalSpec) Methods in com.echothree.model.control.shipping.server.logic with parameters of type ShippingMethodModifier and TypeMethodDescriptionvoidShippingMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) voidShippingMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) voidShippingMethodLogic.checkAcceptanceOfItems(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) voidShippingMethodLogic.deleteShippingMethod(ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, BasePK deletedBy) -
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(UserVisit userVisit, 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 TypeMethodDescriptionvoidCustomerTypeShippingMethod.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 TypeMethodDescriptionvoidOrderShipmentGroupDetail.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 TypeMethodDescriptionvoidReturnTypeShippingMethod.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 TypeMethodDescriptionvoidShipmentDetail.setShippingMethod(ShippingMethod entity) voidShipmentTypeShippingMethod.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 TypeMethodDescriptionvoidShippingMethodCarrierService.setShippingMethod(ShippingMethod entity) voidShippingMethodDescription.setShippingMethod(ShippingMethod entity) voidShippingMethodDetail.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) voidShippingMethodFactory.remove(Session session, ShippingMethod entity) voidShippingMethodFactory.store(Session session, ShippingMethod entity) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodModifier and TypeMethodDescriptionvoidShippingMethodFactory.store(Session session, Collection<ShippingMethod> entities) voidShippingMethodFactory.store(Collection<ShippingMethod> entities)