Uses of Class
com.echothree.model.data.item.server.entity.ItemShippingTime
Packages that use ItemShippingTime
Package
Description
-
Uses of ItemShippingTime in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemShippingTimeModifier and TypeMethodDescriptionEditItemShippingTimeCommand.getEntity
(EditItemShippingTimeResult result) Methods in com.echothree.control.user.item.server.command with parameters of type ItemShippingTimeModifier and TypeMethodDescriptionvoid
EditItemShippingTimeCommand.doLock
(ItemShippingTimeEdit edit, ItemShippingTime itemShippingTime) void
EditItemShippingTimeCommand.doUpdate
(ItemShippingTime itemShippingTime) void
EditItemShippingTimeCommand.fillInResult
(EditItemShippingTimeResult result, ItemShippingTime itemShippingTime) EditItemShippingTimeCommand.getLockEntity
(ItemShippingTime itemShippingTime) -
Uses of ItemShippingTime in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemShippingTimeModifier and TypeMethodDescriptionItemControl.createItemShippingTime
(Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, BasePK createdBy) ItemControl.getItemShippingTime
(Item item, CustomerType customerType) ItemControl.getItemShippingTimeForUpdate
(Item item, CustomerType customerType) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemShippingTimeModifier and TypeMethodDescriptionItemControl.getItemShippingTimesByCustomerType
(CustomerType customerType) ItemControl.getItemShippingTimesByCustomerTypeForUpdate
(CustomerType customerType) ItemControl.getItemShippingTimesByItem
(Item item) ItemControl.getItemShippingTimesByItemForUpdate
(Item item) Methods in com.echothree.model.control.item.server.control with parameters of type ItemShippingTimeModifier and TypeMethodDescriptionvoid
ItemControl.deleteItemShippingTime
(ItemShippingTime itemShippingTime, BasePK deletedBy) ItemControl.getItemShippingTimeTransfer
(UserVisit userVisit, ItemShippingTime itemShippingTime) ItemControl.getItemShippingTimeValue
(ItemShippingTime itemShippingTime) -
Uses of ItemShippingTime in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemShippingTimeModifier and TypeMethodDescriptionItemShippingTimeTransferCache.getTransfer
(ItemShippingTime itemShippingTime) -
Uses of ItemShippingTime in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemShippingTimeModifier and TypeMethodDescriptionItemShippingTimeFactory.create
(ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) ItemShippingTimeFactory.create
(Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) ItemShippingTimeFactory.create
(Session session, ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) ItemShippingTimeFactory.create
(Session session, Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) ItemShippingTimeFactory.getEntityFromCache
(Session session, ItemShippingTimePK pk) ItemShippingTimeFactory.getEntityFromPK
(EntityPermission entityPermission, ItemShippingTimePK pk) ItemShippingTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemShippingTimePK pk) ItemShippingTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemShippingTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemShippingTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemShippingTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemShippingTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemShippingTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemShippingTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemShippingTimeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemShippingTimeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemShippingTimeFactory.getEntityFromValue
(EntityPermission entityPermission, ItemShippingTimeValue value) ItemShippingTimeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemShippingTimeValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemShippingTimeModifier and TypeMethodDescriptionItemShippingTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemShippingTimePK> pks) ItemShippingTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemShippingTimePK> pks) ItemShippingTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemShippingTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemShippingTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemShippingTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemShippingTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemShippingTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemShippingTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemShippingTimeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemShippingTimeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemShippingTimeModifier and TypeMethodDescriptionvoid
ItemShippingTimeFactory.remove
(Session session, ItemShippingTime entity) void
ItemShippingTimeFactory.store
(Session session, ItemShippingTime entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemShippingTimeModifier and TypeMethodDescriptionvoid
ItemShippingTimeFactory.store
(Session session, Collection<ItemShippingTime> entities) void
ItemShippingTimeFactory.store
(Collection<ItemShippingTime> entities)